W
wincek
Hi All,
Below .css works with default.html without problem but when i use it in
default.aspx, do nothing. When i use it in separate .css file, and link it
to defaulat.aspx stiil do nothing. /Sorry my English is not very well/ What
can be the problem?
<style type="text/css">
<!--
body {
scrollbar-face-color: #E5E5E5;
scrollbar-shadow-color: #CCCCCC;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #BBBBBB;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #AAAAAA;
scrollbar-arrow-color: #FF6600;
}
-->
</style>
Thanks
Below .css works with default.html without problem but when i use it in
default.aspx, do nothing. When i use it in separate .css file, and link it
to defaulat.aspx stiil do nothing. /Sorry my English is not very well/ What
can be the problem?
<style type="text/css">
<!--
body {
scrollbar-face-color: #E5E5E5;
scrollbar-shadow-color: #CCCCCC;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #BBBBBB;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #AAAAAA;
scrollbar-arrow-color: #FF6600;
}
-->
</style>
Thanks