View Single Post
(#2 (permalink))
Old
Zurahn is Offline
Private
Points: 154, Level: 2 Points: 154, Level: 2 Points: 154, Level: 2
Activity: 0% Activity: 0% Activity: 0%
Zurahn is an unknown quantity at this point
 
 
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jan 2008
January 1st, 2008

CSS compatibility can be pretty touchy and without a link to actually see what you're doing, it's pretty hard to give any concrete answer. You also need to clarify whether by "in the same place" you mean, for example, that it stays in the top-right corner and stays there even when you scroll, or stays in the position, and moves out of sight when the page is scrolled.

As it is, try
position:fixed;
_position:absolute;

Firefox should read position: fixed, while Internet Explorer reads position: absolute

What it at least sounds like is that you want position: fixed in both Firefox and IE. Try this link, and start with Firefox first with position: fixed, then IE

http://tagsoup.com/cookbook/css/fixed/