Logo is a symbol of identity in the form of images, text, color or a combination of all three. Form of a logo can be: logotype (from the letter) and logograph / logogram (derived from the image)

Thursday, June 23, 2011

How to Make Writing Walking "Marquee"


want to know how...?!!


here's how.....

1. Log in to Blogger
2. Log in to Dashboard
3. Select Layout
4. Add Target / Add Target As (up to you)
5. Choose HTML / JavaScript
6. Copy Paste the script below:

Examples of basic marquee:

Kalimat Anda

Runs from right to left without border


<marquee>your sentence</marquee>


Runs from left to right without border

Kalimat Anda

How to write:


<marquee direction="right">your sentence</marquee>


Walk right and left without border

your sentence

How to write:


<marquee behavior="alternate">your sentence</marquee>


Runs from right to left, but will stop when the mouse is over the text

Kalimat Anda

How to write:


<marquee onmouseover="this.stop()" onmouseout="this.start()">your sentence</marquee>


This example marquee left-right with a speed which can be set by adding the command "scrollamount"

your sentence

How to write:

<marquee behavior="alternate" scrollamount="18">your sentence</marquee>


You can adjust the speed according to your taste by changing the value or number on the word scrollamout

Teks Anda

How to write:

<marquee direction="up">your text</marquee>


Teks Anda

How to write:

<marquee direction="down">your text</marquee>


your Text

How to write:

<marquee direction="up" behavior="alternate" scrollamount="18">your text</marquee>


If now marquee with a barrier are usually for the word / sentence order, that is not tootake place, move up and will stop when your mouse is above it

Kalimat Anda
Kalimat Anda
Kalimat Anda
Kalimat Anda
Kalimat Anda
Kalimat Anda


How to write:

<marquee direction="up" onmouseover="this.stop()" width="200" scrollamount="3" onmouseout="this.start()" height="100">your text<br>your text<br>your text<br>your text<br>your text<br>your text<br></marquee>


It's that down and "bablas" wrote even though your mouse is above it (without codemuoseover ....)

Kalimat Anda
Kalimat Anda
Kalimat Anda
Kalimat Anda
Kalimat Anda
Kalimat Anda


How to write:

<marquee direction="down" width="200" scrollamount="4" height="100">your text<br>your text<br>your text<br>your text<br>your text<br>your text<br></marquee>


This with the command "center" for writing in the middle position the form / frame:

Kalimat Anda
Kalimat Anda
Kalimat Anda
Kalimat Anda
Kalimat Anda
Kalimat Anda


How to write:

<center><marquee direction="up" onmouseover="this.stop()" width="200" scrollamount="1" onmouseout="this.start()" height="100">your text<br>your text<br>your text<br>your text<br>your text<br>your text<br></marquee></center>


7. Save ....
8. Done ^ _ ^


                                               LET'S SHARE *** ***

No comments:

Post a Comment