Hi quest ,  welcome  |  sign in  |  registered now  |  need help ?

Create Marquee effect (moving text)

Sometimes to beautify the Blog page, the following tips are very much ogled by the blogger. Marquee is a html code which function to give effect to the many directions of motion in accordance with the wishes. As for the effect is a horizontal motion to the left and right, aataupun left to right, and the effect of vertical motion up and down.
let's try together:Code of marquee effect is like this sample <marquee>xxx</marquee>

where, <marquee> is the effect of opening the code, while the xxx is the contents of a text that will be mobilized and </marquee> is the code cover

with the above code only, has actually been able to give the effect of motion, but the direction of the resulting generally from left to right horizontally.

we can still modify the motion with the direction of motion, such as the following example

motion from right to left
code as follows:


result :
From Right to left


motion from left to right
code as follows:


result :
motion from Left to Right


alternating left-right motion
code as follows:


result :
Alternating left-right motion


text upward motion
code as follows:


result :
Up motion


we can add a step to stop the motion effect when the text was approached by a mouse, and move again when the mouse pointer leaves the text:
code as follows:


result :
Stop onmouseover

with this step we can provide a link to the text that can be clicked by visitors
example, with the code and the following links:


result :
Microsoft Frontpage Free


one more, we can still provide additional code to provide background on the text that moves
the code is:


result :
Text with background

hopefully increase the motivation to be creative