CSS3 和 Dreamweaver
我刚刚下载了 Dreamweaver cs5.5,并尝试将 css3 应用到我的页面,但是尽管我当前的 css 在 Dreamweaver 和其他编码器中都工作正常,但新的 css3 并未应用。 例如,我正在尝试应用 border-radius,尽管它在我输入时显示在我的 css 列表中(与 microsoft expression 4 不同,尽管我相信它应该如此),但它并未应用于实际页面。 我也尝试过使用 box-shadow 和 Linear-gradient,但都没有成功,这让我相信这是一个 css3 问题。 是否可以像设置 Dreamweaver 接受 css3 一样(在设置中勾选/取消勾选某些内容)。
我是一个初学者,任何帮助将不胜感激,而且我在提交q之前也查过它,但关于css3,尤其是带有dreamweaver的css3,似乎没有太多信息。 提前致谢
i have just downloaded dreamweaver cs5.5 and am trying to apply css3 to my page, however although my current css is working fine both in dreamweaver and other coders the new css3 is not being applied.
eg i am trying to apply border-radius, although it is showing up in my css list as i type it out (unlike microsoft expression 4, which is'nt although i believe it should), it is not being applied to the actual page.
i have also tried using box-shadow, and linear-gradient, both unsuccessfully which made me believe that it is a css3 issue.
could it be something like setting up dreamweaver to accept css3, (ticking/unticking something in settings).
i am a beginner, any help would be appreciated and also i have looked it up before submitting q, but it seems not much info on css3 and especially css3 with dreamweaver.
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您确定包含所有浏览器的属性吗?另外,我们可以看看你的CSS吗?
交叉兼容的线性渐变需要如下所示:
Did you make sure to include properties for all browsers? also, can we see your css?
Cross compatible linear gradient needs to look like this:
请查看您使用的浏览器 Internet Explorer 8 及以下版本可能不支持 css3 新引入的样式。请在 chrome 等浏览器中检查。另请参阅@rfinz 的答案,您可以看到他如何针对不同的浏览器执行此操作。你可能必须沿着同样的路线工作
Please see what browser you are using Internet explorer 8 and below may not support the css3 newly introduced styles.check it in a browser like chrome. Also refer to the answer from @rfinz you can see how he does it for different browsers. You probably have to work along the same lines