Re: FN-FORUM: Flying at half mast
date posted 23rd November 2007 14:19
On 23 Nov 2007, at 14:52, Robert Hempsall wrote:
>
> right, here's one for all you clever code people. The homepage of my
> website http://www.roberthempsall.co.uk (and other pages which
> follow this template) don't appear as I would wish when opened in
> firefox. The projects box on the right is supposed to be the full
> height of the white area, no matter how big the window is stretched
> to. If anyone can see why it isn't (once they've wiped the tears
> away from laughing at my 'coding') and can suggest a solution, I'd
> be very grateful.
my first guess, based on a quick look is that you need to change:
to
to allow it to grow in height with the height of the viewport.
I think FF is taking the height of the container and fixing it at that.
try it, see what happens.
(I'll say nothing about the coding issues, which are a completely
different story!)