styling forms using dt - use clear:both
I styled my first form using CSS instead of tables recently. Unfortunately, the client spotted that it wasn’t correct in IE6 and I hadn’t spotted it.
Turns out you need to include a clear:both (or maybe just left if your being picky) if you use floats on your dt’s to put them in line with your dd’s (which I did)
