|
|
 |
Re[2]: FN-FORUM Table Centering
date posted 31st January 2003 22:30
I'm just scared by the number of small offices still using it as main
browser. I've even seen visitors on one of my sites using NS3 & Win3.1
in the last month..!
-- Richard
http://www.rwatt.co.uk
Friday, January 31, 2003, 8:02:28 PM, you wrote:
---------------------------------------
ddcu> isn't it about time we introduced a redirect for 'goons' still using
ddcu> NS4 prompting them to upgrade.
ddcu> ----- Original Message -----
ddcu> From: "David Eckersall" [EMAIL REMOVED]
ddcu> To: [EMAIL REMOVED]
ddcu> Sent: Friday, January 31, 2003 7:27 PM
ddcu> Subject: Re: FN-FORUM Table Centering
>> generally either by having one table 100%x100% with 1 cell and the
ddcu> centered
>> table in the middle of that:
>>
>> > cellspacing="0">
>>
>>
>> cellpadding="0"
>> cellspacing="0">
>> .
>> .
>> .
>>
>>
>>
>>
>>
>> however this doesnt worth in xhtml, in this case you have to use the
>> following style:
>>
>> .midTable{
>> position: absolute;
>> width: 200px;
>> height: 200px;
>> left: 50%
>> top: 50%
>> margin-left: -100px;
>> margin-top: -100px;
>> }
>>
>>
>> .
>> .
>> .
>>
>>
>> option 1 *needs* to html not xhtml and will work in pretty much all
>> browsers, option 2 is better but is going to royally fuck up for the
ddcu> goons
>> still faffing about in NN4.x
>> ----- Original Message -----
>> From: "Nik Whale" [EMAIL REMOVED]
>> To: "FreelanceForum" [EMAIL REMOVED]
>> Sent: Friday, January 31, 2003 6:36 PM
>> Subject: FN-FORUM Table Centering
>>
>>
>> > Lo, peeps,
>> >
>> > How can I center a table vertically?
>> >
>> > NiK
>>
>> ========
>> Freelancers and Freelance Jobs: http://www.freelancers.net
>>
>> Advertise with Freelancers.net http://www.freelancers.net/advert.php
>>
>> To unsubscribe please email:
>> [EMAIL REMOVED]
>>
>> If you have difficulties unsubscribing please email:
ddcu> [EMAIL REMOVED]
ddcu> ========
ddcu> Freelancers and Freelance Jobs: http://www.freelancers.net
ddcu> Advertise with Freelancers.net http://www.freelancers.net/advert.php
ddcu> To unsubscribe please email:
ddcu> [EMAIL REMOVED]
ddcu> If you have difficulties unsubscribing please email: [EMAIL REMOVED]
|
 |
|