i Want a code that makes all the Forum Pictures Fade and light only when u pass on it
2 posters
Fade and light images
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°2
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 }
DareDev1l- Forumember
- Posts : 103
Reputation : 2
Language : English
- Post n°3
Re: Fade and light images
thx
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°4
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.