Urgent...Having problem with the following HTML code in IE7
Having problem with the following HTML code in IE7, everything works fine in IE6:
This is a test
In IE6 I see “This is a test” in the drop down list so that the user can make the selection but in IE7 I see '250000,15,10,1' in the drop down list instead of “This is a test”. I been trying to figure out why is this happening??? So if someone could please help me out with this...Appreciate yr time & effort…thanks!
you are using label attribute in option which will be preferred by IE 7, if you want to show “This is a test” so use this in label=” This is a test” or remove label attribute from tag
you are using label attribute in option which will be preferred by IE 7, if you want to show “This is a test” so use this in label=” This is a test” or remove label attribute from tag
Thanks for the info but is there anyway that I can let the label be there & make it work as it is in IE7 (215001 |A.J. Longo & Associates)...b/c the application uses label value, I guess...thanks...appreciate it!