spires Posted December 21, 2009 Share Posted December 21, 2009 Hi I have a DIV set to height="7px" in every browser this works fine, but in IE6 the DIV is about 12px high. Is there any way around the issue? Thanks div#outerHead { position: relative; background-image:url(images/wrapper/top.jpg); height:7px; width:963px; } Link to comment https://forums.phpfreaks.com/topic/185887-div-height-is-different-in-ie/ Share on other sites More sharing options...
ignace Posted December 21, 2009 Share Posted December 21, 2009 http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ Include this script in your main css file like so: @import url(reset.all.css); Link to comment https://forums.phpfreaks.com/topic/185887-div-height-is-different-in-ie/#findComment-981594 Share on other sites More sharing options...
spires Posted December 21, 2009 Author Share Posted December 21, 2009 hi, thanks for your help. I copied the code and saved it into a file called: resetCSS.css I then added the line: @import url(resetCSS.css); to the top of my existing css code. However, this had no effect on the IE versions of my website. The 7px height DIVs were still about 10-12px high Am I doing something wrong? Thanks Link to comment https://forums.phpfreaks.com/topic/185887-div-height-is-different-in-ie/#findComment-981601 Share on other sites More sharing options...
spires Posted December 21, 2009 Author Share Posted December 21, 2009 Hi I have found a solution. Not to sure why it works, but it does Place a comment in the div: <div id="outerHead"><!-- --></div> Thanks for your help anyway Link to comment https://forums.phpfreaks.com/topic/185887-div-height-is-different-in-ie/#findComment-981607 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.