give the div (nice rime) overflow:hidden
Itay Moav
2009-06-14 03:33:05
Add the following CSS formatting to the container div:
overflow: auto;
Also, it seems that you need to specify a width
for the container div if you want the solution to work correctly in Opera and IE for Windows.
See http://www.quirksmode.org/css/clearing.html for more information.
Steve