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?
Nevermind...I really must try to sleep more.
FYI, I took out the first <li> and last </li> to fix the issue.
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.