Default Image Question (2.0) |
Default Image Question (2.0) |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2009 Member No: 736,109 ![]() |
Sorry, another questioning. This is in reference to the default picture on the page in the 2.0 layout. I've tested multiple codes attempting to create a border around the picture that when hovered, will change the border color (for example, a black border would be the normal img link, and the border would turn white when you hover over it). I've tested different codes, but none seem to work without affecting the other pictures in the entire box. If anyone has a script that can sprout this desire, it'd be appreciated. Thanks!
|
|
|
![]() |
![]()
Post
#2
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Dec 2008 Member No: 705,878 ![]() |
if you want just your default, use "div.photo" instead of "img"
CODE div.photo:hover {
border-style:solid; border-color:blue; border-width:3px;} |
|
|
![]() ![]() |