I have a problem with absolute positioning in IE. This works in all other browsers. Here are the browsers that I tested this on:
Browser Version:
IE 7.0.5730.13
FF 3.05
Safari 3.2.1
Crome 1.0.154.36
The code works fine on all browsers but IE. On IE it hugs the last container, not at the bottom of the parent container.
.credits {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 15px;
left : 80px;
color: #000;
background-color: #FFFFFF;
}
Any help provided would be of value.
Thanks!