急求助!!!漂浮广告/漂浮客服/背景音乐

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

各位高手麻烦帮帮忙:

我目前使用FASHION v2.71 紫色
试了很多方法和代码都添加不成,以下这些都不显示:
1:漂浮广告
2:漂浮客服
3:背景音乐

我要求以上的都要有以下条件:
A:网站的每一页都要有
B:简单的代码
C:添加代码的地方

是不是模板的css出现问题?还是其他原因?希望得到详细的解答!

回答:
以下是style_purple.css的一部分:

/*
Template Name: fashin
Template URI: http://www.ecshop.com/
Description: The fashion template
Version: 2.7.1
Author: ECSHOP Team
Author URI: http://www.ecshop.com/
Logo filename: logo.gif
Template Type: typepurple_0
*/
/*页面综合部分*/body{margin:0px;padding:0px;font-family: Verdana, "宋体", Arial, Helvetica, sans-serif;font-weight:bold;font-size:12px;line-height:150%;color:#000000;}
div{margin:0 auto; padding:0px;}
h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,li,div,p,form,img{margin:0px; padding:0px; list-style:none; border:none;}
h1,h2,h3,h4,h5,h6{font-size:12px;}
.word{word-break:break-all;overflow:hidden;clear:both;}
.clearfix:after{content:"."; display:block; height:0; clear:both;visibility:hidden;}
*html .clearfix{height:1%;}
*+html .clearfix{height:1%;}
.area {clear:both;margin:0 auto;width:1060px;padding:0px;}
.display{ display:inline;}
.both{ clear:both;}
.f_l{float:left;}
.f_r{float:right;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.none{display:none;}
.tips{text-align:center;font-size:14px; font-weight:bold; padding:10px 0px; color:#ff6600;}
.f14b{color:#fff; font-weight:bold;font-size:14px;}
.f12b{ color:#5e5e5e; font-weight:bold;}
.des{ color:#808080; font-size:12px; font-weight:normal;}
.fGray{font-weight:100;color:#464646;}
.f10{font-size:10px;}
.fyellow{color:#ffff00;}
.fwhite{color:#fff;font-size:12px;}
.PFontColor{color:#808080;}
.red{ color:#FF0000; font-weight:normal;}
.green{color:#2b821b;}
.green a{color:#2b821b; text-decoration:underline;}
.version{font-size:10px;color:#f96;}
.F_ie6{_color:#fff;}
.shop{color:#cf1040;font-size:12px;font-weight:bold;font-family:Verdana, Arial, Helvetica, sans-serif, MingLiU;}
.market{color:#666;text-decoration:line-through;}
.promote{ color:#8d5e0b; font-weight:700;}
.blank5{height:5px; line-height:5px;/* _margin:-3px 0;*/ clear:both; visibility:hidden;}
.blank10{height:10px; line-height:5px;/* _margin:-3px 0;*/ clear:both; visibility:hidden;}

救命啊~~~没有人懂吗?




看到有一个回复,还以为有贵人哦~~~呵呵。。。
我也是这么想,但是我不懂哪里出错啊。。。。

我不懂什么是引JS的文件路径,以下是index.js

/* $Id: index.js 15469 2008-12-19 06:34:44Z testyang $ */
var best_str = new Object();
var new_str = new Object();
var hot_str = new Object();

function init_rec_data()
{
best_str[0] = document.getElementById("show_best_area") == null ? '' : document.getElementById("show_best_area").innerHTML;
new_str[0] = document.getElementById("show_new_area") == null ? '' : document.getElementById("show_new_area").innerHTML;
hot_str[0] = document.getElementById("show_hot_area") == null ? '' : document.getElementById("show_hot_area").innerHTML;
}

function get_cat_recommend(rec_type, cat_id)
{
if (rec_type == 1)
{
if (typeof(best_str[cat_id]) == "string")
{
document.getElementById("show_best_area").innerHTML = best_str[cat_id];
return;
}
}
else if (rec_type == 2)
{
if (typeof(new_str[cat_id]) == "string")
{
document.getElementById("show_new_area").innerHTML = new_str[cat_id];
return;
}
}
else
{
if (typeof(hot_str[cat_id]) == "string")
{
document.getElementById("show_hot_area").innerHTML = hot_str[cat_id];
return;
}
}
Ajax.call('index.php?act=cat_rec', 'rec_type=' + rec_type + '&cid=' + cat_id, cat_rec_response, "POST", "TEXT");
}

function cat_rec_response(result)
{
var res = result.parseJSON();
if (res.type == 1)
{
var ele = document.getElementById("show_best_area");
best_str[res.cat_id] = res.content;
}
else if (res.type == 2)
{
var ele = document.getElementById("show_new_area");
new_str[res.cat_id] = res.content;
}
else
{
var ele = document.getElementById("show_hot_area");
hot_str[res.cat_id] = res.content;
}
ele.innerHTML = res.content;
}

if (document.all)
{
window.attachEvent("onload", init_rec_data);
}
else
{
window.addEventListener("load", init_rec_data, false);
}

function change_tab_style(item, elem, obj)
{
elem = elem.toUpperCase();
var itemObj = document.getElementById(item);
var elems = itemObj.getElementsByTagName(elem);
var _o = obj.parentNode;
while(_o.nodeName != elem)
{
_o = _o.parentNode;
}
for (var i=0,l=elems.length; i<l; i++)
{
elems[i].className = 'h2bg';
}
_o.className = '';
}

漂浮广告:
找个代码用在ec的模板上不一定就可以用,可以在论坛里找个代码试下。
漂浮客服:
可以从网上提供客服的网站注册个账号会生成客服代码,将客服代码加到商店设置的统计代码处就可以全站通用。
背景音乐:
建议不要使用,网站加载太慢。