Dreg[Bot] Moderator
Broken Posts: 415 Status: Offline Gender: Male Age: 37 Joined:
Additional Groups: Coding Team
pmYesh im sneaky! | 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.
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>
| |
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.... |
|