I'm making a design for my friend's Audioslave fan sight. (Prototype can be seen HERE).
Here is the CSS code that is broken in IE.
#content {
font: 8pt verdana;
position: absolute;
top: 115px;
bottom: 145px;
left: 0px;
right: 0px;
overflow: auto;
border: 1px solid #333333;
background-color: #040404;
padding: 8px;
}
It works just great in every other browser. The bottom and right selectors seem to be ignored, even though i included the position: selector...
Here is the CSS code that is broken in IE.
#content {
font: 8pt verdana;
position: absolute;
top: 115px;
bottom: 145px;
left: 0px;
right: 0px;
overflow: auto;
border: 1px solid #333333;
background-color: #040404;
padding: 8px;
}
It works just great in every other browser. The bottom and right selectors seem to be ignored, even though i included the position: selector...