dropdown menu in IE8
Permalink
Having problems with my dropdown menu in IE8,http://wallbrink.com.au/concrete5/...
It drops down ok, but actually navigating to a sub-menu item is near night impossible.
Here's my css:
The custom template I'm using is attached. Any ideas on why it's not working properly? Thanks.
Richard
It drops down ok, but actually navigating to a sub-menu item is near night impossible.
Here's my css:
/* controls the look of header AutoNav elements */ #page #header #headerNav{ float: right; width:470px; margin-top: 26px; /* padding-bottom: 0px; */ position: relative; z-index: 5; overflow:visible; } #page #header ul.nav-header{ text-decoration:none; color:#b8b5ab; list-style:none; list-style-type:none; padding:0px; margin: 0px; width:auto; overflow:visible; } #page ul { list-style:none; list-style-type:none; } ul.nav-header ul { width:200px; margin: 0; } /* Drop Down Menu styling */ ul.nav-header li{float:left; padding:0px ; width:207px; position:relative; margin-top:0px; line-height: 18px; } ul.nav-header ul li{ line-height: 16px; height: 21px; } /* style the links for the top level */ ul.nav-header a, ul.nav-header a:visited { display:block; font-size:13px; padding: 0px 0px 10px 10px; } /* style the top level hover */ ul.nav-header a:hover, ul.nav-header ul a:hover{ /* background:#b7d186; */ } ul.nav-header :hover > a, ul.nav-header ul :hover > a {/* color:#000; background:#b7d186; */} /* style the second level background */ /* ul.nav-header ul a.drop, ul.nav-header ul a.drop:visited {} */
Viewing 15 lines of 42 lines. View entire code block.
The custom template I'm using is attached. Any ideas on why it's not working properly? Thanks.
Richard
![stretchrt](/files/avatars/47531.jpg)
BUMP
Hi Richard,
I tried access the main site you posted wallbrink.com.au. I'm not sure if its the right site that had an previous error on IE 8 on its dropdown menu. I tried accessing the site on a IE 8 browser at it seems working well. If its not a bother would you mind posting the solution that you came up with. I'm having the same issue with my dropdown menu.
Thanks in advance.
I tried access the main site you posted wallbrink.com.au. I'm not sure if its the right site that had an previous error on IE 8 on its dropdown menu. I tried accessing the site on a IE 8 browser at it seems working well. If its not a bother would you mind posting the solution that you came up with. I'm having the same issue with my dropdown menu.
Thanks in advance.
Sorry, so long ago I can't remember. You can grab the css from the site if you like and take a look.