i want to Increase Parent Div Size from Child
it work on IE ,
i also Try with
style
and
tag
but not get work on FF
this is Sample Code Have Problem
Please guidance me to find solution
thank you
alireza
it work on IE ,
i also Try with
Code:
Clear:both
and
Code:
<br clear=all>
but not get work on FF
this is Sample Code Have Problem
Code:
<div style="width:0;height:0;background-color:Black;padding:20px;"> <div style="width:150px;height:150px;background-color:red"> x </div> </div>
thank you
alireza
Comment