Hi,

I have a problem with a table which breaks the layout in IE6/7.
I have partially solved the problem in Firefox declaring body{float:left} so
that a floating object can contain all other floating objects.
Not so in Ie.
The only way to have the same result in IE was the following declaration:

#involucro{
----
position:absolute;<--
width:auto;<--
------
}

In this case the table is contained inside the layout (when it is large the
scrollbars appear) but if I declare width: auto all the layout divs don't
enlarge to the layout dimensions as you can see here
http://www.fedegrafia.com/forum/cdl/table.htm

thanks in advance for help

Fede Benvenuto
______________________________________________________________________
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