|
|
 |
Re: FN-FORUM: FW: Could be a CSS thing?
date posted 17th May 2006 15:31
Anthony wrote:
> This code pushes the DIV down, instead of being put in the DIV.
You've put the text in div#BoxTop, which has a fixed height.
Firefox correctly follows that fixed height and the text falls out of
the bottom of the container.
IE on the other hand tries to be helpful by expanding div#BoxTop to
accommodate the extra text height.
you need to move the text out of the fixed height top if you want the
borders to surround it.
lots of naughty things going on like pixel sized fonts that I'll
pretend I didn't see...
--
Join me: http://wiki.workalone.co.uk/
Thank me: http://www.amazon.co.uk/gp/registry/1VK42TQL7VD2F
Engage me: http://www.boldfish.co.uk/portfolio/
|
 |
|