Forum Moderators: not2easy
Actually i´m redesigning my page with XHTML 1.0 Transitional standards.
In fact, my page has pass the validation and the CSS validation too.
I put four divs inside another div. Every one of this four has to be shown as a column in the layout.
I used float:left; for every of this divs and it works correctly in Mozilla but not in IE6, what can i do to solve this problem?
Why only the fourth column doesn´t fit correctly in my layout. I try float right in the fourth element but it didn´t work either.
Thank you very much for your support!