xxoxLalaxoxx
12-12-2004, 08:18 PM
hey uh does anyone know how this girl ( xanga.com/se*ixoxlexi (it keeps editng name so i put the star...it stands for an x ))got that border thing and how she made her heading and the code for the mouse over thing she has? also do u know how she got a different song 2 play everytime ur one it? if u know the answer 2 any of these qestions please tell me! thanx in advance :)
tokyo bleu
12-12-2004, 11:41 PM
Entries and modules borders:
<style>
table.left, table.blogbody {
border: 3px solid #00CCFF;}
</style>
Mouseover:
<style>
a:hover {
/* edits when user mouseovers the links */
color:#66ff00;
cursor: crosshair;
text-decoration: none;
font: normal 11px arial;
letter-spacing:5px;
filter:flipv;}
</style>
Different background songs:
<script language="JavaScript"><!--
ctips = new Array(4);
ctips[1]="tune : SONG NAME";
ctips[2]="tune : SONG NAME";
ctips[3]="tune : SONG NAME";
ctips[4]="tune : SONG NAME";
ctips[5]="tune : SONG NAME";
ctips[6]="tune : SONG NAME";
ctips[7]="tune : SONG NAME";
ctips[8]="tune : SONG NAME";
ctips[9]="tune : SONG NAME";
ctips[10]="tune : SONG NAME";
ctips[11]="tune : SONG NAME";
ctips[12]="tune : SONG NAME";
tips = new Array(4);
tips[1]="SONG URL";
tips[2]="SONG URL";
tips[3]="SONG URL";
tips[4]="SONG URL";
tips[5]="SONG URL";
tips[6]="SONG URL";
tips[7]="SONG URL";
tips[8]="SONG URL";
tips[9]="SONG URL";
tips[10]="SONG URL";
tips[11]="SONG URL";
tips[12]="SONG URL";
index=Math.floor(Math.random() * tips.length);
document.write("<center><embed src="+tips[index]+" width=0 height=0 align=top autostart=true loop=true controls=hidden type=audio/x-pn-realaudio-plugin exts=ra,ram Init fn=load-types mime-types=mime.types></embed></center>")
document.write("<center><font color=#FFFF66>"+ctips[index]+"</center>")
//-->
</script>
Her heading is composed of images (she or someone else made it in a graphics program, such as MS Paint, GIMP, or Photoshop).
xxoxLalaxoxx
12-13-2004, 05:47 PM
thanks but where would i put the border code so it borders the whole page and not just certain entries? if u can help me again id really appreciate it. thanks again for the other codes :)
xxoxLalaxoxx
12-13-2004, 10:35 PM
sry 2 bother u again but where do i put the music code? it wont fit in the music url box...
tokyo bleu
12-14-2004, 03:43 AM
They all go into the Custom Header. If the music script doesn't work in Custom Header, put it in Website Stats.
xxoxLalaxoxx
12-14-2004, 09:30 PM
thnx. i got the border to work but the music script still wont work...i tryed putting t in the header html part and in the website stats part and it wont wont in either...if you have any other other ideas of where to put it please tell me. thanks again!
tokyo bleu
12-15-2004, 02:09 AM
It's possible that there's something wrong with the script I provided. Try this (http://www.createblog.com/forums/index.php?showtopic=47) one.