I have some buttons in a page with long displays on them. I want to be able to control the width of each button individually... what I have currently works for IE (style="width:x", but not for Netscape.
<input type="button" style="width:120px" value="Load Sub Roles >>" name="btnLoadSub">
I can't use external style sheets because each button will be a different width. Any ideas will be appreciated.
<input type="button" style="width:120px" value="Load Sub Roles >>" name="btnLoadSub">
I can't use external style sheets because each button will be a different width. Any ideas will be appreciated.