问答详情
源自:3-16 企业网站制作之侧边栏制作

好郁闷不知道为啥这个视频老是浮在右边,设置了float都下不来,求大神!

http://img.mukewang.com/550a87780001c28104120305.jpg

html代码:

 <div class="sidebar">

          <div class="video">

           <div class="title">

            <h2 class="title_left">媒体聚焦</h2><span class="title_right"><a href="news.html>More&gt;&gt;</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;}


求大神帮我看看是哪里的问题啊,

提问者:云鬓花颜 2015-03-19 16:26

个回答

  • 微洛
    2015-03-19 17:18:43

    可能是父级样式或者某个优先级高的样式影响到了。这一块的代码本地跑起来位置是在左上角的。