Hi, Phil...

What's the purpose of this part of your container attributes?

background: transparent url(/images/interface/column_background.gif)  
24px 0 repeat-y;

Thanks,

Rick


> 
> Hi Suzanne
> 
> I normally put text-align: center; in the body tag. This takes care  
> of IE5 browsers.
> 
> body {
> margin: 0;
> padding: 30px 0 30px 0;
> font-family: Arial, Helvetica, sans-serif;
> text-align: center;
> }
> 
> Then have a container wrapper around your webpage area with margin- 
> left: auto, margin-right: auto. This centers properly in CSS. Note  
> that you then re-set the text-align to left so that all subsequent  
> text within the page is not centred.
> 
> 
> #container {
> width: 755px;
> margin: 0;
> margin-left: auto;
> margin-right: auto;
> padding: 0;
> background: transparent url(/images/interface/column_background.gif)  
> 24px 0 repeat-y;
> text-align: left;
> }
> 


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to