Firefoxでチェックするとhtmlボタンとcssがありますが、クロムでチェックするとボタンの位置がずれています。
ボタンの 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/