|
|
 |
Re: FN-FORUM: Cross browser CSS
date posted 27th January 2004 12:38
On 27 Jan 2004 12:54:20 -0000, Andy Macnaughton-Jones [EMAIL REMOVED]
wrote:
>
> Ok.
>
> The basic layout of the bit that's currently using absolute positioning
> is this;
>
> +---+-------------+
> + + B +
> +A +-------------+
> + + C +
> + + +
> +---+ +
> + +
> +-------------+
>
> A is always on the LHS, B is always at the top and it's height always
> shorted than A
> C always goes under B - it should never bump round to under A.
>
> So I tried to float A on the Left, then Float B, then C but that didn't
> work.
> I also tried floating A then floating B with a clear because C
> was always trying to sit to the RHS of B
>
> But all to no avail.
>
> Any suggestions gratefully rec'd !
>
> cheers
find a cross browser two column layout.
make a the first column and make a container for B+C as the second column.
That should, in theory, solve your problems.
http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html
hth
Tony
|
 |
|