[thelist] Link Style Specification

Emma Jane Hogbin emmajane at xtrinsic.com
Thu Feb 27 13:00:09 CST 2003


On Thu, Feb 27, 2003 at 11:51:33AM -0700, djinn at darkdesigns.org wrote:
> A:link { COLOR: #009933; border: 0 }
> A:visited { COLOR: #009933; border: 0 }
> A:hover { COLOR: #CC3300 }
> A:active { COLOR: #009933; border: 0 }
>
> Why doesn't this negate the link borders around the images except in the
> <hover> state?

You're actually trying to change the wrong item (or rather not enough
items). What you want to change (to get the border) is the IMAGES inside
the links. Like this:
	a:link img { border: none }

Hope that helps.

emma

--
Emma Jane Hogbin
[[ 416 417 2868 ][ www.xtrinsic.com ]]



More information about the thelist mailing list