chrome www.nextag.com/camera/stores-htmlで次の URL を開き 、ページを更新します。
右上隅の郵便番号の横にあるヘルプ アイコンの位置に注意してください..位置がずれています。今度は同じものを Firefox で開きます..正しく位置合わせされています..
このための CSS コードは次のとおりです。
background: none repeat scroll 0 0 white;
border: 1px solid #C2CCCC;
border-radius: 4px 4px 4px 4px;
color: #C2CCCC;
display: block;
float: right;
font-weight: bold;
height: 13px;
margin-left: 4px;
text-align: center;
width: 12px;
padding-right: 1px;
firefoxで動作させるために..次の3つの属性を追加しました:
position: relative;
top: -15px;
left: 18px;
その後、Chrome では正常に動作し始めましたが、Firefox では位置がずれてしまいました。どうすればよいですか??