Internet Explorer Incompatibility.
-
Hey guys,
I had a problem with my website not showing correctly in IE6 and possibly IE7. I checked my site with w3c validator and fix quite some errors. Then the site seemed to appear correctly in the browser. Even the person who pointed the problem out said it was ok. But today I opened my site again with IE6 and it showed incorrectly again. The problem is that the sidebar loads after the content (posts). I think the problem is the code boxes I insert. They become too large and cause the sidebar to load after them and not next to them (to the right). Here’s the code I use for the code boxes I generate:
code {
display:block;
font: 1em ‘Courier New’, Courier, Fixed, monospace;
font-size : 100%;
color: #000;
background : #fff url(images/preback.jpg) no-repeat left top;
overflow : auto;
text-align:left;
border : 1px solid #99cc66; /*highlight color */
padding : 0px 20px 0 30px;
margin:1em 0 1em 0;
line-height:17px;
}I tried limiting the width using width:50px; and it worked in Firefox but the code inside still stretched the codebox and caused the sidebar to load incorrectly in IE6.
- The topic ‘Internet Explorer Incompatibility.’ is closed to new replies.