Printable Version of Topic

Click here to view this topic in its original format

Fileminers _ Technical Support _ CSS Help

Posted by: CTaylor Jan 8 2009, 03:41 AM

I hope this is the right section to post this.
I have been working on a website for a business and I'm trying to make a drop-down menu in CSS. It works great in Firefox biggrin.gif but not in Internet Explorer. sad.gif

Here is the CSS part of the Code, does anyone know what I might do so it works in IE?

CODE
li ul {
display: none;
}
li:hover > ul {
display: block;
float:left;
background-image:url(img02.gif);
position:absolute; top:25px;
}


Thanks in Advance.

If I posted this in the wrong section please move it for me.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)