I want a drop down menu for my myspace profile but I want it with a black background and colored writing. (Just one fluroescent colour) What site can I use to do that or how can I do it?
Thankyou
That produces a pink box with bright green text which looks something like this.
░░░░░▼
|------|
|1-----|
|2-----|
|3-----|
.————
Modify these(in the <select>, next to style=) to change colors:
background-color:box color
color:text color
Don't use quotes around the color names, color:"green" will not work. Preserve the semicolon(;) between the selectors, you need that.
I've used a horrible color scheme that makes my eyes bleed to show contrast, *please* change it before you use it.
Master_Betty answered Tuesday July 3 2007, 3:29 am: I'm presuming you dont want to go to the trouble of learning HTML and how to do it properly?
This is how you do it on a normal webpage, no idea if it works on myspazz, but I'm sure you can tweak it so it does.
<form name="jump">
<bg color=black>
<text color=white>
<p align="center">
<select name="menu">
<option value="address of link">Text that will appear in the choices</option>
<option value="address of link">Text that will appear in the choices</option>
<option value="address of link">Text that will appear in the choices</option>
<option value="address of link">Text that will appear in the choices</option>
<option value="address of link">Text that will appear in the choices</option>
</select>
<input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
</p>
</form> [ Master_Betty's advice column | Ask Master_Betty A Question ]
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.