« CSS Depot layouts | CSS | Dead Center »

February 10, 2004

Custom (url) underlines

A List Apart: Custom Underlines

a {
text-decoration: none;
padding-bottom: 4px;
white-space: nowrap;
}
a:hover {
background: url(underline.gif) repeat-x 100% 100%;
}

Posted by gwen at February 10, 2004 01:13 PM | TrackBack