> Relative positioning?

To clarify what I think Ade is describing, there's an unfortunate bug in
Internet Explorer that causes anything that's been given
"position:relative;" in it's style to receive a wierd sort of
"SUPER-Z-Index!" that basically is equivalent of like "always on top" in
Windows lingo. What this means is that you can't give anything explicit
relative position in Internet Explorer without also giving it in essence
a z-index value of "infinity". Since no z-index value will ever be
greater than infinity, neither will anything on the page ever appear in
front of that object, unless it too is both relative positioned (or in a
relative positioned container) and probably appears after it in the code.
I haven't fiddled with it a whole lot -- beyond being royally frustrated
by it -- but basically, best to avoid relative positioning things on the
page as much as possible, in spite of the fact that it's sometimes
necessary. Maybe MS will fix it in a patch -- likely they don't care. 


-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
     ph: 503.236.3691

http://onTap.riaforge.org/blog



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295619
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to