View Single Post
  #14 (permalink)  
Old Apr 11th, 2008, 00:53
catalystmediastudios catalystmediastudios is offline
Up'n'Coming Member
Join Date: Nov 2006
Location: Orem, Utah
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Opinions? And a few questions :)

position fixed does not work in IE 6. You will either need some crazy CSS trickery that will screw up all absolutely positioned elements or some javascript.

Here is a script you can use:

http://doxdesk.com/software/js/fixed.html

Or google position fixed IE
Reply With Quote