Munchkin
02-24-2004, 12:54 AM
helpppp!!!
i'm using a drop down menu, and i want the background to be black and the text to be purple....how do i do that???
also, i'm targeting it on a inline frame....will it work if i put 'inlineframe'?
if you want to see...
www.cleardesignsolutions.com/hoppingbunny/index.htm
the menu's at the bottom...
elpocho
02-24-2004, 01:42 AM
here (http://www.lissaexplains.com/html5.shtml#textarea)
just scroll down a bit
salomeyasobko
02-24-2004, 02:58 AM
if you mean putting 'inlineframe' for the target and the iframe name, then that should work :)
to change the color:
<form name="plkcmenu" ACTION=URI>
<font face="Verdana" size="2" color= #e48bff>
<select name="menu" onchange="jump(this.form)">
<option value="0"style="background-color:#000000; color=#e48bff">???</option>
<option value="0"style="background-color:#000000; color: #e48bff"></option>
<option value="0"style="background-color:#000000; color: #e48bff"></option>
<option value="main.htm"style="background-color:#000000; color: #e48bff">Home</option>
salomeyasobko
02-24-2004, 03:06 AM
to change the color:
<form name="plkcmenu" ACTION=URI>
<font face="Verdana" size="2" color= #e48bff>
<select name="menu" onchange="jump(this.form)">
<option value="0"style="background-color:#000000; color=#e48bff">???</option>
<option value="0"style="background-color:#000000; color: #e48bff"></option>
<option value="0"style="background-color:#000000; color: #e48bff"></option>
<option value="main.htm"style="background-color:#000000; color: #e48bff">Home</option>
MaGiCSuN
02-24-2004, 01:52 PM
you need a drop down menu that targets frames:
http://www.lissaexplains.com/fun.shtml#dropframe
in the code you will have this part:
window.open(form.menu.options[myindex].value,
target="yourframename");
change "yourframename" to the name of your iframe.
Love,
Mirna
salomeyasobko
02-24-2004, 10:56 PM
hey starlet, i'm just wondering, how was that double posting? since.. the first message was @ 7:58 and the second was at 8:06.. that's 8 minutes apart, so i couldn't have edited it. just wondering :D
Munchkin
02-25-2004, 12:27 AM
:) yeah, that worked, thank you!
lefty
02-25-2004, 12:32 AM
hey starlet, i'm just wondering, how was that double posting? since.. the first message was @ 7:58 and the second was at 8:06.. that's 8 minutes apart, so i couldn't have edited it. just wondering :D
But they said the same thing :P
starlet
02-25-2004, 12:33 AM
hey starlet, i'm just wondering, how was that double posting? since.. the first message was @ 7:58 and the second was at 8:06.. that's 8 minutes apart, so i couldn't have edited it. just wondering :D
Double post = Posting twice in a row
Its not a bad thing, like you said you couldnt have edited it yourself but i was editing your post anyway so i figured i'd merge the two together :)
Munchkin
02-25-2004, 12:35 AM
only thing....is there a way to make font bold/underlined and centered in menus or no?
salomeyasobko
02-25-2004, 01:56 AM
you're welcome!
i'm pretty sure you could just use <b> for bold and etc., but i'm not positive, sorry :)
kittycat
02-25-2004, 02:22 AM
In the SELECT bit add...
style="font-weight: bold; text-align: center;"
I think that should work.
Munchkin
02-25-2004, 03:23 AM
doesn't work....:( it's ok it wasn't that important