PDA

View Full Version : colored jump menu



somdow
May 27th, 2003, 12:27 PM
<select name="menu1" class="select" id="menu1" style="background-color:#333333; border-style:0; font-size: 10; color: #FFFFFF; font-family: arial,geneva" onChange="javascript:if (this.form.more.options[this.form.more.selectedIndex].value.length > 0) {location.href=this.form.more.options[this.form.more.selectedIndex].value; }">
<option selected>i need help lol</option>
</select>


this is the code for a colored and stlylish jump menu that i obtained from another site so that i could study it and apply to my own jump menu (the regular white one) right but when i try to apply it to my menu it says that this code is not html so the my ? is what is it???

just in case this is the code without the closing tag

select name="menu1" class="select" id="menu1" style="background-color:#333333; border-style:0; font-size: 10; color: #FFFFFF; font-family: arial,geneva" onChange="javascript:if (this.form.more.options[this.form.more.selectedIndex].value.length > 0) {location.href=this.form.more.options[this.form.more.selectedIndex].value; }">
<option selected>i need help lol</option>
</select

getalife
May 27th, 2003, 06:26 PM
hello well you can do it simply by using css ( cascading style sheets) in dreamweaver and it really is quite simple

somdow
May 27th, 2003, 06:29 PM
so then how, i mean, altho i cant say i know a whole lot bout css i know it a bit and understand the concept albeit not at full capacity, can u explain or throw me a link on how to do this

getalife
May 27th, 2003, 06:49 PM
see this first (http://getalife.sketchit.net/test_dir/css_test.htm)

then get the css attached in this message

somdow
May 29th, 2003, 12:25 AM
i dont mean to be all slow and al lol but what do i do with this. i tried putting it on the body tags and nada , tried to apply it to the form butt. and nada, um between the clsoing head and opening body and nada,

now let me down easy, what did i do wrong

getalife
May 29th, 2003, 12:08 PM
open the page you have where you want to put the css and then do exactly as i have putted the css the only thing you have to do is to put the css file and the page you want the css applied with the import method as show in the page i showed you

somdow
May 29th, 2003, 04:37 PM
ohhh i didnt see the "see this first" text up top. lol but im aware of the link through to the css file umm **** thats kool man um thanks llemme add it and lemme see if i get it right

somdow