|
Posted by Ramesh on August 17, 2004, 9:32 pm
Please log in for more thread options
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="background-color:#000000;">
<table style="background-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.html"
style="text-decoration: none; border-style:none;">
<IMG border=none src="xdf.jpg"> </IMG>
</a>
</td>
</tr>
</table>
</BODY>
</HTML>
--------------------------------------
|
|
Posted by Neal on August 18, 2004, 12:42 am
Please log in for more thread options
> I want to position the table using "left=25%; top=25%"
> This works fine in IE6 but not on mozilla 5.0
Are you, like, from the future? What's the version on that Mozilla? 1.7.2?
> How to make it work for Mozilla?
>
> Pls let me know...
Don't use = , Use : .
{left: 25%; top: 25%;}
= is for attribute values in HTML, : is for property values in CSS.
|
|
Posted by Reuben Chew on August 18, 2004, 3:33 pm
Please log in for more thread options Neal wrote:
>
>> I want to position the table using "left=25%; top=25%"
>> This works fine in IE6 but not on mozilla 5.0
>
>
> Are you, like, from the future? What's the version on that Mozilla? 1.7.2?
>
>> How to make it work for Mozilla?
>>
>> Pls let me know...
>
>
> Don't use = , Use : .
>
> {left: 25%; top: 25%;}
>
> = is for attribute values in HTML, : is for property values in CSS.
All versions of Mozilla since the time of NS6 is 5.0.
Here's my Firefox string:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040626
Firefox/0.9.1
|
|
Posted by Neal on August 18, 2004, 9:35 am
Please log in for more thread options On Wed, 18 Aug 2004 14:33:20 +0800, Reuben Chew
> Neal wrote:
>>
>>> I want to position the table using "left=25%; top=25%"
>>> This works fine in IE6 but not on mozilla 5.0
>> Are you, like, from the future? What's the version on that Mozilla?
>> 1.7.2?
> All versions of Mozilla since the time of NS6 is 5.0.
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040626
> Firefox/0.9.1
I see what you're up to. I was thinking the other way.
|
| Similar Threads | Posted | | position:fixed slows Mozilla | March 9, 2005, 5:53 pm |
| a:visited not working in Mozilla or Firefox | April 6, 2005, 1:23 pm |
| Tables not working in IE6 but ok in Mozilla Firefox | February 3, 2006, 4:26 pm |
| Trying to position table columns | December 28, 2005, 9:43 am |
| HTML table position text injector? | March 17, 2005, 8:02 am |
| Image rollover not working in a table | March 8, 2005, 5:26 pm |
| Why does MSIE (but not Mozilla) expand my table beyond its width? | April 6, 2005, 8:18 am |
| Table with Fixed Header not working after adding an onmouseover event | February 2, 2006, 4:27 pm |
| remembering div position | September 19, 2006, 8:50 am |
contents in same position? | April 16, 2008, 2:52 am |
|