Sunday, October 11, 2009

Moving Text Marquee at Blog Tutorial

Actually I wrote HTML marquee tutorial long time ago at Moving text marquee tutorial. But some reader confused if it apply in wordpress.

So here it is the way to make your sidebar text moving .

1. Find out what text that you want to move and grab the PHP code .

2. IF I want to change make my "latest post" move, that mean I must find the PHP code of "latest post"

3. Put the marquee code that U get from Moving text marquee tutorial.between them

example

Explanation :

direction="up" : from bottom to up movement
scrollamount="2" : Speed of the movement
onmouseover="this.stop()" : When mouse over the text, the text will stop
onmouseout="this.start()" : When mouse out from text area the marquee code will move again
width="100%" : Width 100% from the table

No comments:

Post a Comment