> You see, in IE the horizontal 'box', which should be displayed as a line and it's > height is defind to 1px, appears terrible. This problem ONLY exists in IE. Any ideas?
I can confirm it looks terrible in IE, though it appears almost as ghastly in Firefox. Maybe it's the colour #fffff0 ? There's another issue:. in IE, your empty <div id=divisor-2> appears taller than 1px. 19 pixels to be precise. Even though the DIV is empty, it still has a font-size of 16px. Set the font-size to 1px to fix this. It looks like you are using this empty DIV as a horizontal rule. Have you considered using a HR instead? Or adding a 1px border to the bottom of <div id=main>? --Ben ****************************************************** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney, September 30 and October 1, 2004 See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
