R
Richard
http://www.htmldog.com/articles/suckerfish/dropdowns/example/bones2.html
#nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em;
}
I am assuming that the class is created by the scripting?
What if the visitor has JS turned off?
What happens when this created class is not found?
What I don't understand is, even with JS turned off, the menu works just
fine, so why have the script?
Tested in both IE and FF.
#nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em;
}
I am assuming that the class is created by the scripting?
What if the visitor has JS turned off?
What happens when this created class is not found?
What I don't understand is, even with JS turned off, the menu works just
fine, so why have the script?
Tested in both IE and FF.