页眉在Mozilla中正确显示,但不在Chrome和IE中显示

时间:2015-01-28 16:33:40

标签: html google-chrome mozilla

我的页面标题在Mozilla中正常显示,但在IE和Chrome中没有显示。在Mozilla中,徽标(我已隐藏起来以保护隐私)和注册表单位于中心和正确的大小。但是,在IE和Chrome中,徽标要小得多,徽标和注册表单位于左侧,靠近顶部。

以下是Mozilla版和Chrome版的链接: http://i.imgur.com/CDY3QOK.jpg(Mozilla) http://i.imgur.com/AsvWNDz.jpg(Chrome)

这是代码。我没有使用任何CSS。

<div id="logo_slide" style="margin-left: 41.2%; margin-right: 41.2%; width: 19.53%;">
<a href="http://www.insertwebsite.com/image.png">
<img src="http://www.insertwebsite.com/image.png" 
alt="website 200 200" width="200" height="208" class="alignnone 
size-full wp-image-245" /></a></div>

<div id="mc_embed_signup" style="margin-left: 30%; margin-right: 25%; margin-top: 5%; 
width: 500px;"><h2 class="validate"><span style="color: #eb583b;">
Enter your email to stay tuned</span></h2>
<div class="mc-field-group" style="text-align: left;"><input id="mce-EMAIL"     
class="required email" style="width: 250px;" name="EMAIL" type="email" value="" /></div>
<div id="mce-responses" class="clear" style="text-align: left;"></div>
<p style="text-align: left;">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--></p>

<div style="position: absolute; left: -5000px; text-align: left;">
<input name="b_170e723679933c7b075b72016_d3458b5f5a" type="text" value="" /></div>
<div class="clear" style="text-align: left;">
<input id="mc-embedded-subscribe" class="button" name="subscribe" type="submit" 
value="Go" /></div>

    

0 个答案:

没有答案