Paul Jung wrote:

> if you open in IE 6, http://www.europeeurope.net/ you will see the 
> top border of the left and right side bar are lower than that of 
> maind content.
> 
> But when i open in firefox, that is ok.
> 
> why?

1: IE6 doesn't respect declared dimensions, while Firefox does.

2: You've fed IE styles it doesn't need and never should be given, while
trying to compensate for an imaginary bug.

3: Your page breaks in all browsers but IE6 upon font resizing, because
of all those declared 'height', since all browsers but IE6 and older
respect declared 'height'.


If you give all browsers the same styles, and the freedom to adjust
element 'height' as they see fit, they'll become "environmentally
friendly" and line up those columns the same way.

Example:
<http://www.gunlaug.no/tos/alien/pj/test_08_1122.html>

(the devil is in the details - but so is the salvation ;-) )

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to