morten wrote:
> Hi,
> 
> I am fighting with the 3px jog bug in IE6, but I can't seem to make 
> it work. I have stripped it down to the xhtml below, which will still
>  demonstrate the 3px jog bug despite the fix, which I have seen 
> described several places on the web plus in CSS Mastery by Andy Bud.
> 
> Have I missed something in the fix, or maybe in the understaning of 
> what the fix is supposed to do?

Hi Morten,

In your CSS, you're targeting the paragraph to eliminate the 3px jog.
You'll get better results targeting the paragraph's parent (#main) like
this:

* html #main {
  height: 1%;
  margin-left: 0;
}

Hope it helps.
--Bill


-- 
/**
 * Bill Brown
 * TheHolierGrail.com & MacNimble.com
 * From dot concept...to dot com...since 1999.
 ***********************************************/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to