Drop down list..., please... |
Drop down list..., please... |
Nov 21 2004, 11:19 PM
Post
#1
|
|
![]() I'm fallin so deep... ![]() ![]() ![]() Group: Member Posts: 70 Joined: Feb 2004 Member No: 4,684 |
Alright, my friend has a drop down list for her christmas list and her months on her xanga. What code is that? Thank you!
Friends website with the list thingy... THANK YOU!!! |
|
|
|
![]() |
Nov 21 2004, 11:26 PM
Post
#2
|
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 |
you can change the background color, font and font color
you can have as many items as you want, this is only 3 though CODE <!-- begin code provided by createblog.com -->
<select style="background:#000000;color:#FFFFFF;font-family:comic sans ms;font-size:12px"><option selected>HEADING</option><option>1st item</option><option>2nd item</option><option>3rd item etc.</option></select> <!-- end code provided by createblog.com --> |
|
|
|
Nov 21 2004, 11:31 PM
Post
#3
|
|
![]() Um....Its meeee ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,218 Joined: Mar 2004 Member No: 8,264 |
CODE <!-- begin code provided by createblog.com --> <form name="jump"> <select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO"> <option value="#">Navigation</option> <option value="#">---------------------</option> <option value="http://xanga.com">Xanga</option> <option value="http://xanga.com/YOURXANGA">Refresh</option> <option value="http://www.xanga.com/private/home.aspx">Private</option> <option value="http://www.xanga.com/CLAF/default.asp">CLAF</option> <option value="http://www.xanga.com/profile.aspx?user=YOURXANGA">Profile</option> <option value="http://www.xanga.com/guestbook.aspx?user=YOURXANGA">Guestbook</option> <option value="http://www.xanga.com/Private/SubscribeTo.aspx?user=YOURXANGA">Add Me</option> <option value="http://www.xanga.com/Private/subs.aspx">Subscriptions</option> <option value="http://www.xanga.com/Private/feedback.aspx">Feedback</option> <option value="#">---------------------</option> <option value="http://www.xanga.com/signin.aspx">Sign In</option> <option value="http://www.xanga.com/logout.aspx">Log Out</option> </select> <!-- end code provided by createblog.com --> I think its like this code, but you would have to change the code into like your own, so replace all the links to something eles? AM not sure if that the code though. |
|
|
|
![]() ![]() |