On my home page (www.leschambres.co.za/) towards the bottom of the page there 
is a section titled "Franschhoek, Franschoek or Franshoek?" with a green 
background. This is the #spellings div.

In IE, look at the left of this div and you will see what appears to be a 3px 
gap. I've got a cc that tries to address this, but it's still there.

<!--[if lte IE 6]>
<style type="text/css">
#spellings {margin-left: -3px;} 
</style>
<![endif]-->

Adjusting this negative margin simply pulls the div away from the right side, 
without closing the gap. Removing the cc results in (what seems like) a 6px gap.

Anyone help?

Thanks,

Bill
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to