The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

hover and darken

2 posters

Go down

hover and darken Empty hover and darken

Post by Photondragon12345 August 13th 2012, 6:30 pm

how do they make the images darken on mouserover? and also how do they link them?i saw it here:

www.duelacademy.net
Photondragon12345
Photondragon12345
Forumember

Male Posts : 226
Reputation : 1
Language : English
Location : USA

http://photon-duel-academy.forumotion.com/

Back to top Go down

hover and darken Empty Re: hover and darken

Post by Sir Chivas™ August 14th 2012, 8:38 am

Hi,

Hover on links
Code:

a:hover{
 text-shadow: 0 0 0.9em #FF0000, 0 0 0.9em #FF0000, 0 0 0.9em #FF0000e;
 font-weight:bold;
  background-image:url(http://i22.servimg.com/u/f22/15/42/72/40/bling110.gif);}

Or this
Code:
a:hover{
text-shadow: 0px 0px 5px #f9f9f9;
}

For images
Code:
img
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

hover and darken Empty Re: hover and darken

Post by Photondragon12345 August 15th 2012, 3:22 am

yea and also how do they link the images to the forum? also the third code, about that i want to link the images and when the images are hovered they darken. apparently they are already darkened before any hover
Photondragon12345
Photondragon12345
Forumember

Male Posts : 226
Reputation : 1
Language : English
Location : USA

http://photon-duel-academy.forumotion.com/

Back to top Go down

Back to top


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