[jQuery] Re: Make a div expand to take up the rest of the viewport?

2007-04-18 Thread Phillip B Oldham
By the looks of things it puts a div over the full size of the document, rather than expand a div to the size of the viewport. On Apr 18, 9:17 am, Ariel Jakobovits [EMAIL PROTECTED] wrote: doesn't the thickbox take up the viewport? look at that - Original Message From: Phillip B

[jQuery] Re: Make a div expand to take up the rest of the viewport?

2007-04-18 Thread Phillip B Oldham
Found out what the main problem was for me: in FF, setting a hight worked only part of the time. min-height also had to be set, which has solved the problem. I'm using a strict doctype, but setting height to 100% doesn't work. On Apr 18, 2:00 pm, Ben Schwarz [EMAIL PROTECTED] wrote: I believe