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, 

Yes, it's the '3px jog bug'[1], present in IE6/win and older versions.

> and
> b) if so, how can I fix it?

The simplest and most solid "fix" in your case, is to remove the space 
occupied by the float, in all browsers, since the float will push the 
article-text in all browsers anyway if enough font-resizing is introduced...

#date {margin-bottom: -1000px;}

The float-text will then eventually overlap the article-text instead of 
pushing it. This "fix" is therefore like exchanging one weakness with 
another, so it depends on which weakness you, or the designers, find 
most acceptable.

The fix recommended in the '3px jog bug'[1] article isn't working any 
better in your case - it's just more complex.


regards
        Georg

[1]http://www.positioniseverything.net/explorer/threepxtest.html
-- 
http://www.gunlaug.no
______________________________________________________________________
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