Seona Bellamy wrote:

>> http://www.dairyfarmers.com.au/df/ournews/latestnews/2007/07/25/from-rock---n-roll-to-rolling-hills

> So here's the code that sets up those two "columns" for the date and the
> text:
> 
> #date {
>     float: left;
>     margin-left: 20px;
>     font-weight: bold;
>     color: #009de9;
> }
> 
> #article {
>     margin: 0 0 20px 110px;
> }
>     #article p {
>         margin-left: 0;
>         padding-left: 0;
>     }
> 

I'd say its the 3px text jog, and the usual fix would be to

apply haslayout to #article (height: 1%)
subtract 3px from the #article left margin (actually, subtracting 5 px 
would be better here): 105px instead of 110px
apply margin-right: -3px to #date.

all inside a Conditional Comment lte IE 6

something is wrong with other dimensions, for instance, the doubled 
margin bug on floats: #date should have display:inline

Check for more doubled margin bugs in your page.

A refreshing read on P.I.E would be a good idea once you find some time.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to