Click to See Complete Forum and Search --> : Select Tag Formatting


Keks
02-16-2003, 08:19 AM
Hi

Can anyone advise me how to change colors of the scrollbars and arrow of <SELECT> TAG. I've been trying with a regular style statements and all I got was formatting list of options neither scrollbars nor arrow changed its default colors. The same problem occures when I try to format <INPUT> TAG with the upload facility - text box is liable to format but file select button stays untouched in terms of colors.
Thanks for any advice :)

xataku_nakusute
07-10-2003, 07:27 PM
you should prolly try adding a css code into your head section so it looks somethin like dis:

<style type="text/css">
<!--
select
{
scrollbar-face-color: #face rgb
scrollbar-arrow-color: #arrow rgb
scrollbar-highlight-color: #rgb
scrollbar-3dlight-color: #rgb
scrollbar-shadow-color: #rgb
scrollbar-darkshadow-color: #rgb
scrollbar-track-color: #track rgb
}
--!>
</style>

if that doesnt work.....then the only other alternative that i know of would be to change the whole pages scrollbar color by simply replacing "select" with "body"

sorry if that doesnt work...

XaTaKu_NaKuSuTe

XaTaKu.TK (http://www.xataku.tk/)