I am having a problem with the following page in Firefox http://www.quiztank.com/how-gross-are-you-quiz.html Starting at question 4 I can no longer select a radio button in firefox (works fine in ie) and I can't submit the form. I will pay $5 via paypal to the first person that can figure out what the problem with this page is.
Try putting quotes around your name values: <input type=radio name="q3" value=0> Yes<br> <input type=radio name="q3" value=1> No<br> Code (markup): etc it works locally here.
Nope, no lucked. I added the quotes and it still isn't working. I'm wondering if it's something bizarre with the div layers, maybe a hidden layer getting set over the form at that point?
firefox renders followind google add (left rail) that it covers all controls starting from 4 and catches all clicks from that area <div class="leftnews"> <script type="text/javascript"><!-- google_ad_client = "pub-8313619906312650"; [u][B]google_ad_width = 1220;[/B][/u] google_ad_height = 600; google_ad_format = "120x600_as"; google_ad_type = "text_image"; //2007-04-24: QuizTank Skyscrapper google_ad_channel = "8445704371"; google_color_border = "F7F9F7"; google_color_bg = "F7F9F7"; google_color_link = "000000"; google_color_text = "000000"; google_color_url = "0000FF"; //--> </script> <script type="text/javascript" src="how-gross-are-you-quiz2_files/show_ads.js"> </script><iframe name="google_ads_frame" src="how-gross-are-you-quiz2_files/ads_002.htm" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" height="600" scrolling="no" width="1220"></iframe> </div> </div> <!-- End Left Rail --> Code (markup): Try move the code belowlow