PDA

View Full Version : css content


tbobker
13th January 07, 01:12 AM
css layout is great but im still having a problem:

if i insert something into a div rather than it resize itself to fit the content inside the content keeps going?

i want the divs to work like tables resizing to fit?

natediggs
13th January 07, 02:42 AM
are you using absolute or fixed positioning on your div?

tbobker
16th January 07, 10:42 PM
Not using any positioning only floated divs

mattrd
23rd January 07, 07:29 PM
try setting the height or width (depending on how you want your div to resize) to auto.