I can change the background color and font color of buttons and the background of select drop downs....
how do I change the color of the drop down arrow in the select box
here is code to change other stuff...
<style>
select.Menu{
font-family: Arial;
font-size: 10pt;
font-weight: bold;
font-style: normal;
}
option.MenuColorOne{
color:#white;
background-color:#b1a883;
}
option.MenuColorTwo{
color:#white;
background-color:#c0b89a;
}
option.MenuColorthree{
color:#white;
background-color:yellow;
}
</style>
<style>
#submit
{
background:#fffff;
color:663300;
}
#submit1
{
background:#fffff;
color:663300;
}
#submit2
{
background:#fffff;
color:663300;
}
#closeme
{
background:#fffff;
color:663300;
}
#print
{
background:#fffff;
color:663300;
}
#saveas
{
background:#fffff;
color:663300;
}
#back
{
background:#fffff;
color:663300;
}
#reset
{
background:#fffff;
color:663300;
}
#update
{
background:#fffff;
color:663300;
}
#delete
{
background:#fffff;
color:663300;
}
#dept
{
background:#fffff;
color:663300;
}
</style>
--only those that do not try, fail--
how do I change the color of the drop down arrow in the select box
here is code to change other stuff...
<style>
select.Menu{
font-family: Arial;
font-size: 10pt;
font-weight: bold;
font-style: normal;
}
option.MenuColorOne{
color:#white;
background-color:#b1a883;
}
option.MenuColorTwo{
color:#white;
background-color:#c0b89a;
}
option.MenuColorthree{
color:#white;
background-color:yellow;
}
</style>
<style>
#submit
{
background:#fffff;
color:663300;
}
#submit1
{
background:#fffff;
color:663300;
}
#submit2
{
background:#fffff;
color:663300;
}
#closeme
{
background:#fffff;
color:663300;
}
{
background:#fffff;
color:663300;
}
#saveas
{
background:#fffff;
color:663300;
}
#back
{
background:#fffff;
color:663300;
}
#reset
{
background:#fffff;
color:663300;
}
#update
{
background:#fffff;
color:663300;
}
#delete
{
background:#fffff;
color:663300;
}
#dept
{
background:#fffff;
color:663300;
}
</style>
--only those that do not try, fail--