NYColt
02-28-2003, 11:40 AM
Hello Everyone,
I have a table that is made transparent by using an opacity control for IE browsers and Netscape browsers and it works as designed! Can you believe that?!
My question: is there a similar control for controlling the size of the table so it appears consistent with both browser types.
As I have it now the table appears much larger in Explorer than it does in Netscape.
As always, any input from you folks is immensely appreciated!
<table bgColor=#CB3877 border=4 borderColor=#942957 borderColorDark= borderColorLight=#A7A96F height="70%" width="50%" style="-moz-opacity: 35%; filter: alpha(opacity=35); position:relative; top:100px; left:200px;">
<tr>
<td></td>
</tr>
</table></div>
NYColt
I have a table that is made transparent by using an opacity control for IE browsers and Netscape browsers and it works as designed! Can you believe that?!
My question: is there a similar control for controlling the size of the table so it appears consistent with both browser types.
As I have it now the table appears much larger in Explorer than it does in Netscape.
As always, any input from you folks is immensely appreciated!
<table bgColor=#CB3877 border=4 borderColor=#942957 borderColorDark= borderColorLight=#A7A96F height="70%" width="50%" style="-moz-opacity: 35%; filter: alpha(opacity=35); position:relative; top:100px; left:200px;">
<tr>
<td></td>
</tr>
</table></div>
NYColt