logo       

Re: Center in screen: msg#01099

Subject: Re: Center in screen
On 27/09/06, mamrg <lists-SquL+guOBK9BDgjK7y7TUQ@xxxxxxxxxxxxxxxx> wrote:
>
> Hi,
>
> How can i center in screen (width and height) this page: ?
>
> To center in screen, the method I use to avoid any IE hack, is like so
(example):

#wrapper {
width: 700px;
position: relative;
left: 50%;
margin-left: -350px;
}

as for height, that is a different story.
______________________________________________________________________
css-discuss [css-d-FPEHb7Xf0XVf4fvhJAioeSCwEArCW2h5@xxxxxxxxxxxxxxxx]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/



<Prev in Thread] Current Thread [Next in Thread>