gpt4 book ai didi

css - - 跨浏览器的 webkit 支持

转载 作者:太空宇宙 更新时间:2023-11-04 15:54:09 25 4
gpt4 key购买 nike

我正在使用 -webkit-border-radius:5px; -moz-border-radius:5px; 为 div 的半径。它在 chrome 和 sfari 中运行良好,但在 Mozilla Firefox 和 IE8 中运行不正常。我该如何解决它

<div style="background-color:#f7f7f7; width:340px; height:175px; -webkit-border-radius:6px;-moz-border-radius:6px;">
<div style="padding-top:20px;text-align:center"><input name="email" type="text" class="required emailcheck" placeholder="Enter your email address" id="email" style="height:25px; width:200px;-moz-border-radius:5px; -webkit-border-radius:5px; "></div>

<div style="padding-top:20px;text-align:center"><input type="password" name="password" id="password" placeholder="Password" class="required" style="height:25px; width:200px; -webkit-border-radius:5px;-moz-border-radius:5px;"></div>


</div>​

JS fiddle http://jsfiddle.net/ranasaani/uHHLX/

最佳答案

除非使用图像或圆 Angular 行为 htc 文件,否则无法使其工作。

要检查对某些东西的支持,请使用 caniuse.com:http://caniuse.com/#search=border-radius

要在 IE8 及以下版本中获得圆 Angular ,请查看以下页面:

http://jonraasch.com/blog/css-rounded-corners-in-all-browsers

虽然这些解决方案不太理想,但我担心它们是唯一的方法......

关于css - - 跨浏览器的 webkit 支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10794230/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com