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.

<http://creativespirits.info/aboriginalculture/history/aboriginal-history-timeline.html>

You haven't exhausted the 'float' property yet.

By adding...

* html ol.timelineList dl {clear: both; margin-top: 1em;}
* html ol.timelineList li p {float: right; width: 500px; margin: 1em 1em
0 0; clear: right;}
* html ol.timelineList {float: left; margin-top: -1em;}

...you'll get rid of the 3-pixel jog and keep indentation.
The indentation will then be depending on the paragraph-width - not the
left margin, in IE6, and the whole line-up can be tuned to taste.

Note: the "em font-resizing bug in IE5 - IE7"...
<http://www.gunlaug.no/contents/wd_additions_13.html>
...is hitting your creation hard.

regards
        Georg
--
http://www.gunlaug.no


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to