Farbtastic 颜色选择器需要帮助。包含简单的 html 示例
我已经包含了一个非常简单的 html 示例,几乎可以工作。这是这个出色的颜色选择器的非常简单的实现。但它并不像广告中所说的那样有效。我只得到一个蓝色盒子,我可以选择蓝色色调。但不是渐变或外环。
等待!我刚刚意识到外环在那里,我可以用它改变颜色。但它是看不见的!奇怪......
有人能告诉我如何让整个事情发挥作用吗?
http://bizzocall.com/farbPicker.html
提前致谢!
I've included a very simple html example that almost works. It is a very plain implementation of this great color picker. But it doesn't quite work as advertised. I only get a single blue box and I can pick blue shades. But not the gradient or the outer ring.
Wait! I just realized that the outer ring is there, and I can change the colors with it. But its invisible! Weird....
Can anybody show me how to get the whole thing to work?
http://bizzocall.com/farbPicker.html
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它的图像没有指向正确的 uri。 http://bizzocall.com/css/marker.png 返回 404;将你的图像指向正确的文件,你应该是直的
the images for it are not pointing to the correct uri. http://bizzocall.com/css/marker.png returns a 404; point your images to the correct file and you should be straight
我的farbtastic 颜色选择器现在工作得很好。对于那些想要拆解示例并查看的人,这里有一个链接。如何调用 farbtastic 函数将颜色发送到页面上的多个项目的语法是棘手的部分。但是,它在这里工作。只需查看源代码...
http://bizzocall.com/cp-BizzoActiveButton.php
I have the farbtastic color picker working really well now. Just for those of you who want an example to take apart and look at, here's a link. The sytax of how the farbtastic function is called to send the color to numerous items on the page is the tricky part. But, its working here. Just look at the source...
http://bizzocall.com/cp-BizzoActiveButton.php