I want to position the table using "left=25%; top=25%"
This works fine in IE6 but not on mozilla 5.0
How to make it work for Mozilla?
Pls let me know...
I have pasted the HTML below...
-------------------------
<HTML>
<HEAD>
</HEAD>
<BODY style="backgrou nd-color:#000000;" >
<table style="backgrou nd-color:#000000; position: absolute; left=25%;
top=25%;" border = "0" cellpadding="0" cellspacing="0" >
<tr border = "0" cellpadding="0" cellspacing="0" >
<td>
<a href="/Page38Index.htm l"
style="text-decoration: none; border-style:none;">
<IMG border=none src="xdf.jpg"> </IMG>
</a>
</td>
</tr>
</table>
</BODY>
</HTML>
--------------------------------------
This works fine in IE6 but not on mozilla 5.0
How to make it work for Mozilla?
Pls let me know...
I have pasted the HTML below...
-------------------------
<HTML>
<HEAD>
</HEAD>
<BODY style="backgrou nd-color:#000000;" >
<table style="backgrou nd-color:#000000; position: absolute; left=25%;
top=25%;" border = "0" cellpadding="0" cellspacing="0" >
<tr border = "0" cellpadding="0" cellspacing="0" >
<td>
<a href="/Page38Index.htm l"
style="text-decoration: none; border-style:none;">
<IMG border=none src="xdf.jpg"> </IMG>
</a>
</td>
</tr>
</table>
</BODY>
</HTML>
--------------------------------------
Comment