我想要的是检测用户是否正在使用 chrome,然后将该类的 margin-bottom 更改为不同的东西?
这是div:
<div id="titleAreaBox" class="ms-noList ms-table">
这就是我正在使用的课程:
#titleAreaBox{
margin-left:0px;
height:0px;
margin-bottom:-31px;
}
所以我希望能够更改此类的 margin-bottom:-31px 元素,如果浏览器是 chrome....这在 javascript 中可能吗?