/ Published in: CSS
cross browser
pitfall: fixed width of dt,
pitfall: fixed width of dt,
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
dt, dd{ border: 1px red dotted; display: inline; } dt { clear: left; float: left; width: 100px; } dd { display:block; float: none; margin-left: 100px; }