Re: [css-d] [+] Ghost space between DIVs

2010-09-27 Thread Thierry Koblentz
> Hi ! I can't figure out why their is a white space between the two last > block of my webpage, they are not on the same master div and they act > like > ghosts !! > > If the block at right "Derniers messages du forum" grows, the block > "Comprendre dotnetnuke rapidement" at left is pushed down.

Re: [css-d] Ghost space between DIVs

2010-09-27 Thread Christian Kirchhoff
Hello, at the end of div#dnn_ctr414_ModuleContent there is a div.clear that has "clear: both;" defined in the css. The right column is established by div#dnn_rightSideBar, which has "float: right;" defined. Now "clear: both;"will look for any right or left floating element that comes bef

[css-d] Ghost space between DIVs

2010-09-27 Thread Sébastien Fichot
Hi ! I can't figure out why their is a white space between the two last block of my webpage, they are not on the same master div and they act like ghosts !! If the block at right "Derniers messages du forum" grows, the block "Comprendre dotnetnuke rapidement" at left is pushed down. ... does anyon