Like I mentioned in another post, having a div with a position:fixed doesn’t work in lower versions of IE; but IE7 beta 2 apparently works, but you have to declare the document as strict:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
In this tutorial, I’ll show you a way to get around this and implement a fake “position:fixed.”
more →





