|
|
 |
Re: FN-FORUM Table Centering
date posted 31st January 2003 21:58
isn't it about time we introduced a redirect for 'goons' still using
NS4 prompting them to upgrade.
----- Original Message -----
From: "David Eckersall" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Friday, January 31, 2003 7:27 PM
Subject: Re: FN-FORUM Table Centering
> generally either by having one table 100%x100% with 1 cell and the
centered
> table in the middle of that:
>
> cellspacing="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
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:
[EMAIL REMOVED]
|
 |
|