Browser Compatibility of IE7 and IE8

Posted by Kamlesh on Stack Overflow See other posts from Stack Overflow or by Kamlesh
Published on 2010-05-11T14:30:55Z Indexed on 2010/05/11 14:34 UTC
Read the original article Hit count: 270

Filed under:

Hi,

I am working on a project, in which I am particularly using the CSS with themes. I am facing a compatibility problem between IE7 and IE8. I have placed a ASP.Net menu on page in <div>. Applying CSS style on the div as follows.

.TopMenuPanel
{
          background-color:#3783a9;
          position:relative;
          left:597px;
          top:0px;
          width:573px;
          height:24px;
          text-align:left center;
}

When I am seeing the page on IE7, the menu showing in one position whereas in IE8 it is showing in another position. Specific talking, in IE7, on the position of Left:597px Top:0px it is showing in before the half page, and in IE8 it is showing after the half page.

Anybody else have any experience of such a problem, then please give me the expert solution on this problem.

© Stack Overflow or respective owner

Related posts about css-positioning