IE 中的弯角...CSS 3?条件句?图片? JS?
IE 中的弯角...我在所有我想要的酷弯角的东西上使用了一个名为 .curved 的 CSS 3 border-radus 类。新的 CSS 可在所有普通浏览器中运行,但 IE 却表现不佳。
如今添加圆角的最佳做法是什么? Shell 我在 JS 中以 .curved 为目标,并在 jquery 中完成这一切?使用一些杂乱的条件标签。或者干脆等几年而不使用CSS 3?
Curved corners in the IE's... I'm using a CSS 3 border-radus class called .curved on all my things I want with cool curved corners. The new CSS works in all the normal browsers, however IE is being a right dips**t.
Whats the best practice for adding rounded corners nowadays. Shell I target anything with .curved in JS and do it all in jquery? Use some messy conditional tags. Or just give it a few years and not use CSS 3?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知,有 3 种方法可以创建适用于所有浏览器的圆角。
盒子的底部
底部
我目前不会依赖 CSS 3 属性,因为它们在所有平台上都不够兼容。我喜欢使用第一个选项,因为它始终是跨平台的,易于实现,并且不会添加大量标记。就目前的网络状况而言,如果您希望您的角落在所有浏览器中都能正常工作,那么没有太多其他选择。
希望这有帮助,
都会
There are 3 ways that I know of to create rounded corners that will work across all browsers.
bottom of a box
bottom
I would not rely on CSS 3 properties at the momment because they are not compatible enough across all platforms. What I like to use is the first option because it will always be cross platform, its easy to implement, and it does not add a ton of markup. With the state of the web right now, there are not many other options if you want your corners to work in all browsers.
Hope this helps,
Metropolis
我只会链接 :P
http://www.modernizr.com/
或
http://www.curvycorners.net/
I will just link :P
http://www.modernizr.com/
or
http://www.curvycorners.net/