WEST SIDE CALI KILLERS
Light on hover profile 23104840
WEST SIDE CALI KILLERS
Light on hover profile 23104840
WEST SIDE CALI KILLERS
Would you like to react to this message? Create an account in a few clicks or log in to continue.


HOME OF WSCK CLAN
 
HomeSearchLatest imagesstoreRegisterLog in

Share
 

 Light on hover profile

View previous topic View next topic Go down 
AuthorMessage
Duke Nukem
Moderator
Moderator
Duke Nukem

Country : USA
Posts : 174
Caps : 293
Times Thanked : 6
Browser : Internet Explorer

Light on hover profile Empty
PostSubject: Light on hover profile   Light on hover profile I_icon_minitimeThu Jul 26, 2012 7:33 am

Description

Using this tutorial when you pass hover the profile it will light

Set up

It is very easy... You have just to put this code in your CSS (ACP > Display > Images and Colors > CSS):

Code:
<!--- Subject: "Light on Hover profile" - Copyright 2012 by www.fmcodes.com. All Rights Reserved. Use and/or modification of this script is allowed, provided this entire copyright notice remains in the original or modified code. Distribution is not allowed without written consent from FMCodes---!>
.postprofile {
opacity: 0.2;
-htm-transition-duration: 1s;
-moz-transition-duration: 1s;
-o-transition-duration: 5ms;
-webkit-transition-duration: 1s;
transition-duration: 1s;
}

.postprofile:hover  {
opacity: 1;
}

Customize the tutorial

You can edit the attribute >Opacity: putting values from 0.1 to 1 that decides the "quantity" of opacity
Back to top Go down
 

Light on hover profile

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» Navigation Bar Glow / Light Up when hover over it
» Hover group legend

Permissions in this forum:You cannot reply to topics in this forum
WEST SIDE CALI KILLERS :: Computer Related :: Coding :: HTML-