Mahmoud Adel
02-21-2009, 08:02 AM
hi all ,,
i noticed a behavior difference between firefox and net explorer , thats when a larger div exists in a smaller one , for example
<div style="border:1px solid #cccccc;width:50px; height:80px">
<div style="border:1px solid #cccccc;width:90px; height:50px"></div>
</div>
in net explorer the outside will stretch to the inside width , in firefox the inside will break the boundry of the outside , my question how to make firefox behave like net explorer in this example
thanks
i noticed a behavior difference between firefox and net explorer , thats when a larger div exists in a smaller one , for example
<div style="border:1px solid #cccccc;width:50px; height:80px">
<div style="border:1px solid #cccccc;width:90px; height:50px"></div>
</div>
in net explorer the outside will stretch to the inside width , in firefox the inside will break the boundry of the outside , my question how to make firefox behave like net explorer in this example
thanks