[thelist] a CSS Question

Stuart Young drstuey at gmail.com
Wed Feb 22 18:41:10 CST 2006


can you put the border onto the links themselves? If so then you can change
the border colour with a:hover.

perhaps:

a.dropLinks {
  border-left: 5px solid #eaeaea;
}

a.dropLinks:hover {
  border-left: 5px solid #ffffff;
}


--
This is the gmail account of Stuart Young
Pt Chev, Auckland, New Zealand



More information about the thelist mailing list