2:首页的一些介绍性的文字
3,比如公司介绍啥的,几乎是静态页面。当然入库以后方便修改
4:图片是某个文章中的,文章是入库的,最好把代表性的图片信息也入库。这样好关联查询。
5:对新内容加特效,最好能在设计之前加。已经上线的东西再修改,会增加维护量
服务器代码如下DlProduct.DataSourse=数据源(查询排序后的数据(点击次数或者编号))DataList的属性RepeatColumns设为您想排列的列数!RepeatDirection为Horizontal。源代码为 <script type="text/javascript" language="javascript">marqueesHeight=212
stopscroll=false
with(icefable1){
style.width=0
style.height=marqueesHeight
style.overflowX="visible"
style.overflowY="hidden"
noWrap=true
onmouseover=new Function("stopscroll=true")
onmouseout=new Function("stopscroll=false")
}
preTop=0currentTop=marqueesHeightstoptime=0
icefable1.innerHTML+=icefable1.innerHTML
function init_srolltext(){
icefable1.scrollTop=0
setInterval("scrollUp()",1)
}init_srolltext()function scrollUp(){
if(stopscroll==true) return
currentTop+=1
if(currentTop==marqueesHeight+1)
{
stoptime+=1
currentTop-=1
if(stoptime==300)
{
currentTop=0
stoptime=0
}
}
else {
preTop=icefable1.scrollTop
icefable1.scrollTop+=1
if(preTop==icefable1.scrollTop){
icefable1.scrollTop=marqueesHeight
icefable1.scrollTop+=1
}
}}
init_srolltext()
</script>
</div>
因为换片方式没有设置自动换片。解决办法:
1、打开切换选项卡。
2、换片方式中在设置自动换片时间前打上勾,将单击鼠标时前的勾去掉,如果要所有的幻灯片都自动播放的话,再选择全部应用即可。
ppt是指微软公司的演示文稿软件。用户可以在投影仪或者计算机上进行演示,也可以将演示文稿打印出来,制作成胶片,以便应用到更广泛的领域中。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)