| CODE |
| <table border="0" width="100%" class="tableborder" cellspacing="1" background="#000"> <tr><td height="250px" width="33%" valign=top rowspan="2"> <div style="overflow: auto; width: 100%; height: 250px;"> 1st row stuff! </div></td> <td height="250px" width="33%" rowspan="2"> <marquee onmouseover="this.stop()" onmouseout="this.start()"direction="up" scrollamount="1" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=90, FinishX=0, FinishY=0);" width="99%"> 2nd row, with scrolling marquee! </td> <td height="125px" width="33%" valign=top> 3rd row top stuff! </div></td></tr> <tr> <td height="125px" width="33%" valign=top> 3rd row bottom stuff! </div></td></tr> </table> |