Fade and light images
2 posters
Page 1 of 1
Fade and light images
i Want a code that makes all the Forum Pictures Fade and light only when u pass on it
DareDev1l- Forumember
- Posts : 103
Reputation : 2
Language : English
Re: Fade and light images
Hello,
Add the following rule to your stylesheet.
Display > Colors > CSS stylesheet
Add the following rule to your stylesheet.
Display > Colors > CSS stylesheet
- Code:
img {
opacity:0.7;
transition:300ms;
}
img:hover { opacity:1 }
Re: Fade and light images
You're welcome ^^
Topic archived
If you have anymore questions, feel free to open a new topic.
Topic archived
If you have anymore questions, feel free to open a new topic.
Similar topics
» fade slow on hover over main buttons phpBB2 forum
» Tool bar fade
» Fade Effect Issues
» like showing images in mobile version is possible to active the links in images
» how make a colored text fade into another using a hover code? (using css transitions)
» Tool bar fade
» Fade Effect Issues
» like showing images in mobile version is possible to active the links in images
» how make a colored text fade into another using a hover code? (using css transitions)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum