|
|
 |
Re: FN-FORUM: oh darn it
date posted 1st June 2005 12:09
Beston wrote:
>
> so why wont me picture center in IE?
because IE doesn't understand margin: 0 auto;
it *does* understand text-align center;
but then you'd need to left align the text by applying text-align: left
to
>
>
> #bag{
> width: 777px;
> margin: 0 auto;
> text-align:left;
> }
> body{margin:0;padding:0;}
> HTML {
> min-width: 777px;
> }
>
>
>
>
>
> border="0" alt="">
>
>
>
--
http://wiki.workalone.co.uk
http://www.workalone.co.uk/ads.htm
http://www.xebit.net
|
 |
|