好郁闷不知道为啥这个视频老是浮在右边,设置了float都下不来,求大神!
html代码:
<div class="sidebar">
<div class="video">
<div class="title">
<h2 class="title_left">媒体聚焦</h2><span class="title_right"><a href="news.html>More>></a></span></div> <!--title结束-->
<div class="video_content">
<embed height="140" width="220" name="v_38GES0" id="video_player_other" allowscriptaccess="always" pluginspage="http://get.adobe.com/cn/flashplayer/" flashvars="url_key=38GES0" allowfullscreen="true" quality="hight" src="http://player.pps.tv/player/sid/38GES0/v.swf" type="application/x-shockwave-flash" wmode="Opaque"></embed>
</div><!--video_content结束-->
</div><!--video结束-->
<div class="sidebar_ad">
<img src="images/app.jpg"/>
</div><!--sidebar_ad结束-->
</div><!--sidebar结束-->
css代码:
.sidebar{
width:230px;
}
.video{
hegiht:185px;
border:1px solid #E8E8E8;
}
.video_content{
height:150px;
}
.sidebar_ad{
height:55px;
border:1px solid #E8E8E8;
margin-top:10px;}
求大神帮我看看是哪里的问题啊,