Re: FN-FORUM: css prob
date posted 18th September 2007 16:19
On 18 Sep 2007 13:18:44 -0000, Steven Lavine [EMAIL REMOVED] wrote:
>
> Hi Guys,
>
> My mind has gone completly to sleep at the moment, the layout ofthe site
> below is fine in IE 6+, Safari (Win) and Opera, however the margin
> seems to have gone too far in Firefox. I know it's something to do with
> the css, but I can't seem to work it out.
>
> http://ambulancia.beyondss.com
>
> Cheers,
>
> Steve
>
Looks like it is measuring those 299px from that floating div on the
left instead of page (window).
Have you tried to put "position: absolute;" for that #content? Just
like you have for #banner. That seems to do the trick.
Juraj