$5 for solving this html/firefox problem

Discussion in 'HTML & Website Design' started by Ratty, Jan 9, 2008.

  1. #1
    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.
     
    Ratty, Jan 9, 2008 IP
  2. THT

    THT Peon

    Messages:
    686
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Ignore me im wrong
     
    THT, Jan 9, 2008 IP
  3. elkiwi

    elkiwi Active Member

    Messages:
    536
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    68
    #3
    Try putting quotes around your name values:

    <input type=radio name="q3" value=0>&nbsp;Yes<br>
    <input type=radio name="q3" value=1>&nbsp;No<br>   
    Code (markup):
    etc

    it works locally here.
     
    elkiwi, Jan 9, 2008 IP
    Xavier_3D likes this.
  4. Ratty

    Ratty Active Member

    Messages:
    565
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    95
    Digital Goods:
    1
    #4
    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?
     
    Ratty, Jan 9, 2008 IP
  5. jmf000

    jmf000 Peon

    Messages:
    46
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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
     
    jmf000, Jan 9, 2008 IP
  6. Sepehr

    Sepehr Peon

    Messages:
    568
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #6
    yeah it's what jmf000 said, that 1220 should be 120!
     
    Sepehr, Jan 9, 2008 IP
  7. Ratty

    Ratty Active Member

    Messages:
    565
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    95
    Digital Goods:
    1
    #7
    That fixed it thanks. PM me your paypal address and I will send you the money
     
    Ratty, Jan 9, 2008 IP