Forum
Forum
Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Opacitate avatar

View previous topic View next topic Go down

Spark
Spark
Administrator
Posts : 1509
Reputation : 42
http://support.punbbforum.com

PostSpark Fri Sep 07, 2012 7:11 am

Code:
.postdetails a img {
  opacity: 0.3;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -o-transition-property: opacity;
  -o-transition-duration: 0.6s;
  transition-property: opacity;
  transition-duration: 0.6s;
  filter:alpha(opacity=60);
}
.postdetails a img:hover {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
DexteR21
DexteR21
Membru
Posts : 173
Reputation : 3
http://support.punbbforum.com

PostDexteR21 Wed Sep 26, 2012 8:08 am

Bravo pentru cod e foarte bun.

View previous topic View next topic Back to top

Create an account or log in to leave a reply

You need to be a member in order to leave a reply.

Create an account

Join our community by creating a new account. It's easy!


Create a new account

Log in

Already have an account? No problem, log in here.


Log in

 
Permissions in this forum:
You cannot reply to topics in this forum