Sun, 2008-10-19 16:09
Hello there,
I just have read the 100% height how to post, but I need something more. I not only need headers and footers, but a DIV between them, which is dynamical according to the screen resolution but its content may be larger, so I need this DIV with "overflow: auto" to work. There is a solution, which works in IE7/FF and Opera but does not work in IE6:
DIV { position: absolute; top: 400px; left: 0px; width: 240px; bottom: 80px; overflow: auto; }
This gives me the result what I wanted, but not in IE6. What is the solution to make this DIV ok in IE6 or other incompatible browsers, as well?
Thank You in advance!
Mon, 2008-10-20 10:57
#2
Yeah except without quirks
Yeah except without quirks mode.
Mon, 2008-10-20 12:03
#3
you've been top trumped by
you've been top trumped by poes Tyssen
Mon, 2008-10-20 15:59
#4
Thank You Guys, both Tyssen
Thank You Guys, both Tyssen and Stomme poes,
I'll try out the two examples wheather I can adopt them, if not, You'll see me again
P.S. to Tyssen: I didn't want to flood the post with my code, I believed this part of CSS is enough, but next time...