[pmwiki-users] CSS help
Hans
design at softflow.co.uk
Wed Mar 1 10:30:16 CST 2006
Wednesday, March 1, 2006, 3:51:26 PM, Susan wrote:
> (The sidebar changes length depending on user authorization and whim of
> the site owner, so min-height for the main section won't work, either.)
> Thanks for trying. Any other ideas?
It is notoriously difficult to set the height of a division, if the
content is small. Firefox will set a min-height, IE will ignore it.
A solution with javascript may work for all the modern browsers, but
is a little tricky.
All this can be enough reason to leave the pure css layout and use a
table based layout instead, where it is not difficult at all to have
the background stretching down.
Best,
~Hans
More information about the pmwiki-users
mailing list