google chrome在body标签中编写自己的内联样式

时间:2012-04-28 17:12:49

标签: google-chrome

这是网站:www.luckybabynames.in

这个网站背景完全出现在firefox和Internet Explorer中。但问题现在是谷歌浏览器。

这是身体背景的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标签中写入一些内联样式。

<body style="postion: absolute; width: 1583px; height: 449px; background-position-x: 0px; background-position-y: 34px !important; " class="backgroundPositionTuned">

但实际上没有风格甚至是class =“backgroundPostionTuned”!

如何解决这个问题?

1 个答案:

答案 0 :(得分:2)

此前一个问题表明此行为可能是由uTorrentControl扩展程序引起的:

Chrome changing background image position