Navigation

 
Reply to this topicStart new topic
> CSS Help
V
CTaylor
post Jan 8 2009, 03:41 AM
Post #1


Newbie
Group Icon

Group: Members
Posts: 1
Joined: 8-January 09
From: Canada
Member No.: 35



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.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
10 User(s) are reading this topic (10 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version
Skin by IPB Customize - Hosted by Forums & More
Time is now: 19th March 2024 - 08:56 AM