RE: [WSG] IE6 3-pixel jog victim

2008-02-14 Thread Jens-Uwe Korff
I have restyled a timeline but have come stuck with IE6's 3-pixel jog. I cannot apply the usual remedy (floating the paragraph) as I need any element next to the floated offender to be indented. Hence the paragraph has a left margin which cannot be zero.

Re: [WSG] IE6 3-pixel jog victim

2008-02-14 Thread Gunlaug Sørtun
Jens-Uwe Korff wrote: thanks very much for your solution - it works perfectly. Could you please explain how the margin works with IE6? I wonder how the top margin eliminates the left margin when I apply it. Thank you. Not sure I understand your question - which margin eliminates what, since

Re: [WSG] IE6 3-pixel jog victim

2008-02-11 Thread Gunlaug Sørtun
Jens-Uwe Korff wrote: I have restyled a timeline but have come stuck with IE6's 3-pixel jog. I cannot apply the usual remedy (floating the paragraph) as I need any element next to the floated offender to be indented. Hence the paragraph has a left margin which cannot be zero.

Re: [WSG] IE6 3-pixel jog victim

2008-02-11 Thread Александр Вахлов
Hi Try something like this .timelineList li { padding-left: 5em; position: relative; } .timelineList li dl { left: -5em; position: absolute; top: 0; } *** List Guidelines:

[WSG] IE6 3-pixel jog victim

2008-02-10 Thread Jens-Uwe Korff
Hi, I have restyled a timeline but have come stuck with IE6's 3-pixel jog. I cannot apply the usual remedy (floating the paragraph) as I need any element next to the floated offender to be indented. Hence the paragraph has a left margin which cannot be zero. I've tried all the usual IE6 tricks

Re: [WSG] IE6 3-pixel jog victim

2008-02-10 Thread Thomas Thomassen
Add left padding to the paragraph intead? - Original Message - From: Jens-Uwe Korff [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Sunday, February 10, 2008 10:33 PM Subject: [WSG] IE6 3-pixel jog victim Hi, I have restyled a timeline but have come stuck with IE6's 3-pixel

RE: [WSG] IE6 3-pixel jog victim

2008-02-10 Thread Jens-Uwe Korff
Hi Thomas, I have restyled a timeline but have come stuck with IE6's 3-pixel jog. Add left padding to the paragraph intead? Unfortunately that won't work. My aim is to have all paragraphs aligned to the left, even if they start below the year box. That's why I need to flow the year box but not