|
Post by WoP admin on Dec 19, 2008 13:50:23 GMT -5
I noticed the left column of the welcome table is a bit long. You may want to consider setting it to marquee, and stop when the mouse is placed over it. Using the code below you can do so, and edit the speed. For an example of how this works, go to Here and look at the side tables. The one marked 'General' shows exactly what this code allows you to do.
<marquee onmouseover="this.stop()" onmouseout="this.start()" height="150" direction="up" scrollamount="2"> text </marquee>
You can edit the height, direction, and scrollamount to whatever your needs are. This code is basically a space saver, as a lot of people don't like to scroll so much to find anything.
|
|