I have a div (div class="top")for the top logo and name of the website etc. I have added a background to the div. I have made another div inside the top div. Both the top div and the logo div are absolutely positioned. I have set the float property for the logo div to be float:left;. I have added another div inside the top div for the headign h1 of the website. this div is also absolutely positioned and it has following properties
div.heading {
position:absolute;
width:auto;
height:auto;
top:35px
left:220px
}now the problem is that in internet explorer the div is appearing to be about 30px above the position at which it is appearing in firefox.what could be the problem.
Please reply











