|
|
 |
Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 14:34
On 3 Sep 2007 13:57:09 -0000, John Deaville [EMAIL REMOVED] wrote:
>
> Can anyone tell me if this aligns centrally horizontally
>
> http://www.nxmd.co.uk
>
It does not align centrally horizontally in IE 7, it does in Firefox 2.
This is what I use to align my #container divs:
#container {
margin:0pt auto;
text-align:left;
width:780px;
}
Maybe you could try to remove that "position" from .centrealign and
add "text-align: center;" to body?
Jay
|
 |
|