Hi All
I've got an issue that I haven't seen before. I've got a fairly simple
vertical nav with nested lists.
For some reason, the links are not displaying as block level elements in IE.
Here's the CSS
#mainnav {background:#29475d; width:182px; list-style-
type:none;padding:10px 0 10px 7px;}
#mainnav li {list-style-type:none; margin:0; padding:0;display:inline;}
#mainnav li a {display:block; border-top:1px solid #fff; padding-right:5px;
padding-left:5px; text-decoration:none;
font-weight:bold!important; color:#fff; background:#0b73c1; }
#mainnav li a:hover {background-color:#fff; color:#000; border-right:2px
solid #29475d; }
#mainnav li ul li a {background-color:#7fc4f7; color:#333; padding-
left:15px;}
#mainnav li ul li ul li a {background-color:#C7E7FF; padding-left:30px;}
#mainnav li ul, #mainnav li ul li ul, #mainnav li ul li ul li ul
{display:none;}
The rest of the styles use body classes to show or hide specific nested
menus.
Does anyone see a reason why the links would not display as block? It is
causing some flashing as you mouse over the links and hit dead air. The
hover goes off and on
Thanks
Ted
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************