>> 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-hist >> ory-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;}
Hi Gunlaug, 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. Cheers, Jens The information contained in this e-mail message and any accompanying files is or may be confidential. If you are not the intended recipient, any use, dissemination, reliance, forwarding, printing or copying of this e-mail or any attached files is unauthorised. This e-mail is subject to copyright. No part of it should be reproduced, adapted or communicated without the written consent of the copyright owner. If you have received this e-mail in error please advise the sender immediately by return e-mail or telephone and delete all copies. Fairfax does not guarantee the accuracy or completeness of any information contained in this e-mail or attached files. Internet communications are not secure, therefore Fairfax does not accept legal responsibility for the contents of this message or attached files. ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
