Peter Ankelein wrote:
> http://www.mdsol.com/mug/mug-helsinki/agenda.htm

> [...] In IE, however, the text on the left is vertically shifting so 
> that it loses all association with the content it's related to.

>...using the "too wide removed float" method to get all browsers -
> including IE - in line.The method works for your page since content on the > 
> right is _always_ in taller blocks than content on the left.

> CSS changes:

> #center .left {
> padding: 10px 5px 10px 0px /* altered */;
> /* clear:both; <-- no clearing needed */
> margin-bottom: -1000px /* added */;
> }

That worked perfectly, Georg, thanks! But what is exactly happening by adding 
the 5px padding to the right and the -1000px on margin-bottom?

Pete 
______________________________________________________________________
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