suresh1 Posted June 12, 2009 Share Posted June 12, 2009 <input type="file" style='width:0px;' name="docFilePath" id="docFilePath" size="chars" tabindex="15" taborder="15" style="width:90px;font-size:12px;" onchange="document.getElementById('docFilePath1').value=document.getElementById('docFilePath').value;" class="conrep-inputfields" > in the above code width:0px is working fine, it is not working in mozila, give me any suggestions, thanks in adv Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted June 12, 2009 Share Posted June 12, 2009 width 0 would render this invisible - and hence pointless - what are you trying to do and why? Quote Link to comment Share on other sites More sharing options...
rhodesa Posted June 12, 2009 Share Posted June 12, 2009 you have 2 style attributes Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted June 12, 2009 Share Posted June 12, 2009 good spot @rhodesa - also try and keep style out of markup and in your css whenever possible Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.