现在是网页右下角弹框,想让弹框显示在左下角。请问哪个属性控制着。

代码如下:
<style type="text/css">
<!--
.style1 {font-size: 12px;line-height:5px;}
.im_popupWindow{background:url(topdiv.jpg) 0 0 no-repeat; position: fixed;bottom: 0px;right: 0px;width:320px; height:300x; float:left;-moz-user-select:none;overflow:hidden;}
.im_popupWindow h6{position:relative;height:24px;margin:0;line-height:24px;padding:0 10px 0; text-align:left;}
.im_popupWindow h6 span{font:bold 12px simsun;position:absolute;top:5px; color:#f62c35;text-align:left;}
.im_popupWindow h6 img{border:0;}
.im_popupWindow h6 img{border:0;}
.im_popupWindow h6 img.founctionpic1{position:absolute;top:8px;left:217px;}
.im_popupWindow h6 img.founctionpic2{position:absolute;top:8px;left:235px;}
.im_popupWindow h6 img.founctionpic3{position:absolute;top:12px;left:295px;}
.wi_content{margin:0;height:188px;overflow:hidden;text-align:left;line-height:130%;width:280px;font-size:9pt; padding:2px 6px;}
.wi_content img{width:80px; height:80px; display:block; border:0;}
.withPadding{}
-->
</style>

你也不说弹框的className是什么。目测是
.im_popupWindow{background:url(topdiv.jpg) 0 0 no-repeat; position: fixed;bottom: 0px;right: 0px;width:320px; height:300x; float:left;-moz-user-select:none;overflow:hidden;}
里面把定位的right: 0px去掉。
温馨提示:答案为网友推荐,仅供参考
相似回答
大家正在搜