Click to See Complete Forum and Search --> : Colors and drop-down menus


D.S.R.Clark
08-22-2003, 11:23 PM
Is there a way to change the color of a drop-down menu or IFrame frame? Or is it always the default color of thr browser?


Thank you in advance,

p.s. I'm circling the quagmire again, I just feel it!

Jupac
08-22-2003, 11:28 PM
for the drop down use this
style="width:100px;font:10px verdana, arial, sans-serif;text-decoration:none;background-color:000000; color:ffffff;"
and for the iframe change the bg color of the page

D.S.R.Clark
08-22-2003, 11:43 PM
I'm sorry that I did not make myself more clear. It's not the bg color that I want to change, it is the frame itself and the arrow button. I wasn't sure if this could be done, or if it defaults to the browser color??:rolleyes:

Jupac
08-22-2003, 11:46 PM
use this
<style type="text/css">
<!--
body{

scrollbar-face-color:000000;

scrollbar-arrow-color:ffffff;

scrollbar-track-color:000000;

scrollbar-shadow-color:ffffff;

scrollbar-highlight-color:000000;

scrollbar-3dlight-color:ffffff;

scrollbar-darkshadow-Color:000000;

}
-->
</style>

D.S.R.Clark
08-23-2003, 12:04 AM
I am still very new to all of this. Where in this script would it be placed??

*****************
<style type="text/css">
<!--
body{

scrollbar-face-color:000000;

scrollbar-arrow-color:ffffff;

scrollbar-track-color:000000;

scrollbar-shadow-color:ffffff;

scrollbar-highlight-color:000000;

scrollbar-3dlight-color:ffffff;

scrollbar-darkshadow-Color:000000;

}
-->
</style>


**************below****************




<select name="menu" size="1" tabindex="1">
<option selected>
Questions About: Elizabeth Stewart Clark &amp; Company________________
</option>
<option value="file:///C:/Documents and Settings/All Users/My Documents/WEB DEVELOPMENT/2003 ESC/QA/QA3/G/G1.htm">
Who is Elizabeth Stewart Clark &amp; Co.?</option>
<option value="file:///C:/Documents and Settings/All Users/My Documents/WEB DEVELOPMENT/2003 ESC/QA/QA3/G/G3.htm">
How do I contact you?</option>
<option value="file:///C:/Documents and Settings/All Users/My Documents/WEB DEVELOPMENT/2003 ESC/QA/QA3/G/G4.htm">
Where is Idaho Falls?</option>
<option value="file:///C:/Documents and Settings/All Users/My Documents/WEB DEVELOPMENT/2003 ESC/QA/QA3/G/G5.htm">
What's it like there right now?</option>
<option value="file:///C:/Documents and Settings/All Users/My Documents/WEB DEVELOPMENT/2003 ESC/QA/QA3/G/G2.htm">
Who is Auntie Maude?</option>
</select>&nbsp;&nbsp;<input type="button" style="FONT-WEIGHT: bold; BACKGROUND: black; WIDTH: 150px; COLOR: white" onClick="window.open(document.general.menu.options[document.general.menu.selectedIndex].value,'winName','width=400,height=250,Top=50,Left=50');" value="Answer, Please!" size="20">
</p>
</form>

Jupac
08-23-2003, 12:09 AM
put it in the head