css or maybe not... just wanna know HOW!?!

They have: 5,633 posts

Joined: Jan 1970

Okay go here... http://www.artiststreams.com along the left side in the yellow table there are links that are text... they have a mouseover effect that underlines them but until then they aren't underlined. I want to do this! I'm pretty sure this is CSS. The problem is I don't have much experience with CSS. So if anyone can help me out I'd appreciate it. Thanks.

They have: 99 posts

Joined: May 1999

body, td {font-family: "ms sans serif", arial, helvetica, sans-serif; font-size: 10px }

th {font-family: "ms sans serif", arial, helvetica, sans-serif; font-size: 11px }

a:hover {color: #00ff00 }
.top-nav-links { font-family: "ms sans serif", arial, helvetica, sans-serif; font-size: 10px; text-decoration: none }

.side-nav-links { font-family: "ms sans serif", arial, helvetica, sans-serif; font-size: 11px; color: #000000; background: #ffcc33 }
.side-nav-links a:link {color: #000000; text-decoration: none }
.side-nav-links a:visited {color: #333333; text-decoration: none }
.side-nav-links a:hover {color: #000000; text-decoration: underline }

.side-nav-links-selected { font-family: "ms sans serif", arial, helvetica, sans-serif; font-size: 11px; color: #000000; background: #ff9900 }
.side-nav-links-selected a:link {color: #000000; }
.side-nav-links-selected a:visited {color: #333333; }
.side-nav-links-selected a:hover {color: #000000; }

.bigger { font-size: 12px}
.smaller {font-size: 10px}

.module { border-width: 1px; border-color: #669900 }

They have: 231 posts

Joined: Feb 2000

Add to the HEAD of your document:

A { text-decoration:none; }
A:hover { text-decoration:underline; }

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.