Log in

View Full Version : Is it possible?



Nile
01-24-2008, 01:50 AM
Hey guys,
I wanted to know if it was possible to make a height of a div a certain height, and then if text goes over that height it gets bigger, so auto wouldn't work.
Is it possible? Thanks.

tech_support
01-24-2008, 02:31 AM
Just add overflow:auto; onto your CSS code.

Nile
01-24-2008, 02:34 AM
Ok, thanks +thanks.