views:

203

answers:

2

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.

URL: http://site.ctuchicago.com

+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
A: 

Submits fine for me in IE7. Just got the confirmation e-mail, too.

dalbaeb
yes I'm experiencing this problem only IE 8 it seems
Extelliqent
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