Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Fixed footer for IE6!

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23123
    daGUY
    Member

    For anyone who’s interested, I wrote up a tutorial for creating a fixed footer that works in IE6 and earlier, plus all the other major browsers. Check it out and give me your feedback!

    http://home.comcast.net/~daguy/article_ … ooter.html

    Thanks :-)

    #49386
    LadynRed
    Member

    The only problem with your solution is that the expression statement can cause major memory problems.

    Quote:
    The problem with expressions is that they are evaluated more frequently than most people expect. Not only are they evaluated when the page is rendered and resized, but also when the page is scrolled and even when the user moves the mouse over the page. Adding a counter to the CSS expression allows us to keep track of when and how often a CSS expression is evaluated. Moving the mouse around the page can easily generate more than 10,000 evaluations.

    http://developer.yahoo.com/performance/ … xpressions

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.