View Single Post
Old 11-15-2004, 04:56 PM  
Paul P
Confirmed User
 
Join Date: Jul 2001
Location: Adelaide, South Australia
Posts: 202
Code:
<STYLE><!--

a:link img{
	border-color: #0099ff;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

a:active img{
	border-color: #000000;
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

a:visited img{
	border-color: #0099ff;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

a:hover img{
	border-color: #000000;
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

--></STYLE>


put something like that in your head section
Paul P is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote