hello,
<div>
<div class="floatLeft"></div>
<div class="center"></div>
<div class="floatRight"></div>
</div>
The question is - how do I make the div with class "center" actually in the center. Those 3 divs doesn't take all the width available.
Another divs are floated as class name says.Or should I use different technique?