Im working on some html stuff at the moment but have come across a little problem. I have an image which uses hotspots to create a rollover effect, within the rollover are I also have an html table but when I rollover the hotspot area turns green(as it should) but the table remains white.
is there a way I can make this table transparent?
as you can see below I have commented out what I had tried previously(filter:alpha)
code for table is…
<div style="position:absolute; left: 709px; top: 353px; background-color: #FFFFFF; layer-background-color: #FFFFFF; border: 1px none #000000;">
<table width="50" border="0" ><!-- style="filter:alpha(opacity=80);"-->
<tr>
<td colspan="2" align="center" style="font:'Courier New', Courier, monospace; font-size:10px">Lvl.20</td>
</tr>
<tr>
<td width="25"><IMG id="t11" style="cursor: hand; WIDTH: 24px; HEIGHT: 22px;" name=disp alt="Lvl.20" src="../../Icons/circle_cancel.png"></td>
<td width="25"><IMG id="t12" style="cursor: hand; WIDTH: 24px; HEIGHT: 22px;" name=disp alt="Lvl.20" src="../../Icons/circle_cancel.png"></td>
</tr>
</table>
</div>
From Css-Tricks.com:
This is for all browsers!