Re: FN-FORUM: CSS problem
date posted 20th January 2005 23:38
On 21 Jan 2005, at 00:33, David wrote:
> I have a problem with resizing, when I down size my browser window the
> body slides underneath the left navigation-bar.
NOTE: you will get better help if you can provide a url to the page
concerned
It to me sounds like side-effect of using 'float' - and probably %
widths, or mix of fixed width and a % width?
Basically if the window width is not sufficient for the stated widths
of the floated divisions, then one of more will drop vertically.
Regards
Paul