按钮的渐变不起作用
我使用了这个网站: http://www.generateit.net/gradient/index.htm?start_colour=%23FFFFFF&end_colour=%23666666&height=20&width=1&type=top 生成 20 像素高和 1 像素宽的渐变图像。
然后我使用这个 CSS: background:#19558D url(images/gradient.gif) Repeat-x top left;
来应用渐变,但它似乎不起作用。未应用渐变并且按钮看起来不是 3D。我可能做错了什么?
I used this site: http://www.generateit.net/gradient/index.htm?start_colour=%23FFFFFF&end_colour=%23666666&height=20&width=1&type=top to generate a 20 pixel hight and 1 pixel width gradient image.
Then I use this CSS: background:#19558D url(images/gradient.gif) repeat-x top left;
to apply the gradient, but it doesn't seem to be working. The gradient is not being applied and the button does not look 3D. What could I be doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是问一个显而易见的问题 - 您的图像是否位于相对于 CSS 文件存储位置的目录中?
Just asking the obvious - are your images in a directory relative to where your CSS file is stored?