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.

Creating light blur and the drag on the image

3 posters

Go down

Creating light blur and the drag on the image Empty Creating light blur and the drag on the image

Post by canhraungot August 17th 2011, 7:18 am

Insert CSS

Code:
.postbody img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;}
.postbody img:hover {
filter:alpha(opacity=50);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }
chinhphuc.info source
canhraungot
canhraungot
Forumember

Female Posts : 46
Reputation : 1
Language : vietnam

http://C5zone.clubme.net

Back to top Go down

Creating light blur and the drag on the image Empty Re: Creating light blur and the drag on the image

Post by Nera. August 17th 2011, 8:13 am

Hi,

If you like to submit a tutorial please follow the guidelines
https://help.forumotion.com/t61209-how-to-submit-a-tutorial
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Creating light blur and the drag on the image Empty Re: Creating light blur and the drag on the image

Post by MrMario August 17th 2011, 6:50 pm

Topic Locked
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Back to top

- Similar topics

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