fede wrote:

> I have a great problem with this layout when using Internet explorer.
>  Here is the code: http://www.fedegrafia.com/forum/test/
> 
> When you click to expand the single voices of the leftside menu it 
> pushes the table on the right column to the bottom.

Declaring a negative backside margin on the box containing the table,
seems to solve the pushing-problem...

.box_tabella{margin-right: -99%;}

...by removing most of that float so it can't push against its parent
horizontally and create a float-drop.

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