Thank you Georg! Now corrected. I guess it's a good time to spend more time learning about IE and the related hacks.
Another thing I'm seeing in the page in IE is that the side navigation once IE first pulls it up has to much line height between the links. Once the mouse is hovered over the navigation it corrects, but it seems to be a pretty weird thing. Mark -----Original Message----- From: [EMAIL PROTECTED] Sent: Tuesday, May 9, 2006 4:54 PM -07:00 To: Mark Fellowes [EMAIL PROTECTED] Cc: CSS List [EMAIL PROTECTED] Subject: [css-d] Help: IE issue Mark Fellowes wrote: > [...] > In Firefox the box background is evident between the two paragraphs. > In IE (6.x) though the background doesn't show through in between the > paragraphs. > > http://pamshop.com/Template1/exp8.html It's not the background that's missing - it is the 'margin-doubling on floats' bug in IE/win that has kicked in. Solution: add... .cbox2,.cbox3 {display: inline;} ...to "kill" that IE/win bug. regards Georg -- http://www.gunlaug.no __________________________________________ your personal webtop. @ http://www.goowy.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
