css chrome和safari问题

时间:2012-02-27 06:14:42

标签: html css

右上角有“高级搜索”链接。它没有显示在Chrome和Safari浏览器上的适当位置。它适用于Firefox和IE。    click here to see

以下是我用于该链接的课程:

.asearch {
margin-left: -210px;
margin-top: 20px;
position: absolute;
      }

我希望此链接能够在白色地板上的输入搜索文本框的下方精确显示。

请指导。 的问候,

1 个答案:

答案 0 :(得分:1)

这是我通过使用Chrome的开发者工具添加正确的:140px。确保使用'right:140px'Not'margin-right:140px'

Chrome