I added a drop down to a PHP contact form which pops up in a jquery, it seems to work just fine with Firefox but does not submit when using IE.
+1
A:
As someone else said, welcome to wonderful world of webdesign.
I can only direct you to a tool I use when i have similar problems(besides my angerball, which is number one tool for cross browser css compatibility), firebug for ie.
Daniel T. Magnusson
2009-08-31 19:02:56
yes I'm experiencing this problem only IE 8 it seems
Extelliqent
2009-08-31 19:50:44
my debugger indicates that this is a problem with jQuery code on this line: !option.attributes.value.specified?option.text:option.value... I looked for this bit in my jQuery 1.3.2 code and didn't find it. What version are you using? Try using the latest one, this could resolve your issue.
dalbaeb
2009-09-01 16:10:58