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