Thursday 5 January 2012

simple css to grow the size of the div tag according to the inner content



 <style type="text/css">
your div tag
     {
             border:1px solid #CACACA ;
             overflow:auto;
             min-height:480px;
       
     }

 </style>

No comments:

Post a Comment