dawnistamps
01-23-2012, 08:33 PM
For this page,
http://74.114.254.123/FixedSize.aspx?ProductID=N16-ENDORSEMENT&qty=1
the code I have added to extend the width of the text box has worked in all browsers.
#ctl26_txtText,#ctl29_txtText,#ctl27_txtText,#ctl28_txtText,#ctl30_txtText,#ctl31_txtText,#ctl32_txt Text {
width: 150px;
}
I have tried doing the same with the fields to the left of these, both with this code
#ctl28_tdTopBottom {
width: 150px
}
and with this code
td#ctl27_tdTopBottom {
width: 150px !important;
}
Each of these should effect a different box to allow me to see which one will work. It works in FF fine, but it will not work within IE. Any ideas on what I am doing wrong (besides the whole being in tables thing which I cannot change) and can do differently?
http://74.114.254.123/FixedSize.aspx?ProductID=N16-ENDORSEMENT&qty=1
the code I have added to extend the width of the text box has worked in all browsers.
#ctl26_txtText,#ctl29_txtText,#ctl27_txtText,#ctl28_txtText,#ctl30_txtText,#ctl31_txtText,#ctl32_txt Text {
width: 150px;
}
I have tried doing the same with the fields to the left of these, both with this code
#ctl28_tdTopBottom {
width: 150px
}
and with this code
td#ctl27_tdTopBottom {
width: 150px !important;
}
Each of these should effect a different box to allow me to see which one will work. It works in FF fine, but it will not work within IE. Any ideas on what I am doing wrong (besides the whole being in tables thing which I cannot change) and can do differently?