Re: [css-d] IE6 adds extra space before paragraph

2007-08-06 Thread Gunlaug Sørtun
Seona Bellamy wrote: > Can someone please have a look at > http://www.dairyfarmers.com.au/df/ournews/latestnews/2007/07/25/from-rock---n-roll-to-rolling-hills > in IE6 and tell me: > > a) are the first two lines indented slightly (a couple of pixels-worth) more > than the rest of the article,

Re: [css-d] IE6 adds extra space before paragraph

2007-08-06 Thread Jukka K. Korpela
On Mon, 6 Aug 2007, Seona Bellamy wrote: > I've had a look, and the date part doesn't seem to be taking up > any more space than it needs to (it doesn't actually have an explicit width > allocated). Yet it may take up more width than effectively reserved for it in the page layout. It's possible

Re: [css-d] IE6 adds extra space before paragraph

2007-08-06 Thread Seona Bellamy
On 06/08/07, Ingo Chao <[EMAIL PROTECTED]> wrote: > > 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-righ

Re: [css-d] IE6 adds extra space before paragraph

2007-08-06 Thread Ingo Chao
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; > co

Re: [css-d] IE6 adds extra space before paragraph

2007-08-05 Thread Seona Bellamy
On 06/08/07, Jukka K. Korpela <[EMAIL PROTECTED]> wrote: > > > > http://www.dairyfarmers.com.au/df/ournews/latestnews/2007/07/25/from-rock---n-roll-to-rolling-hills/in > > The correct URL appears to be > > http://www.dairyfarmers.com.au/df/ournews/latestnews/2007/07/25/from-rock---n-roll-to-rolling

Re: [css-d] IE6 adds extra space before paragraph

2007-08-05 Thread Jukka K. Korpela
On Mon, 6 Aug 2007, Seona Bellamy wrote: > Can someone please have a look at > http://www.dairyfarmers.com.au/df/ournews/latestnews/2007/07/25/from-rock---n-roll-to-rolling-hills/in > IE6 and tell me: The correct URL appears to be http://www.dairyfarmers.com.au/df/ournews/latestnews/2007/07/25/fr

[css-d] IE6 adds extra space before paragraph

2007-08-05 Thread Seona Bellamy
Hi guys, Can someone please have a look at http://www.dairyfarmers.com.au/df/ournews/latestnews/2007/07/25/from-rock---n-roll-to-rolling-hills/in IE6 and tell me: a) are the first two lines indented slightly (a couple of pixels-worth) more than the rest of the article, and b) if so, how can I fix