|
|
 |
Re: FN-FORUM: CSS Madness - split topic here
date posted 29th February 2008 15:53
Thanks Tony / Brendon.
On 29 Feb 2008 15:07:05 -0000, Tony Crockford [EMAIL REMOVED] wrote:
> in the document flow, right after the wrapper, you add a div that will
> be pushed down no matter how much content there is in the right hand
> column.
>
> you then position your left hand content that needs to be at the
> bottom of the left hand column in the new div and then with the magic
> of position:relative, or negative margins make it appear as if it's in
> the left hand column.
>
> (padding the bottom of the left column to make space for your
> repositioned content will ensure they don't clash)
I tried that the last time I had this issue and gave up assuming that
negative margins should not be used. I forget which, but 1 browser
was not having it. I'll take a look over the weekend and see if I can
get it working. I just can't resist ... 10 years ago ...
valign="bottom" ... pixel perfect in all browsers. CSS is great but
it's implementation has been crap.
Paul
|
 |
|