Re: [css-d] One final problem cree8.dk

2005-10-30 Thread Gunlaug Sørtun
Mette Haahr wrote:

> Now, why does it work?:o)

The power of W3C-standard CSS, I guess.

'Visual formatting model - 9.4.1 Block formatting contexts' says:
"Floats, absolutely positioned elements, inline-blocks, table-cells, and
elements with 'overflow' other than 'visible' establish new block
formatting contexts."
-- 

IE6 doesn't understand the W3C-standard on this point, but it so happens
that a 'bug/proprietary feature' in IE/win does the same thing, so we
don't have to worry about it. See:


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/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] One final problem cree8.dk

2005-10-30 Thread Mette Haahr
> Correct content-container to look exactly like this:
> #content {
> padding:20px;
> background-color: #F0EFD1;
> border-right-style: dotted;
> border-right-width: 2px;
> border-right-color: #9A;
> display: table;
> }
>
> regards
> Georg

WOW! It works!!!
Thank you! Now, why does it work?:o)
It seems I have finally achieved a good flexible layout, and I could not
have done any of this without you :o)


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] One final problem cree8.dk

2005-10-30 Thread Gunlaug Sørtun
Mette Haahr wrote:
> http://www.cree8.dk/oktober/ny/c.shtml

> When I enlarge text size in Firefox, the text in my content div
> bleeds down over my footer and beyond. IE does what is is supposed to
> (!). Why does it do that and how can I fix it?

Correct content-container to look exactly like this:
#content {
padding:20px;
background-color: #F0EFD1;
border-right-style: dotted;
border-right-width: 2px;
border-right-color: #9A;
display: table;
}

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/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] One final problem cree8.dk

2005-10-30 Thread Mette Haahr
Again, thanks for all your help.

It seems I have one final problem, that I can't find a solution to in spite of 
googling for hours on end.

http://www.cree8.dk/oktober/ny/c.shtml
http://www.cree8.dk/oktober/ny/ddmand.css

When I enlarge text size in Firefox, the text in my content div bleeds down 
over my footer and beyond. IE does what is is supposed to (!).
Why does it do that and how can I fix it?

Thanks in advance
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/