浏览器兼容性chrome的问题

时间:2013-11-28 10:00:14

标签: html css

我想只为Chrome浏览器设置边距和填充。

我如何才能为Chrome浏览器设置css,因为还有更多的填充或边距

2 个答案:

答案 0 :(得分:1)

请参阅以下链接 - 它可能对您有所帮助 -

How to apply specific CSS rules to Chrome only?

您还可以使用以下脚本检测浏览器 -

<script type="text/javascript">
if (navigator.userAgent.toLowerCase().indexOf('chrome')!=-1){
document.write('<link rel="stylesheet" type="text/css" href="your_script.css"/>');
}
</script>

答案 1 :(得分:0)

尝试使用

检测浏览器
navigator.userAgent

获取进一步的帮助browser detection

一旦在javascript或jquery中检测到,添加带边距和填充的类