Defiantdezign
03-19-2008, 05:53 AM
I feel horrible being lazy and not finding away around this myself, but i have an issue that has been plaguing me for weeks. This is regarding unique menu which i developed for a client, it is all css, combo suckerfish and a few other random pieces. The site is www.leadingtowar.com, (http://www.leadingtowar.com) on the homepage you will see a list in the middle of the page. On rollover of any of these list items you will see a small text description below it along with a yellow dot to the left of the list item. That works fine, my issue is another yellow dot pops up next to the small text description when it is rolled over in Firefox. This happens because the description is nested within the main list item, but i don't want this and it doesn't appear in Safari or IE. Any insight would be very helpful.
Here is an example of how one of the list items are set up:
<ul id="navmenu-h">
<li><a href="items_note.php"> <strong style="font-size:13px;">Items of Note</strong></a>
<ul>
<li style="clear:both;font-size:10px;text-indent:-8px;"><a>Other topics of interest</a></li>
</ul>
</li>
</ul>
Here is an example of how one of the list items are set up:
<ul id="navmenu-h">
<li><a href="items_note.php"> <strong style="font-size:13px;">Items of Note</strong></a>
<ul>
<li style="clear:both;font-size:10px;text-indent:-8px;"><a>Other topics of interest</a></li>
</ul>
</li>
</ul>