Posted by Alan J. Flavell on 01/10/06 16:58
On Tue, 10 Jan 2006, Beauregard T. Shagnasty wrote: > a:hover { > background-color: #ffffcc; > color: #3399cc; > } Just a routine warning that if you use <a name="xxx"> , then (in a conforming browser, i.e not IE) it's going to respond to hovering, which probably isn't what you want. a:link:hover may be a safer selector to use for this, in general.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming