Topic: Absolute position in IE
I posted this note earlier today but I don’t see it in the new forum.
I have a problem with absolute position with 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
.credits {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 15px;
left : 80px;
color: #000;
background-color: #FFFFFF;
}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.

