淘宝专业版装修css+div,左右侧悬浮窗怎么弄?以前的代码现在不能用了~~求大神~~

淘宝专业版装修css+div,左右侧悬浮窗怎么弄?以前的代码现在不能用了~~求大神~~
左边边框可以添加链接——————————————

<!--
·1 此模块默认尺寸为 150x350 像素,可第二组<li>标签内修改
·2 修改屏幕悬浮位置路径同上,bottom:120px 为距离底部距离,margin-left:510px 为从中心向右偏离位置
-->
<!-- 悬浮模块 -->
<div data-widget-type="Carousel" data-widget-config="{'duration':0.1,'activeTriggerCls':'.tml-dialog-b2b','interval':0.1,'effect':'fade','activeIndex':2,'navCls':'nav_xf','contentCls':'content_xf','autoplay':true}" class="J_TWidget">
  <ul style="display: none;" class="content_xf">
    <li></li>
  </ul>
  <ul style="width:0;height:0;overflow:visible;" class="nav_xf">
    <li style="width:150px;height:350px;visibility:visible;overflow:hidden;left:50%;top:auto;bottom:120px;margin-left:510px;z-index:98;" class="J_TWidget tml-dialog-b2b"> 
       
      <img src="
!!1854263566.png" alt=" 悬浮"/>
       
    </li>
  </ul>
</div>
<!-- 悬浮模块 End-->

追问

用不了啊亲

追答

那没办法了

温馨提示:答案为网友推荐,仅供参考
第1个回答  2014-12-11
position:fixed; 设置这个属性 就行了追问

不大懂,只会换一下图片和定义一下尺寸,能发个txt吗?谢谢

第2个回答  2014-12-11
刚试了之前用的代码,确实不能用了
相似回答