Straight to the point... These is the script I'm useing in index_body of my forum (phpBB):
It all works great in IE but when I open the page in Firefox the script works fine, but everything after the that isn't displayed (Categories and Forums). If you don't understand what I'm talking try opening Forum in IE and in Firefox. The problems started after adding 2nd "marquee" (line 35) so I must have messed something up after that line. Any ideas?Code:<table width="50%" cellpadding="3" cellspacing="1" border="0" class="forumline" height="100" align="Left" valign="center"> <tr> <td class="catHead" height="79"><a name="login"></a><span class="cattitle">{MARQUEE_TOPIC}</span></td> </tr> <tr> <td class="row1" valign="top"><span class="gen"> <marquee id="recent_topics" behavior="scroll" direction="up" height="100" scrolldelay="100" scrollamount="2"> <table cellpadding="4" cellSpacing="1" width="100%"> <!-- BEGIN marqueerow --> <tr valign="top"> <td class="row2" vAlign="center" align="middle" width="20"> <img src="{marqueerow.FOLD_URL}"> </td> <td class="row2" width="352"> <span class="forumlink"><a href="{marqueerow.TOPIC_URL}" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()">{marqueerow.TOPIC_TITLE}</a></span> <span class="gensmall"><br></span> </td> <td class="row2" vAlign="center" align="middle" width="78"> <span class="gensmall"><a href="{marqueerow.USER_PROF}" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()">{marqueerow.USERNAME}</a></span> </td> <td class="row2" vAlign="center" noWrap align="middle" width="100"> <span class="gensmall">{marqueerow.POST_DATE}</span> </td> </tr> <!-- END marqueerow --> </table></marquee> </td> </tr> </table> <table width="50%" border="0" cellspacing="2" cellpadding="3" bgcolor="#FFFF00" id="table1"> <tr> <td width="220" bgcolor="#000000" valign="top"> <p align="center"> <img src="http://img266.echo.cx/img266/3377/title1on.jpg" alt="Top News Story" width="145" height="132" border="0"></td> <td width="310" bgcolor="#3E434A" class="bodyTxt" valign="top"> <marquee id="recent_topics" behavior="scroll" direction="up" height="130" scrolldelay="100" scrollamount="1"> <table cellpadding="4" cellSpacing="1" width="100%"> <!-- BEGIN marqueerow --> <font color="#FFFFFF"> <br> The 2.4 version of America's Army has been released. March over to the Downloads section to start the latest missions! </font> <br><br> <a href="http://www.americasarmy.com/intel/fullstory.php?i=1364" class="links">Klick here for full story</a><br> __________________________<br> <font color="#FFFFFF"> <br> Authentication Maintenance</p> AA team is performing an unscheduled maintenance today (Wed, 8 JUN) with the Authentication systems and will be restoring services as soon as possible. </font> <br><br> <a href="http://www.americasarmy.com/support/status.php" class="links">Klick here to check Network Status </a><br> __________________________<br> <!-- END marqueerow --> </marquee> </td> </tr> </table>



Reply With Quote

However, using a <marquee> tag is much worse than using someone else's code.

Bookmarks