How to do a xanga...., like this one |
How to do a xanga...., like this one |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jan 2004 Member No: 475 ![]() |
i dunno where to put this so i guess i will just put it here... how do u make a xanga like this one
cuz she has like a hover thing on her image and the guestbook singing thing and the song chooser and that other stuffz on the left! cuz i really want somt stuffz like dat.... ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() cb's #1 fan! =) ![]() ![]() ![]() ![]() ![]() ![]() Group: Advisor Posts: 2,342 Joined: Nov 2003 Member No: 1 ![]() |
She doesn't have premium, and theres a banner disabler at the bottom. Here's the code for the drop down jukebox, courtesy to javascript-page.com.
CODE <!-- begin code provided by createblog.com --> <form name=choose> Music Menu: <select size=1 onChange="midiplay(this);"> <option value="#">Click For Music <option value="america.mid">America The Beautiful <option value="cannon_d.mid">Cannon (key of D) <option value="entrtanr.mid">The Entertainer <option value="maplerag.mid">Maple Rag <option value="pete_wlf.mid">Peter & the Wolf </select> </form> <script language="JavaScript"> <!-- // please keep these lines on when you copy the source // made by: Nicolas - http://www.javascript-page.com document.write('<bgsound src="#" id=midijuke loop=1 autostart="true">'); function midiplay(what) { if (document.all) { document.all.midijuke.src = what.options[what.selectedIndex].value; } else { alert("Sorry, but the Music Menu is only accessible through MSIE4.0 and above."); } } //--> </script> <!-- end code provided by createblog.com --> You'll have to find a place to host your songs and make changes to the code to reflect their locations. |
|
|
![]() ![]() |