[BNM] Internet Explorer 5/6 CSS glitch - quick fix?

Joe Aliferis joe at newforms.co.uk
Tue Oct 30 15:36:16 GMT 2007


label {
     width:15%;
     float:left;
     margin-right:2%;
     text-align:right;
     margin-left:-17%;}

input.textbox {
     border:1px solid #999;
     width:98%;
     margin-bottom:0.4em;}


if label width = 15% - textbox width should be 85% or less

label {
     width:15%;
     float:left;
     margin-right:2%;
     text-align:right;
     }

input.textbox {
     border:1px solid #999;
     width:83%;
     margin-bottom:0.4em;
}




More information about the BNMlist mailing list. Powered by Wessex Networks