different view in IE and FF
Posted: Fri Jul 03, 2009 1:34 am
Hello,
the following html prints in IE the ISBN near the input box while in FF the input box is beneath ISBN which is the correct position
how I can make it look the same in IE ?
Thanks
the following html prints in IE the ISBN near the input box while in FF the input box is beneath ISBN which is the correct position
how I can make it look the same in IE ?
Thanks
Code: Select all
<label for="ISBN">sfsdfs</label>
<label>name1:</label><div><input type="text" name="inp1" id="inp1" class="small"/></div>
<div style="float:left; margin-left:10px;"><p class="df2" id="info" name="info">0.00</p></div>