vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Database of Codes/Hacks/Mods :: Easy CSS Rollover - View Topic
Topic Rating: *****
Printable View
Dreg[Bot]
Moderator
*****

[Avatar]
Broken

Posts: 415
Status: Offline
Gender: Male
Age: 37
Joined:  

Additional Groups:
Coding Team
***


Reputation: 14%  


pm
Easy CSS Rollover (2nd Jan 08 at 7:01pm UTC)
Yeah, its easy cuz you do nothing but add it in. It uses opacity to create a rollover effect. {Smile}

GLOBAL HEADER



<style type="text/css">
<!--
a img {
     filter:alpha(opacity=50);
     -moz-opacity: .5;
     opacity: .5
}
a:hover img {
     filter:alpha(opacity=100);
     -moz-opacity: 1;
     opacity: 1
}
-->
</style>



If you don't want sigs to have the rollover effect use this Insted


<style type="text/css">
<!--
a img {
     filter:alpha(opacity=50);
     -moz-opacity: .5;
     opacity: .5
}
a:hover img, .signature img, #signature img {
     filter:alpha(opacity=100);
     -moz-opacity: 1;
     opacity: 1
}
-->
</style>



Image

Now obsession rules my mind
This commotion makes me blind
Searching out who ever runs
Or has stolen away my life

But i've already said

Don't ever back down
Don't ever turn around
My end has come
So now I come for you....

 Printable View

All times are GMT+0 :: The current time is 10:07pm
Page generated in 0.2075 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums