Make Pictures with Links transparent on mouseover
Its a really simple addition to your myspace profile styles to make hover images transparent... and Im gonna show you how....
Here's the code:
<style type="text/css"> a:link img {filter:none;} a:visited img {filter:none;} a:hover img {filter:alpha(opacity=60);} </style>
You can play around with the "opacity=60" by changing the number to greater or less to change the transparency.
Also, be sure that you dont have any similar style's already in your profile, or it may not work. But, here's a tip:
Styles work from top to bottom, so if something isnt working correctly, you can always place it at the VERY BOTTOM. This will ensure that its the last style applied, overiding anything else.
Enjoy!








