try the following code in IE and Mozila and you get 2 different padding
<fieldset>
<legend>This is a test</legend>
<div style=padding:1 0px>hello</div>
</fieldset>
HOW CAN I AVOID THIS ?
thanks
<fieldset>
<legend>This is a test</legend>
<div style=padding:1 0px>hello</div>
</fieldset>
HOW CAN I AVOID THIS ?
thanks
Comment