A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: Aligning text to the bottom of the page

Threaded View

  1. #3
    Retired Mod aversion's Avatar
    Join Date
    Jun 2000
    Location
    insomnia
    Posts
    7,917
    If the page scrolls that won't keep the block at the bottom of the page in most browsers.

    In modern browsers position: fixed will do it but IE stumbles here, though I think IE7 understands it.

    I know this is a question much asked in web dev forums but I've never seen a satisfactory answer. If you want to support IE you could use javascript to keep the block in the desired position when the page is scrolled or there are CSS hacks that work somewhat. There's an example of a javascript way to do it here or a CSS way here.
    Last edited by aversion; 03-10-2007 at 07:12 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center