quick css q

Out of context: Reply #7

  • Started
  • Last post
  • 9 Responses
  • hilchev0

    you can't do this so simply. IE6 for instance does not support fixed positioning of the bgr. Anyway, if you position something absolute like you said, when you resize the windows to a smaller resolution, and then use the Vscroll, your positioned element will stay. That's because when you load the page, the css finds the current bottom and right 0'os.

    The solution is to use some simple java script or a jquery component if you find a good one.

View thread