Hi As per plenty of the comments actually on the following page:
http://www.dynamicdrive.com/style/cs...vertical-menu/
I am having the world of problems making this menu work with IE7 and 8 but mainly 8.
I am using Safari 4 and Firefox and it displays perfectly.
However, running Google Chrome and IE8 I just get a white box.
Even when I mouse over it just stays white.
I have not modified the CSS except for the image locations, but here it is anyway.
Please help!!
Thanks
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}
.glossymenu li a{
background: white url(/pages/media/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 170px;
}
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
.glossymenu li a:hover{
background-image: url(/pages/media/glossyback2.gif);
}



Reply With Quote


Bookmarks