Author
Absolute Position in IE
William Rouse
Ranch Hand
Joined: Apr 12, 2006
Posts: 73
I have a small problem with absolute position in IE. This CSS class works with all the browsers I have tested with except IE. Browser Version: IE 7.0.5730.13 FF 3.05 Safari 3.2.1 Crome 1.0.154.36 With IE, the class is rendered right below the last container not at the bottom of the parent container as I planned. Thanks in advance for help.
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
IE seems to get very confused with "bottom". I've rarely gotten it to work correctly. I haven't had an opportunity to evaluate IE8 yet, but here's hoping that they've finally gotten basic CSS implemented correctly. Maybe Eric knows a trick or two...
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
Can you give me a sample code to work off of. Basic layout that gives you the issue. The code seems to work fine in IE8 . I will look at it in IE6 when I get back from shopping for the wife. Eric
William Rouse
Ranch Hand
Joined: Apr 12, 2006
Posts: 73
Below is the shell code with the CSS placed in the HTML:
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted Dec 23, 2008 18:22:00
0
Originally posted by William Rouse:
Remove that doublequote.
Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
William Rouse
Ranch Hand
Joined: Apr 12, 2006
Posts: 73
Thank you, the world seems a better place.
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted Dec 23, 2008 18:59:00
0
You're welcome.
subject: Absolute Position in IE