J
JJ
With all the skinning possibilities of asp.net 2.0 I am surprised that I
cannot (easily) change the colour of a controls scrollbars/border or a
dropdownlist's arrow.
I realise that I may have to do this via javascript, if it is possible, can
anyone help me?
I have found a way to chaange the scrollbars (see below) but not the drop
down arrows nor borders:
<style>
<!--
BODY{
scrollbar-face-color:#8080FF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#DDDDFF;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>
JJ
cannot (easily) change the colour of a controls scrollbars/border or a
dropdownlist's arrow.
I realise that I may have to do this via javascript, if it is possible, can
anyone help me?
I have found a way to chaange the scrollbars (see below) but not the drop
down arrows nor borders:
<style>
<!--
BODY{
scrollbar-face-color:#8080FF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#DDDDFF;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>
JJ