grlwrld
05-15-2005, 01:39 PM
I want to change the colour of the drop down arrow of my dropdown menu to match this:
<style type="text/css">
BODY
{
scrollbar-face-color: #E4B7F5;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #EFD6F8;
scrollbar-darkshadow-color: #D994F2;
scrollbar-shadow-color: #DEA4F4;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #EFD6F8;
}
</style>
And i also want to change the border of my frames with css
<style type="text/css">
BODY
{
scrollbar-face-color: #E4B7F5;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #EFD6F8;
scrollbar-darkshadow-color: #D994F2;
scrollbar-shadow-color: #DEA4F4;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #EFD6F8;
}
</style>
And i also want to change the border of my frames with css