Is there any way of having different widgets with different backgrounds? Maybe through Javascript?
Thank you in advance.
Thank you in advance.
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
$(function(){$('#fa_ticker_container').parent().parent('.module').css('background' , 'transparent');});
<table style="width: 158px; height: 174px;">
<tr>
<td style="text-align: left; vertical-align: top;"
background="YOUR DIRECT BACKGROUND IMAGE LINK HERE"><br>
content here
<br></td>
</tr>
</table>
<table style="width: 158px; height: 174px;">
<tr>
<td style="text-align: left; vertical-align: top;"
background="http://i42.servimg.com/u/f42/11/92/49/97/bricks11.jpg"><br>
content here
<br></td>
</tr>
</table>
Since this thread appears to be solved, I will mark this thread as Solved and move it now. Note: You can also help the staff member's work by EDITING your topic and marking it as Solved. |