http://www.flunkme.com/free_essays.php?do=category&categoryid=14&page=3 I have problem with Firefox compatibility... in FF the google add is overriding the footer... how do I fix this? any ideas why its happening? in IE it displays just fine.
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
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> <img border="0" src="vbarticles/images/bullet_yellow.gif"> $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> <img border="0" src="vbarticles/images/bullet_yellow.gif"> $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> <img border="0" src="vbarticles/images/bullet_yellow.gif"> $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: