<html> <body> <div style="width:500; height:200; border:1px solid black;"> adsfadsfadsfadsfadsfadsfadsfadsfadsf adsfadsfadsfadsfadsfadsfadsfadsfadsf adsfadsfadsfadsf </div> </body> </html>
ello I'd like to have a div with minimum height of 200px. but if we add more data in to the div the height should be increased not totally fixed you know? what can I do? :-/
the code above works for IE but not for FF XD
Use the CSS Property called min-height.
omg tnx buddy <3