header |
![]() ![]() |
header |
![]()
Post
#1
|
|
![]() esther ![]() ![]() Group: Member Posts: 22 Joined: May 2004 Member No: 15,056 ![]() |
whats the code to make letters move in your header like the one on this site
http://www.xanga.com/home.aspx?user=o6z_b3bie_PigLet the letters that say " think pink " moving up and down and the quote moving right to left |
|
|
![]()
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 ![]() |
|
|
|
![]()
Post
#3
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 ![]() |
Here's the code for the think pink thing, its seperate marquees, like a marquee that moves up for one letter and another marquee that moves down for another letter, its a bit complicated.
CODE <!-- begin code provided by createblog.com --> <CENTER> <marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="23" width="4%"><b>::</b></marquee> <marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=3 height="24" width="4%">t</marquee><marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="23" width="4%"> H</marquee><marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="24" width="4%">i</marquee> <marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="23" width="4%"><b>n</b></marquee> <marquee align="middle" behavior="alternate" direction="down" scrolldelay=150 scrollamount=2 height="24" width="4%">K</marquee><marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="23" width="4%"> </marquee> <marquee align="middle" behavior="alternate"direction="down" scrolldelay=15 scrollamount=2 height="24" width="4%">P</marquee> <marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="23" width="4%"><b>i</b></marquee> <marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=3 height="24" width="4%">N</marquee><marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="23" width="4%">k</marquee><marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="24" width="4%">::</b></marquee> <marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="24" width="4%"></marquee></CENTER> <!-- end code provided by createblog.com --> If you just want a simple marquee that moves sideways, here's the code CODE <!-- begin code provided by createblog.com -->
<marquee>~ welcome to my xanga! ~</marquee> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |