css floating boxes

liunx

Guest
Hallo,

I have in several cases serious problems with floating boxes. Not with the standard layout's like here described <!-- m --><a class="postlink" href="http://css.maxdesign.com.au/floatutorial/">http://css.maxdesign.com.au/floatutorial/</a><!-- m -->
but with more complicated layouts. I know to place the float attribute but have problems with setting the clear attribute.

Does some know a good source where I find more information or documented examples ?

Finally I can fix my problems, but it take so much time of testing...

Thanks.This might help : <!-- m --><a class="postlink" href="http://bonrouge.com/br.php?page=floatsThanks">http://bonrouge.com/br.php?page=floatsThanks</a><!-- m --> for the link...

funny...the seybold site in your signature was one of the reasons to start with table less design. :DBonRouge,

I used the clear pseudo class and its works very good for mozilla and almost in IE... :confused:
... I'm not surprised.

One of the problems i have is that floated or cleared elements uses no or diff. margins then defined. check f.e. the light grey header here
<!-- m --><a class="postlink" href="http://www.all4yourwebsite.com/tpl.php">http://www.all4yourwebsite.com/tpl.php</a><!-- m -->

the link to the stylesheet: <!-- m --><a class="postlink" href="http://www.all4yourwebsite.com/includes/new_style.css">http://www.all4yourwebsite.com/includes/new_style.css</a><!-- m -->
 
Back
Top