• I wonder if it’s possible to place a DIV at the bottom of the browser window (as a footer) using CSS? is it necessary to use a layer in order to positioning the DIV?
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes it is possible and easy. Use position fixed.

    Not possible if you want it to work properly in all the common browsers.

    yes, however, its not really that easy. Considering that pretty much no browser fully supports css2 and also it renders differently depending on dtd, platform etc. Try to make position fixed work in all the common readers/platforms, and i issure you that you wont like the outcome.. : )
    http://www.jessett.com/web_sites/css/css_browser_support.shtml

    Well the dtd is set for us assuming we keep it. Platforms are not our concern. And most browsers in use have pretty good CSS 2 support. Its a myth to say they don’t. The standard was published years ago. The time to use web standards and CSS is now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Placing a DIV at the bottom of the browser window?’ is closed to new replies.