954,190 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

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!

jgill
Newbie Poster
5 posts since Nov 2006
Reputation Points: 10
Solved Threads: 0
 

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


actually label attribute use in

label - Defines a label to use when using

[HTML]
This is a test

or


[/HTML]

more about this tag

http://www.w3schools.com/tags/tag_option.asp

katarey
Junior Poster
167 posts since Jul 2005
Reputation Points: 39
Solved Threads: 23
 

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

actually label attribute use in

label - Defines a label to use when using

[HTML] This is a test

or

[/HTML]

more about this tag

http://www.w3schools.com/tags/tag_option.asp


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!

jgill
Newbie Poster
5 posts since Nov 2006
Reputation Points: 10
Solved Threads: 0
 

change the application to use the "tag" property instead; it's a general usage property, and its use shouldn't have any side effects.

MattEvans
Veteran Poster
Moderator
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You