I'm sort-of following a tutorial from "a list apart"for making css-dropdowns ( ), but even though I've written
The sub options simply won't dissappear.
Also, how can you make the hover state of one thing affect something else?
Code:
#nav li ul {
display: none;
}
The sub options simply won't dissappear.
Also, how can you make the hover state of one thing affect something else?