Hey, what link are you after? the webpage im talking about is yourstudenthouse(.)co(.)uk(/)mail.
php
Or are you after the
css file?
Ive solved a little of the problem in netscape by inserting
OVERFLOW: hidden
in the #frame { of
css.
The frame box ends at the bottom where it should, no overflowing of the left text anymore.
But the footer is still below the orange square box, which is the mail.
php content. Instead of below the header.
php content, which is the left text.
Im thinking it isnt a
css issue but a
php problem now. As in each
php page at the bottom there is code saying
include ( PATH . '/templates/' . $cookie_template . '/footer.
php' );
which inserts the footer on each page. This is maybe why it is going only below the
php pages content.
Its just strange how IE is placing this footer at the bottom of everything like it should, and other browsers aren't.

very frustrating...