Fade and light images
3 posters
Page 1 of 1
Fade and light images
I like this code, but what I don't like is how dark it looks. Anyway I can make it slightly brighter before someone roles their mouse over the picture?
https://help.forumotion.com/t141472-fade-and-light-images
https://help.forumotion.com/t141472-fade-and-light-images
Re: Fade and light images
This is the part you have to change for the lightest or darkest:
- Code:
opacity:0.7;
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Fade and light images
Okay, is there anyway to make the homepage buttons , Home, FAQ, and search ect back to their original brightness?
http://soulsamurai.forumotion.com/
http://soulsamurai.forumotion.com/
Re: Fade and light images
Search in your CSS ( ACP > Display > Colors > CSS ), this code:
And delete the opacity value. You can change the value to "1" for 100% opacity and the 0.60 por add opacity.. It will be with a decimal.
0.90 = 90%
0.80 = 80%
0.70 = 70%
Etc
Cheers
- Code:
a.mainmenu {
opacity: 1;
}
a.mainmenu:hover {
opacity: 0.60;
}
And delete the opacity value. You can change the value to "1" for 100% opacity and the 0.60 por add opacity.. It will be with a decimal.
0.90 = 90%
0.80 = 80%
0.70 = 70%
Etc
Cheers
Similar topics
» Fade and light images
» Tool bar fade
» Fade Effect Issues
» Category color fade effect
» how make a colored text fade into another using a hover code? (using css transitions)
» Tool bar fade
» Fade Effect Issues
» Category color fade effect
» 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