html超链接失效,点上去没反应,路径是正确的,下面是代码,请帮我看看哪里出了问题,谢谢!
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html超链接失效,点上去没反应,路径是正确的,下面是代码,请帮我看看哪里出了问题,谢谢!相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="css/huisha.css" rel="stylesheet" type="text/css">
</head>
<body>
<div align="left"></div>
<div style="height:25px; width:100%;background-color:#999;"class="yetou-1">
<table align="center" style="color:#FFF">
<tr><td align="left">
<a href="anli-sanweimoxing.html" class="yetou-1" >三维模型</a> |
<a href="anli-donghua.html" class="yetou-1" style="font-size:11px;">动画</a> |
<a href="anli-yingshi.html" class="yetou-1" >影视</a> |
<a href="anli-kongjian.html" class="yetou-1" >空间</a> |
<a href="anli-flashyingpian.html" class="yetou-1" style="font-size:11px;">flash影片</a> |
<a href="anli-flashdonghua.html" class="yetou-1" >flash动画</a> |
<a href="3.html" class="yetou-1" >网站设计</a> |
<a href="anli-wangzhantexiao.html" class="yetou-1" >网站特效</a> |
<a href="anli-hudongyouxi.html" class="yetou-1" >企业互动游戏</a> |
<a href="SheJiLei-1.htmll" class="yetou-1" >宣传册</a> |
<a href="SheJiLei-1.htmll" class="yetou-1" >样本</a> |
<a href="SheJiLei-1.htmll" class="yetou-1" >会刊</a> |
<a href="SheJiLei-1.htmll" class="yetou-1" >年报</a> |
<a href="SheJiLei-1.htmll" class="yetou-1" >精装书</a> |
<a href="SheJiLei-6.htmll" class="yetou-1" >海报</a> |
<a href="SheJiLei-4.htmll" class="yetou-1" >手提袋</a> |
<a href="SheJiLei-3.htmll" class="yetou-1" >样品夹</a> |
<a href="SheJiLei-3.htmll" class="yetou-1" >文件夹</a> |
<a href="SheJiLei-1.htmll" class="yetou-1" >会议用品</a> |
<a href="SheJiLei-1.html" class="yetou-1" >展会用品</a></td>
</tr></table></div>
</body>
</html>
汗 - -!,点击链接后,转不到那个页面去,试过好几个浏览器了!
参考技术D 明明有反映啊,为什么说没有反映,你用的什么浏览器?追问可以点击,但是不能切换页面,我用了360浏览器,IE,和搜狗都试过。
追答我这儿都可以跳转到新页面啊啊,你把你所有的文件都打包上来,!
另外你说的切换页面是什么意思!
换过几个试过,只是能点击,但不能切换页面。
我要怎么修改网页中链接按钮按下的颜色??
我该怎么修改有链接的,比如"公司简介"按下颜色的改变??我只懂少许的语言!!
<style type="text/css"><!--
a:link
font-family: "宋体";
font-size: 12px;
color: #000000;
a:visited
font-family: "宋体";
font-size: 12px;
color: #996600;
text-decoration: none;
a:hover
font-family: "宋体";
font-size: 12px;
color: #FF0000;
-->
</style>
把这些放到<head></head>之间,其它颜色之类的自己修改,,,, 参考技术A 你可以用dreamweaver或着frontpage等工具啊。那里面有这些功能,不用语言都 参考技术B 用dreamweaver或着行为等工具
以上是关于html超链接失效,点上去没反应,路径是正确的,下面是代码,请帮我看看哪里出了问题,谢谢!的主要内容,如果未能解决你的问题,请参考以下文章