IE is strict someitmes. For exmaple,
<div id="left-p" style="float: left;"> <form> abcdefef... abddedfdfdf....</form> </div> <div id="right-p" style="float: right;"> <div id="t1""> </div> <div id="t2""> </div> </div>
In the Firefox and Chrome, the code works fine, but in IE, the div[id=t2] may not float right.
I have no complaint with IE this time, the above code is bad, so we should not have partial
form in the a div and partial in another div.
No comments:
Post a Comment