View Single Post
  #1 (permalink)  
Old Oct 6th, 2006, 12:41
mojo67 mojo67 is offline
Junior Member
Join Date: Sep 2006
Location: Scotland
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Question More IE problems

I have my dropdown menu working, in Firefox and Opera at least. In IE the submenus do not drop down/pop out.

I have followed (i think) the instructions in the sticky tutorial regarding this problem.
I downloaded the csshover.htc file
I have the
body{
behaviour: url(csshover.htc);

}
code in a file called ieonly.css, and
I have the following code in the html <head> tags (although I'm not sure where exactly it should go: before or after the link to the main stylesheet)
<!--[if lte IE 6]>
<link href="ieonly.css" rel="stylesheet" type="text/css" />
<![endif]-->


Have I missed something out?

The css file is here http://www.footballscotland.hazlenet.net/dropdown.css

The webpage is here http://www.footballscotland.hazlenet.net/dropdown.htm

The only heading that has all the menu levels is "Teams"
The colours are temporary. They helped me keep track of the different menu
levels when I was building it.

Thanks

Last edited by mojo67; Oct 6th, 2006 at 19:05. Reason: had incomplete code in post
Reply With Quote