I am suprise that it is impossible to absolute position a div, giving its
top, left, bottom and right properties, and setting its width and height to
'auto'. Can you confirm it is not supported by IE ? It works very well with
Opera and Gecko based browsers.
I wanted to position 3 divs in standard mode :
- one header (width=100% and height=60px)
- one footer (width=100% and height=30px)
- and one body, (width=100% and height=100%-60px-30px)
I haven't found any solution to do this, except setting top and bottom
properties for the body, with a height set to 'auto'. Is anybody have an
alternative idea ?
Thank you !
Jean-Luc