5
votes
Javascript menu remembering position
You can make the link/element that is clicked (for the onclick event) set the URL hash in the address bar. (i.e. http://server.name/page#URL …
37
votes
0
votes
Why doesn’t a:hover work on an anchor without an href attribute?
Which browser are you using? This may be a quirk - certainly href isn't required I don't think, i.e. when using the legacy <a name> method to create links within the …
9
votes
What to do with empty CSS rules?
No, you do not need the empty rule.
Each rule stands on its own (that is, the selector for the rule provides the context), so you do not need an empty rule for table.foo in or …
