|
|
 |
Re: FN-FORUM: oh darn it
date posted 1st June 2005 12:23
Tony Crockford wrote:
>
> 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
actually, with my thinking head on...
just apply text-align: center to body....
then IE will center your div and decent browsers will center it because
of the margin: auto...
>
>>
>>
>> #bag{
>> width: 777px;
>> margin: 0 auto;
>> text-align:left;
>> }
>> body{margin:0;padding:0;}
>> HTML {
>> min-width: 777px;
>> }
>>
>>
>>
>>
>>
>> > height="583" border="0" alt="">
>>
>>
>>
>
>
--
http://wiki.workalone.co.uk
http://www.workalone.co.uk/ads.htm
http://www.xebit.net
|
 |
|