Re: [css-d] [CSS hack/filter] Targeting IE5.0/PC only...

2005-11-03 Thread Sascha Ebach
pletely save - also in the future. Now you can do whatever you like in ie-50.css. Sascha Ebach __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supp

Re: [css-d] Bug or standards compliant? Applied margins to an inner div

2005-10-14 Thread Sascha Ebach
xed height. So hacking is again necessary. Sascha Ebach PS: Please answer to the list, if you can, so we can record this discussion there. Thank you. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-

Re: [css-d] Bug or standards compliant? Applied margins to an inner div cause outer div to weirdly collapse if it has no borders.

2005-10-14 Thread Sascha Ebach
bout avoiding to create and manage potentially hundreds of additional stylesheets. That is why I hoped to avoid anything triggering the need for a box model hack. But it seems that there will be no way around this so I will have to ask myse

Re: [css-d] Bug or standards compliant? Applied margins to an inner div cause outer div to weirdly collapse if it has no borders.

2005-10-13 Thread Sascha Ebach
The moment this email left my colleague sent me this via im: http://www.andybudd.com/archives/2003/11/no_margin_for_error/ and http://www.w3.org/TR/CSS2/box.html#collapsing-margins But still. I added position: relative to the elements in question to no avail. -- Sascha Ebach

[css-d] Bug or standards compliant? Applied margins to an inner div cause outer div to weirdly collapse if it has no borders.

2005-10-13 Thread Sascha Ebach
ition: absolute or fixed dimensions either. And naturally I want to avoid padding on the outer div as well. I have worked around this for at least 15 in the last times year by simply applying borders, but I want to finally understand what is going on here.