clothing模版,如何显示商城公告

2016-07-07 16:19 来源:www.chinab4c.com 作者:ecshop专家

."商城公告",在后台有设置,前台没有.怎么调出来呢?在线等 谢谢各位了
www.heyaq.com

回答:
一天等不到 等2天 2天等不到继续等,,谢谢好心人

首页顶部滚动公告
<SCRIPT>
function toueme(){
document.getElementById("topad").style.display="none";
}
</SCRIPT>
<DIV id=topad>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="4%" height="20" align="center"><img src="themes/tea/images/arrow10.gif" width="20" height="16"></td>
<td width="82%"><marquee height="14" direction="rtl" scrollamount="1" scrolldelay="90">
{$shop_notice}
</marquee></td>
<td width="14%" align="right"><a style="CURSOR: hand" onClick=toueme()><img
src="themes/tea/images/close.gif" width=84 height=11 hspace="6" border=0></a></td>
</tr>
</table>
</DIV>

将上面代码加在首页模版<body>下面,
奉上我的css样式:
#topad {
width:954px;
BORDER-BOTTOM: #6CD827 1px solid;
background: #EFFFEF;
}

直接添加在component.css的页面头部下



演示地址:http://www.agoooo.com

头部自有啊看我的


http://www.iyangrong.com

clothing模板添加在style.css里

请问:“lovebzn”你网站首页的 网店公告是怎么调出来的?

头部自有啊看我的


http://www.iyangrong.com
lovebzn 发表于 2009-7-1 11:38

能否讲一下如何实现的啊,谢谢啦!