hi all ,,
i noticed a behavior difference between firefox and net explorer , thats when a larger div exists in a smaller one , for example
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 exampleHTML Code:<div style="border:1px solid #cccccc;width:50px; height:80px"> <div style="border:1px solid #cccccc;width:90px; height:50px"></div> </div>
thanks



Reply With Quote

Bookmarks