Re: FN-FORUM: CSS driving me mad again - help please
date posted 1st March 2008 20:45
On 1 Mar 2008, at 21:28, Dominic Raywood wrote:
>
> Please can one of you CSS gurus tell me what I'm doing wrong?
>
> URL: http://bagenhamfarm.co.uk
>
> Okay, the site validates XHTML 1.0 Transitional and CSS validates.
>
> However, I cannot get one of the divs to centre. Basically, I want
> a max width of the site, even though fluid up to that width. That
> bit works fine, using min-width and max-width.
>
> In the header though, I have a div (#hdr_bannerctr) which has 5
> images inside it. I want this div to be central. Whatever I try,
> in both IE7 and Firefox, it sets itself left justified within the
> main #container div.
why is it absolutely positioned?
inside a table?
;o)