Now present to you: how the impact on all the images in your board

Only the code of the new technology css3


Explanation: Copy the following code

img {
     border: none;
     opacity: 0.3;
     -Webkit-transition: all 0.6s ease-in-out;
     -Moz-transition: all 0.6s ease-in-out;
     -O-transition: all 0.6s ease-in-out;
     -Moz-box-shadow: 0px 0px 8px # 000;
     -Webkit-box-shadow: 0px 0px 8px # 000;
     -Khtml-box-shadow: 0px 0px 8px # 000;
     box-shadow: 0px 0px 8px # 000;
 !
 img: hover {
     opacity: 1.0;
 !

Then paste the code in the CSS definitions of the additional / Additional CSS Definitions

http://www.progs4u.net/ts/wp-content/uploads/images-effects-css31.gif


And for any queries

Recommended Answers

All 3 Replies

Member Avatar for stbuchok

Is there a question here, or are you just trying to promote your site?

CSS3 is best from others Photoshop version .

He's talking about CSS3 (Cascading Style Sheets version3), this has nothing to do with version of photoshop...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.