View Single Post
  #5 (permalink)  
Old May 12th, 2007, 14:38
SCDWB SCDWB is offline
New Member
Join Date: May 2007
Location: Staffordshire
Age: 21
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS #frame height and PHP

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...
Reply With Quote