gpt4 book ai didi

html - 为什么这在 Internet Explorer 9 中不起作用?

转载 作者:行者123 更新时间:2023-11-28 13:45:07 25 4
gpt4 key购买 nike

嘿,我在尝试制作这个侧边栏时遇到了问题。当我在 interent 资源管理器中查看它时,它看起来不正确。

这是一个链接,在 chrome 或 firefox 中查看,然后在 IE 中查看,这样您就可以明白我在说什么了。 http://sickassvideos.com/player.php?id=1

这是创建这些侧边栏框的代码:

<div id="social">
<h3>What we're about... </h3>
<p>Our mission is to provide you with a continous and reliable stream of sick ass videos.</p>
</div> <!-- socila -->
<div id="social">
<center>
<table>
<tr>
<td><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like-box href="http://www.facebook.com/pages/SickAssVideoscom/123296977742117" width="292" show_faces="false" stream="false" header="true"></fb:like-box></td>
</tr>
</table>
</center>
</div> <!-- social -->

<div id="social">
<center>
<table>
<tr>
<td><img src="/images/logo.jpg" width="60px" height="60px"></td>
<td><h2>Coming soon!</h2><p>iPad and iPhone app</p></td>
</tr>
</table>
</center>
</div> <!-- social -->
<div id="social">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-1520655484798685";
/* Small ad */
google_ad_slot = "2637780657";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>

这是 id="social"的样式

#content div#sidebar {
float: right;
}
#content div#social {
float: right;
width: 250px;
height:;
padding: 10px 10px;
margin:0 0 15px 0;
background: #FFF url() no-repeat;
/* DROP Shadow
-moz-box-shadow: 3px 3px 4px #ccc;
-webkit-box-shadow: 3px 3px 4px #ccc;
box-shadow: 3px 3px 4px #ccc;
*/
}

感谢您的关注。

最佳答案

它的 CSS 编码很糟糕!但是框不合适的问题是 facebook 之类的按钮对于您指定的边距而言扩展得太宽。

也不要将分析放在顶部,而是将其放在底部,再加上缺少文档类型

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<!--content ect-->

<!--analytics-->
</body>
</html>

关于html - 为什么这在 Internet Explorer 9 中不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5697780/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com