This works fine in firefox but IE is having a paddy. The right margin is way off and when the browser is resized it doesn`t stick to it's right margin width.
Can someone see an error? The code below generates 3 columns, navigation is on the left, content in the middle (the one with the problem) and sectionimage on the right.
Can someone see an error? The code below generates 3 columns, navigation is on the left, content in the middle (the one with the problem) and sectionimage on the right.
Code:
#navigation {position: relative; width: 127px; height: 430px; left: 0px; top:4px; border-top: 2px solid #6699CC; border-left: 2px solid #6699CC; background-color: #336699;}
#sectionimage {position: absolute; right:0px; width: 160px; height: 430px; top:96px; border-top: 2px solid #6699CC; border-left: 2px solid #6699CC; background-color: #336699; text-align: center}
#content {position: absolute; left:132px; right: 160px; height: 430px; top:96px; background-color: #003366; border-left: 1px solid #ffffff; border-top: 1px solid #ffffff; overflow: auto; padding: 15px}