|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
It can never be too quiet
Join Date: May 2004
Location: Burlington, Ontario
Posts: 1,090
|
I.E. CSS Incompatability • position: absolute;
Most of you who work with CSS probably know already that there is an incompatability with "position: absolute;" and > IE5. I have looked at every resource Google could find and I still can't get it to work with any hacks.
Does anyone know of a fix or a hack that is currently working for them in > I.E. 5? All I'm trying to do is put a stationary table at the bottom of a page with some links inside of it that doesn't move when scrolling. One nice thing... it looks fantastic in all the other browsers!! Thanks folks! Stryker
__________________
Athlon XP 2800+ • Asus A7N8X (nVidia Nforce2) • Radeon 9600 Pro 256MB • 2x512MB KVR DDR PC3200 Dual Channel • 120GB Seagate 7200RPM 8MB • 160GB WD 7200RPM 8MB • Liteon DVD±RW DL • AOpen DVD±RW DL • Vantec Ion2 350W PSUSend me your picture for the Member Photo Gallery |
|
|
|
|
|
#2 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Only 2 options,
1.) Don't use position: absolute, either by browser detection or by recoding without it. 2.) Don't worry all that much about it. The percentage of users running IE less than V5 is quite small.
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
|
|
|
|
|
#3 | |
|
It can never be too quiet
Join Date: May 2004
Location: Burlington, Ontario
Posts: 1,090
|
Quote:
Actually it's greater than IE 5, which is why I'm concerned because our primary user base is on 5.5 or 6 (it's for the company Intranet). As far as I can tell from my "Googling", it's a known bug with the latest versions of IE, but there isn't a fix for it yet. This is a page that I found which seemed to have the best solution, but I couldn't get it to work (I'm sure I'm just doing something wrong because I've seen a couple of examples that work). I'll keep playing with it and maybe I'll get lucky. Thanks, Stryker ![]() EDIT: MY APOLOGIES!!! I just realized my title says position: absolute;, but the actual IE issue is with position: fixed; Very sorry for the confusion.
Last edited by Stryker; 02-01-2005 at 12:39 PM. |
|
|
|
|
|
|
#4 |
|
It can never be too quiet
Join Date: May 2004
Location: Burlington, Ontario
Posts: 1,090
|
Sample Test Page to demonstrate issue
Here's a sample page in case you aren't sure what I'm referring to.
If you have I.E. and another browser installed (like Firefox, Netscape, Opera, etc...), open the following link in both browsers and you will see the difference. http://www.c2imaging.com/temp/pcmech/testpage.htm When opened in I.E. the small group of cells sits at the top left and doesn't follow the position: fixed; at all. The result you get in the other browsers is what should be happening, where it floats around the middle of the page. Thanks again folks, Stryker
|
|
|
|
|
|
#5 |
|
Member (8 bit)
Join Date: Aug 2002
Posts: 246
|
I'm dont have a solution for you but I think I know what you want. You're trying to design one of those "floating menu" things that stay there regardless of how much you scroll down right?
Although not a solution, are you sure you want to implement that? I've seen it in some sites and find it extremely annoying. But if you must, I've seen it in IE (actually thats all I use really) so its do-able. I'm pretty sure its not a CSS style thing so its not that simple, I'm guessing it involves JS and calculating how much page is scrolled etc... Good luck. |
|
|
|
|
|
#6 | |
|
It can never be too quiet
Join Date: May 2004
Location: Burlington, Ontario
Posts: 1,090
|
Quote:
Thanks, Stryker
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|