..::amici::..
Would you like to react to this message? Create an account in a few clicks or log in to continue.

..::amici::..

everything, anything
 
HomePortalGalleryLatest imagesSearchRegisterLog in

 

 marquee codes...

Go down 
AuthorMessage
Admin
Admin
Admin
Admin


Female
Number of posts : 294
Age : 35
Location : italy
Registration date : 2007-11-17

marquee codes... Empty
PostSubject: marquee codes...   marquee codes... Icon_minitimeSat Dec 01, 2007 12:51 pm

Marquee Right to Left

<BLOCKQUOTE>
Code:
<marquee>TEXT</marquee>
</BLOCKQUOTE>
Marqee Left to Right


<BLOCKQUOTE>
Code:
<marquee direction="right">TEXT</marquee>
</BLOCKQUOTE>
Alternates Back and Forth Marquee


<BLOCKQUOTE>
Code:
<marquee behavior="alternate">TEXT</marquee>
</BLOCKQUOTE>
Marquee Up


<BLOCKQUOTE>
Code:
<marquee direction="up">TEXT</marquee>
</BLOCKQUOTE>
Marquee Down


<BLOCKQUOTE>
Code:
<marquee direction="down">TEXT</marquee>
Marquee Up and Down

marquee up
</BLOCKQUOTE>
<BLOCKQUOTE>
Code:
<marquee direction="up" behavior="alternate">TEXT</marquee>
</BLOCKQUOTE>
WITH BORDER


<BLOCKQUOTE>
Code:
<marquee style="border:BLUE 2px SOLID">TEXT</marquee>
WITH BACKGROUD COLOR

</BLOCKQUOTE>
<BLOCKQUOTE>
<font color="#FFFFFF"><marquee direction="left" style="background:BLUE">TEXT</marquee></font>
</BLOCKQUOTE>
BACK AND FORTH ZIG ZAG (used on my profile)

<BLOCKQUOTE>
Code:
<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right" behavior="alternate">Take a minute and join us at Friendster Talk!! Just click here!<br>
Learn all the newest codes and how to customize ur profiles</marquee></marquee>
</BLOCKQUOTE>
JS CODES If you already have an onload handler just use the last 4 lines of these codes. For example


<BLOCKQUOTE>
Code:
 
<BLOCKQUOTE>
//Moving Friends Box
var marqueeFriends = document.getElementById("content_2").innerHTML;
document.getElementById("content_2").innerHTML ="<marquee direction='up' height='300' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+
marqueeFriends+"</marquee>";
}
</BLOCKQUOTE>
<BLOCKQUOTE>
//Moving Friends Box
if ( ! attachOnLoadHandler(function () { movingFrnd();}))
window.onload = function () { movingFrnd();};
function movingFrnd() {
var marqueeFriends = document.getElementById("content_2").innerHTML;
document.getElementById("content_2").innerHTML ="<marquee direction='up' height='300' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+
marqueeFriends+"</marquee>";
}

//Moving Photo Gallery
if ( ! attachOnLoadHandler(function () { movingPhotos();}))
window.onload = function () { movingPhotos();};
function movingPhotos() {
var marqueePhotos = document.getElementById("content_1").innerHTML;
document.getElementById("content_1").innerHTML ="<marquee direction='left' height='100%' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+
marqueePhotos+"</marquee>";
}

//Moving Controlpanel Buttons
if ( ! attachOnLoadHandler(function () { movingCpnl();}))
window.onload = function () { movingCpnl();};
function movingCpnl() {
var marqueeCpb = document.getElementById('"controlPanelButtons").innerHTML;
document.getElementById("controlPanelButtons").innerHTML ="<marquee direction='up' height='150' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+
marqueeCpb+"</marquee>";
}


//Moving Moreabout Box
if ( ! attachOnLoadHandler(function () { movingMA();}))
window.onload = function () { movingMA();};
function movingMA() {
var marqueeMoreAbout = document.getElementById("content_6").innerHTML;
document.getElementById("content_6").innerHTML ="<marquee direction='up' height='300' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+
marqueeMoreAbout+"</marquee>";
}


//Moving Testi & Comments Box
if ( ! attachOnLoadHandler(function () { movingTestiComm();}))
window.onload = function () { movingTestiComm();};
function movingTestiComm() {
var marqueeTestiComments = document.getElementById("content_18").innerHTML;
document.getElementById("content_18").innerHTML ="<marquee direction='up' height='300' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+
marqueeTestiComments+"</marquee>";
}


//Moving Shoutout Box
if ( ! attachOnLoadHandler(function () { movingCpSB();}))
window.onload = function () { movingCpSB();};
function movingCpSB() {
var marqueeCSbox = document.getElementById("cpShoutoutBox").innerHTML;
document.getElementById("cpShoutoutBox").innerHTML ="<marquee direction='left' height='100%' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+
marqueeCSbox+"</marquee>";
}


//Moving Fan of...Box
if ( ! attachOnLoadHandler(function () { movingFanof();}))
window.onload = function () { movingFanof();};
function movingFanof() {
var marqueeFanof = document.getElementById("content_7").innerHTML;
document.getElementById("content_7").innerHTML ="<marquee direction='up' height='200' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+
marqueeFanof+"</marquee>";
}

//Moving Groups Box
if ( ! attachOnLoadHandler(function () { movingGroups();}))
window.onload = function () { movingGroups();};
function movingGroups() {
var marqueeGroups = document.getElementById("content_8").innerHTML;
document.getElementById("content_8").innerHTML ="<marquee direction='up' height='200' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>" +
marqueeGroups+"</marquee>";
}
</BLOCKQUOTE>
</BLOCKQUOTE>
Back to top Go down
https://amici.forummotion.com
 
marquee codes...
Back to top 
Page 1 of 1
 Similar topics
-
» marquee
» css hide codes
» Text Codes
» 7 layouts [added new & codes updated 11.03.07]
» cudlygirl's compiLed layOuts..[Updated Codes Jan. 4]

Permissions in this forum:You cannot reply to topics in this forum
..::amici::.. :: friendster Adds On-
Jump to: