View Single Post
Old 05-08-2008, 03:19 AM   #4 (permalink)
RobertFrans
I'm the Sexy one!
 
Join Date: Aug 2007
Location: Linköping
Posts: 282
Points: 4,630
if your source is something like this.

Code:
<div id="somecontainer">
blah blah
loso blahhh
<a .. my link is here
then in your css you reffer to the container the A is in.

Code:
#somecontainer a, #somecontainer a:visited {
font-weight: bold;
color: #123456:
}

#somcontainer a:hover {
text-decoration: overline;
font-size: 12345960px;
}
RobertFrans is offline   Reply With Quote Send a private message to RobertFrans