Forum Moderators: not2easy
When I move the css into the external style sheet the list items are still styled is just the drop down menu that stops working. Any thoughts?
div#nav ul.level1 li.submenu:hover ul.level2 {display:block;}
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}
When they are moved into the external file the drop down menu stops working. I guess I could leave them in the <style> tag at the top of each file but I would prefer not to.
Any thoughts on why just these two lines won't work in an external css file?