| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 2437 人关注过本帖
标题:.asp的语言 怎么调出banner在后台添加链接?
只看楼主 加入收藏
feixingxing
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2017-2-27
收藏
 问题点数:0 回复次数:0 
.asp的语言 怎么调出banner在后台添加链接?
网站已经上线了,但是总是有些小问题,http://www.请懂的人帮我看看,应该如何调出banner可再后台添加链接地址?实在不行,直接在代码里添加也可以,但是我试了几次,网站都变形了。我现在下面的代码部分,添加A标签不行,求教。
<link href="css/resetcommon.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
在下面也不行,那应该是在哪里添加呢?
<div class="banner" id="flashs" style="position: relative; width: 100%; overflow: hidden; height: 500px;">
            <div title="" onClick="window.open('')" class="bgitem" id="flashbg0" style="background: url('images/banner_1.jpg') no-repeat scroll center top;height: 500px; cursor:pointer; width: 100%; margin: 0 auto; opacity: 1; position: absolute;"></div>

首页部分代码
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=w78_home%></title>
<meta name="keywords" content="<%=w78_keywords%>" />
<meta name="description" content="<%=w78_description%>" />
<link href="css/resetcommon.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/index.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/index.js"></script>
</head>
<body>
<!--#include file="nei_head.asp"-->
<div class="banner" id="flashs" style="position: relative; width: 100%; overflow: hidden; height: 500px;">
            <div title="" onClick="window.open('')" class="bgitem" id="flashbg0" style="background: url('images/banner_1.jpg') no-repeat scroll center top;height: 500px; cursor:pointer; width: 100%; margin: 0 auto; opacity: 1; position: absolute;"></div>
            <div onClick="window.open('')" class="bgitem" id="flashbg1" style="background: url('images/banner_2.jpg') no-repeat scroll center top; height: 500px; cursor:pointer; width: 100%; margin: 0 auto; opacity: 1; position: absolute;"></div>
</div>

<div class="g_ys f_fw" style="background:url(/images/ysbg.jpg) no-repeat center top; ">
    <div class="content f_pr">
        <h2><b>采用先进设备生产<em>中润旨为客户提供高品质、高规格、绿色环保的膨胀蛭石、云母片产品</em></b></h2>
        <div class="m_ys1 m_gy">
            <h3>采用目前最新生产加工设备,<b>高性能!</b><em> Using the latest production and processing equipment, high performance! </em></h3>
            <p>
                中润矿产品有限公司<b>采用目前先进的加产加工设备</b>
                车间是采用流水化作业模式,保证<a href="http://www.膨胀蛭石</a>量产的同时更加保证了产品的质量合格、使用率高的产品体系
            </p>
        </div>
        <div class="m_ys2 m_gy">
            <h3>雄厚技术力量,<b>精良工艺,品质保障</b><em>Strong technical force, sophisticated technology, quality assurance</em></h3>
            <p>
                <b>高、精、尖</b>技术研发团队,<b>倾力研发优质材料</b>
                并配有技术支持,多年研究测试,实现产品质量、环保方面达到国家标准,以先进生产工艺确保生产出来的产品使用性好、使用时效长、高效环保。
            </p>
        </div>
    </div>
</div>
<script type="text/javascript">
        $(function () {
            $(".fc li").mouseover(function () {
                $(this).children("a").css({ "display": "block" });

            });
            $(".fc li").mouseout(function () {
                $(this).children("a").hide();
            });
        })
搜索更多相关主题的帖子: position relative 链接地址 banner hidden 
2017-03-16 11:56
快速回复:.asp的语言 怎么调出banner在后台添加链接?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.015154 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved