quote:
Originally posted by hmaster5
and change
code:
height: 300px;
to
code:
height:auto;
According to what I'm seeing on my computer it works but I'm not 100% sure.
That should work properly, as now the browser will calculate height on-the-fly, based on the area required for the content.