how do I fix this? I have problem with Firefox compatibility

Discussion in 'HTML & Website Design' started by sandrodz, Mar 4, 2007.

  1. #1
    sandrodz, Mar 4, 2007 IP
  2. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #2
    looks fine to me in FF
     
    timallard, Mar 4, 2007 IP
  3. sandrodz

    sandrodz Peon

    Messages:
    1,482
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #3
    check the screenshot... can anyone confirm this in FF? or is it me alone getting it?

    [​IMG]
     
    sandrodz, Mar 4, 2007 IP
  4. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #4
    im in FF 2.0.0.2 on a mac and it looks perfect, no overlapping
     
    timallard, Mar 4, 2007 IP
  5. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #5
    try height: auto;
     
    timallard, Mar 4, 2007 IP
  6. sandrodz

    sandrodz Peon

    Messages:
    1,482
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #6
    weird thing is that it only happens when I go to other pages... on the main category listing there are no errors. and there is only 1 template for both things, so I don't understand why this could happen :S
     
    sandrodz, Mar 4, 2007 IP
  7. sandrodz

    sandrodz Peon

    Messages:
    1,482
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #7
    this is the code... I don't see how this could be a potential problem since there is one table :S

    $stylevar[htmldoctype]
    <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
    <head>
    $headinclude
    <title>$vboptions[bbtitle] - $vbphrase[vbarticles]</title>
    </head>
    <body>
    $header
    $navbar
    
    <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
      <tr>
        <td align="left" valign="top">
          <table cellpadding="2" cellspacing="2" width="100%" class="tborder">
            <tr>
              <td class="tcat" align="center">$category[title]</td>
            </tr>
            $articles
            <if condition="$pagenav">
              <tr>
                <td align="$stylevar[right]">$pagenav</td>
              </tr>
            </if>
          </table>
          <br>
          $searchbit
        </td>
        <td valign="top" width="$rightcolumn">
          <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="$rightcolumn" class="tborder">
            <tr>
              <td class="tcat" align="left">
                <div class="smallfont"><b>&nbsp;<img border="0" src="vbarticles/images/bullet_yellow.gif">
                &nbsp;$vbphrase[vbarticles_editor_choice] ($category[title])</b></div>
              </td>
            </tr>
            <tr>
              <td class="alt2" align="left">
                <table width="100%" cellspacing="0" cellpadding="3">
                  $editorarticlebit
                </table>
              </td>
            </tr>
            <tr>
              <td class="tcat" align="left">
                <div class="smallfont"><b>&nbsp;<img border="0" src="vbarticles/images/bullet_yellow.gif">
                &nbsp;$vbphrase[vbarticles_newest_articles] ($category[title])</div>
              </td>
            </tr>
            <tr>
              <td class="alt2" align="left">
                <table width="100%" cellspacing="0" cellpadding="3">
                    $newestarticlebit
                </table>
              </td>
            </tr>
            <tr>
              <td class="tcat" align="left">
                <div class="smallfont"><b>&nbsp;<img border="0" src="vbarticles/images/bullet_yellow.gif">
                &nbsp;$vbphrase[vbarticles_category_top5] ($category[title])</div>
              </td>
            </tr>
            <tr>
              <td class="alt2" align="left">
                <table width="100%" cellspacing="0" cellpadding="3">
                  $top5articlebit
                </table>
              </td>
            </tr>
          </table>
          <br>
    	  <script type="text/javascript"><!--
    google_ad_client = "pub-0079127562543280";
    google_ad_width = 200;
    google_ad_height = 200;
    google_ad_format = "200x200_as";
    google_ad_type = "text_image";
    //2007-02-26: FlunkMe.COM - Essays Side
    google_ad_channel = "3553109574";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "244159";
    google_color_text = "000000";
    google_color_url = "106F95";
    //-->
    </script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
          <br><br>
          $membermenubit
          <br>
        </td>
      </tr>
    </table>
    $footer
    </body>
    </html>
    PHP:
     
    sandrodz, Mar 4, 2007 IP
  8. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #8
    maybe try putting the footer in a div?
     
    timallard, Mar 4, 2007 IP
  9. sandrodz

    sandrodz Peon

    Messages:
    1,482
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #9
    like simple <div></div>? could help... I'll try
     
    sandrodz, Mar 4, 2007 IP
  10. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #10
    yep

    <div>$footer</div>
     
    timallard, Mar 4, 2007 IP
  11. sandrodz

    sandrodz Peon

    Messages:
    1,482
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #11
    no div didn't fix the issue :(
     
    sandrodz, Mar 4, 2007 IP