浏览器如何解释 CSS 以及如何处理它?

发布于 2024-12-23 18:45:30 字数 250 浏览 0 评论 0原文

我正在使用 IE 7,想知道:

  1. 浏览器如何理解和处理 CSS。
  2. 是否可以使用一些框架来处理它
  3. 是否可以在JavaScript中创建框架以便在IE6或IE 7等浏览器中实现所有CSS3样式

    我想解决这个问题,因为我所在行业中完成的大多数编程都应该与 IE6 和 IE7 兼容,而且我厌倦了使用图像,并希望使用 CSS3 为页面添加生命。 那么有人可以建议我一些相处的好方法吗??

I am using IE 7 and want to know:

  1. how does any browser understand and process CSS.
  2. Is it possible to handle it by using some framework
  3. Is it possible to create framework in JavaScript so as to implement all the CSS3 styling in browsers such as IE6 or IE 7

    I want to deal with this because most of the programming done in my industry should be compatible with IE6 and IE7 and I am fedup of using Images and want to add life to the pages using CSS3.
    So can anyone suggest me some good way to get along ??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

如歌彻婉言 2024-12-30 18:45:30

对于 IE 6-8 中的 CSS3 选择器,请尝试 :select[ivizr]
对于 IE6-8 中的 border-radius使用此 hack

Try :select[ivizr], for CSS3 selectors in IE 6-8.
As for border-radius in IE6-8, use this hack

牵你手 2024-12-30 18:45:30
  1. 取决于浏览器及其版本。当开发新的 CSS 或 HTML 主要版本时(甚至在[如果有的话]最终版本之前),大多数浏览器将创建较新的版本。

  2. 很可能这是不可能的,因为这意味着您需要更新旧版浏览器以支持发布时可能不可用的样式..请参阅 naveen 的评论

  3. 如果 2 可能的话我不明白为什么它不应该以 javascript 的方式实现......
    --- 看看有人已经做到了 - 请参阅 naveen 的评论

我看不到“Fedup of using Images”和 CSS3 结合在一起的地方,但请随意进一步解释

  1. Is depending on the browser and its version. Most browsers will create NEWER versions when a new MAJOR version of CSS or HTML is developed (even before [if ever] final).

  2. Most likely it will not be possible since this means you will need to update an older browser to support styles that may not have been available at the time of release.. see comment from naveen

  3. If 2 would be possible I do not see why it shouldn't be doable in a javascript kind of way....
    --- Look someone already did it- See comment from naveen

I so not see where "Fedup of using Images" and CSS3 come together, but please feel free to explain further

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文