Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是关于以下小提琴:
`http://jsfiddle.net/yijiang/Y5ZLL/4/
fiddle实际上取400为最大值,四个滑块的总和不超过400。上面fiddle附有两个问题:
好吧,如果您使用的是 ajax,那么您可以,如果您使用的是平面旧表单,那么您不能,您必须创建一个与每个滑块关联的隐藏字段,以便将值带到服务器端文件。
我有一张带有常用标签的 ccs 表。{} a.hover {}
我还有一个 div=id "footer" 我想改变字体样式但是全局 a. 和 a.hover 即使我添加了一个
#footer{ color: #333333 }
我可以使用它覆盖还是需要尝试?a.#footer或者a.hover
a.#footer
a.hover