We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
[CODE] News Box ( Scrolling ) 3 boxes!; My first code; By pythonman56
Topic Started: Jan 23 2010, 12:47 AM (126 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: pythonman56
[CODE
 
News Box ( Scrolling ) 3 boxes!; My first code]This is my first code!

goes in your board wrappers under the navigation tags.

PREVIEW??


Scrolling, and when you hover it stops, the side boxes dont scroll, thats just how i like it.


Code:
 
<table align="center" border="0" width="92%" cellspacing="0" cellpadding="0" class="tableborder">
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>

<table align="center" border="0" width="92%" cellspacing="0" cellpadding="0" class="tableborder">
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td class="maintitle" align="center" colspan="3">
<font color="FFFFFF" size="1.5">
<b>TITLE HERE</b>
</font>
</td>
</tr>
<tr>
<td width="20%" valign="top" class="row4">
TEXT FOR LEFT SIDE BOX
</td>
<td width="60%" class="row3" valign="top">
<center><marquee height="100" width="300" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="1" style="Filter:(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=90, FinishX=0, FinishY=0);"><span style='color:blue'><b><center>MIDDLE BOX TEXT HERE</span><br>
</td>
<td width="20%" valign="top" class="row4">
<center><span style='color:red'><b>RIGHT SIDE BOX HERE</span></b>

</td>
</tr>
</table>
</td>
</tr>
</table>
</table><br>
</br>
<br>




Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply