PDA

View Full Version : I need help with html/css for myspace modules. Read details for more.?


Viceman
03-26-2008, 06:41 AM
What I want to do is set an image background for "my interests" module, set @80% transparency to it, and change the font color. Anyone know how to do this?

BetwixtBetween
03-26-2008, 07:10 AM
<style>table.interestsanddetails {background-image:url(URL GOES HERE); filter:alpha(opacity=25); -moz-opacity:.25;opacity:.25;}{! color the text in the Interests section !}table.interestsanddetails td td, .interestsanddetails td td a {color:red!important;}</style>