これはサイトです: www.luckybabynames.in
このサイトの背景は、Firefox と Internet Explorer の両方で完璧に表示されます。しかし、問題は現在Google Chromeにあります。
ボディ背景のcssはこちら
body {
background: url("images/img01.gif") repeat-x scroll 0 0 #FFFFFF;
color: #333333;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 12px;
text-align: justify; }
body タグにインライン スタイルが記述されていない
しかし、ページが完全にロードされた後のGoogle Chromeでは、bodyタグにインラインスタイルが書き込まれます。
<body style="postion: absolute; width: 1583px; height: 449px; background-position-x: 0px; background-position-y: 34px !important; " class="backgroundPositionTuned">
しかし、実際にはスタイルはなく、class="backgroundPostionTuned" さえありません!
これを解決する方法は?