Cannot see color panel in JSColor object in asp.net
I am using JSColor to allow users to select a 开发者_如何学编程color, but I am running into a wierd issue. On my IE 8 browser, I am not able to see the color panel (highlighted in red circle in the image below). Would anyone know if this is a bug in the color panel ? Same issue in Chrome, so I would not think this is broswer specific.
The solution for this issue is to download the following 3 images and to copy them to your webserver next to your jscolor.js file.
- http://jscolor.com/jscolor/hs.png
- http://jscolor.com/jscolor/cross.gif
- http://jscolor.com/jscolor/arrow.gif
The reason that this is not mentioned at jscolor.com is probably that they want to track where their jscolor script is running, since the script tries to download these 3 images from their webserver.
精彩评论