|   |   |   | ||||
| Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. | 
|    | 
| 
 | |||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
|  | Thread Tools | 
|  11-15-2004, 03:04 PM | #1 | 
| Confirmed User Industry Role:  Join Date: Nov 2003 Location: Toronto 
					Posts: 4,001
				 | 
				
				Mouse over thumbnail = border (html source)
			 Anyone have a quick html or javascript so that when a view puts their mouse over an image with a link, it creates a border or changes a borders color? Thanks | 
|   |           | 
|  11-15-2004, 03:07 PM | #2 | 
| Confirmed User Join Date: Jan 2003 Location: Brisbane, Australia 
					Posts: 753
				 | What you're probably looking for is CSS. | 
|   |           | 
|  11-15-2004, 03:08 PM | #3 | |
| Confirmed User Join Date: Dec 2002 Location: Sweden/Spain you sum bitch! 
					Posts: 6,576
				 | Quote: 
 what he said... w3schools.org | |
|   |           | 
|  11-15-2004, 03:11 PM | #4 | 
| Too lazy to set a custom title Join Date: Apr 2004 Location: Buffalo, NY 
					Posts: 35,218
				 | w3schools.org is an awesome site I suggest that you spend a few days there and you will learn a lot of useful stuff... | 
|   |           | 
|  11-15-2004, 03:14 PM | #5 | 
| Confirmed User Industry Role:  Join Date: Nov 2003 Location: Toronto 
					Posts: 4,001
				 | Thanks guys  | 
|   |           | 
|  11-15-2004, 03:28 PM | #6 | |
| Confirmed User Join Date: Mar 2004 
					Posts: 4,400
				 | Quote: 
 
				__________________ Click 9500 FHG Text Descriptions--Only $89! | |
|   |           | 
|  11-15-2004, 04:56 PM | #7 | 
| 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 | 
|   |           | 
|  11-15-2004, 10:22 PM | #8 | |
| Confirmed User Industry Role:  Join Date: Nov 2003 Location: Toronto 
					Posts: 4,001
				 | Quote: 
 | |
|   |           | 
|  11-15-2004, 10:42 PM | #9 | 
| Confirmed User Industry Role:  Join Date: Nov 2003 Location: Toronto 
					Posts: 4,001
				 | Tried a few variations, what exactly do I put for the img src? It's not working for me <a href="http://www.xxx.com"> <img src="http://www.xxx.com/xxx.gif" width="120" height="60" style="imghaha123"></a> | 
|   |           |