I'm using a clearfix CSS like this: 

.clearfix{ display:block;} 

.clearfix:after, .main:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     
     }

 

--------------------

html ... the clearfix goes to the wrapper element. 

<div class="wrapper clearfix">
  <div class="float-left">asdf</div>
  <div class="float-left">asdf</div>
</div>

-mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to