View Single Post
04-23-2008, 04:18 PM
#9
.Cyanide is offline .Cyanide
Status: Senior Member
Join date: Mar 2006
Location: Stockholm,Sweden
Expertise: Web Design, Coding
Software: Phoshop CS3
 
Posts: 757
iTrader: 4 / 100%
 

.Cyanide is an unknown quantity at this point

Send a message via MSN to .Cyanide

  Old

This is my html code for the image tag (i have several images with the same class):

<td><a href="http://www.jakobgrannas.com/portfolio/Client%20work/Asian%20dating/homepage%20copy.png" class="bildlink"><img src="thumbs/asiandating.jpg" width="70" height="70" class="thumbsleft" alt="" border="1"></a></td>

And this is my css:

a.bildlink:link {
border-color: #c0d02f;

}

a.bildlink:visited {
border-color: #c0d02f;

}

a.bildlink:active {
border-color: #c0d02f;

}

a.bildlink:hover {
border-color: #727272;

}