MarqueeMozilla

出自OpenISEE

跳轉到: 導航, 搜尋

Maquee VE Content Sample for Mozilla

VE Tag
<isee:marquee skin="news" name="news"/>

This VE tag appears in /demo/news.jsp of ISEE Demo project

Style
.ve1 {
  position:absolute;
  left:76px;
  top:210px;
  background-color:#eeeeee;
}
.ve1 .veList{
  position:absolute;
  z-index:1;
  width:568px;
  height:30px;
  overflow:hidden
}
.ve1 table{
  position:relative;
  white-space: nowrap
}
.ve1 td{
  padding-right:40px;
  font:normal 22px sans-serif;
}
.ve1 .veBdr{
  position:absolute;
  left:-26px;
  top:-10px;
  background-image:url(/iseeDemo/skinLib/marquee/001/bdr.png);
  width:620px;
  height:48px;
}
Structure
<div id='z1' class='ve1'>
  <div class='veList'></div>
  <div class='veBdr'></div>
</div>
Javascript
<script type='text/javascript'>
  var news=new iscl.MarqueeCtrl(window,'z1',null,2,30,true,null,false);
</script>
個人工具
開發者首頁