Log in

View Full Version : Is there any way to find the actual height & apply it to CSS?



ultranet
01-04-2007, 06:10 AM
Hello members

Is there anyways to find the actual height & apply it to CSS?

I have 100% height problems in my DIV & CSS design. So I was wondering if there is a script that I can use to find the actual height of every page and apply it to the DIVs in the page...


Thanks

djr33
01-04-2007, 07:03 AM
Perhaps, but why not post the code and fix the errors instead of relying on errors and hacking them so they work? It'll surely be more compatible.

ibrux
01-04-2007, 07:40 AM
you could use javascript (for finding the actual height) then use javascript again to modify the individual height of each DIV in your page.