Need help with bullet problem Need help with bullet problem
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Need help with bullet problem

Started by macsimoin, June 25, 2006, 01:04:41 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

macsimoin

I just started a left-menu variation on the Kubrick theme that GauGau was nice enough to provide for Coppermine's Kubrick fans; however, I have a "Site Info" menu that I've placed in the theme (using the .h2 sidebar_item class) and it's causing a disc bullet to show in both IE6 and Firefox. I just can't seem to get rid of it...here's what it looks like:

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.macsimoin.com%2Fcoppermine%2Fimages%2Fbulletproblem.jpg&hash=5020ed4741f18328624951ce64a1951f0ce0571a)

And here's the html bit:

                            <ul class="sidebar">
                                {SYS_MENU}
                                {SUB_MENU}
                                {ADMIN_MENU}
<li>
<h2 class="sidebar_item">Site Info</h2>
<ul>
<li class="sidebar_menu"><a href="links.php" title="Visit some of the best kilt-related sites on the web..." class="navmenu"><b>Kilt Links</b></a></li>
    <li class="sidebar_menu"><a href="copyright.php" title="Copyright" class="navmenu"><b>Terms of Use</b></a></li>
                                 <li class="sidebar_menu"><a href="privacy.php" title="Your Privacy" class="navmenu"><b>Privacy Statement</b></a></li>
                                 <li class="sidebar_menu"><a href="contactus.php" title="Contact Administrator" class="navmenu"><b>Contact Admin</b></a></li>
                            </ul>
</li>
</ul>


I'll post the theme as soon as its finished but this is one problem I can't seem to fix...any ideas on how to fix this?

macsimoin

Nevermind...I really must try to sleep more.

FYI, I took out the first <li> and last </li> to fix the issue.

Tranz

Thanks for returning and posting the solution. I looked into and couldn't figure it out. That's because I was looking at a css solution, but it turned out to be in the html.