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 Link to comment https://forums.phpfreaks.com/topic/161922-width0px-is-not-working-for-file-in-mozila/ 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? Link to comment https://forums.phpfreaks.com/topic/161922-width0px-is-not-working-for-file-in-mozila/#findComment-854381 Share on other sites More sharing options...
rhodesa Posted June 12, 2009 Share Posted June 12, 2009 you have 2 style attributes Link to comment https://forums.phpfreaks.com/topic/161922-width0px-is-not-working-for-file-in-mozila/#findComment-854401 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 Link to comment https://forums.phpfreaks.com/topic/161922-width0px-is-not-working-for-file-in-mozila/#findComment-854538 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.