当我在 Firefox 中检查它时,我有一个 html 按钮和一个 css 似乎很好,但是当我在 chrome 中检查时,按钮的位置放错了位置。
按钮的html代码
<button type='button' id='viewSubjectRating' class="button_position">View Rating</button>
它的CSS是
.button_position
{
position:fixed;
top: 575px;
left:950px;
}
对此的任何建议都非常感谢。!Firefox 和 chrome 的按钮图像都在这里: http://postimg.org/image/opokg0z11/ http://postimg.org/image/o1fpx30b9/