扫二维码与项目经理沟通
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
还有如下方法:
南关网站建设公司创新互联,南关网站设计制作,有大型网站制作公司丰富经验。已为南关上千家提供企业网站建设服务。企业网站搭建\外贸网站建设要多少钱,请找那个售后服务好的南关做网站的公司定做!
1
使用theme,右击网站名字,选asp.net文件夹,并选app_themes,添加主题,不取中文名,如theme1
2
右击themes,新建项,选css,
3
将代码拷入:(不需写样式的头和尾)
.fu1
{
font-size:
12px;
color:red;
font-family:"仿宋_gb2312"
}
.fu2
{
font-size:
12px;
line-height:
20px;
color:
#0033cc;
}
a.ok:link
{
font-size:
12px;
color:
#993300;
text-decoration:
none;
}
a.ok:hover
{
font-size:
12px;
color:
#ff99cc;
text-decoration:
none;
}
a.ok:active
{
font-size:
12px;
color:
#6699cc;
text-decoration:
none;
}
a.ok:visited
{
font-size:
12px;
color:
#cc3333;
text-decoration:
none;
}
a:link
{
font-size:
12px;
color:
#0066cc;
text-decoration:
none;
}
a:hover
{
font-size:
12px;
color:
#009900;
text-decoration:
none;
}
a:active
{
font-size:
12px;
color:
#0066cc;
text-decoration:
none;
}
a:visited
{
font-size:
12px;
color:
#0033cc;
text-decoration:
none;
}
table
{
color:
#ff9900;
background-color:
#cccccc;
}
4
在需要用的页面的源视图第一行代码中加入:
theme=theme1
5
最在要用的控件上
!--link href="路径.css" rel="stylesheet" type="text/css" / --
这个答案不是你想要的话,看看下面的
link href="路径.css" rel="stylesheet" type="text/css" disabled/
div class='aa'fsdfsdf/div
这个加上了 disabled 这样这个 路径.css 就不在读取了,
要是还不是你想要的,请列出你的代码,并说明情况,想要达到的操作,
根据你的问题 也只能这个回答了
现次回答
link href="aa.css" rel="stylesheet" type="text/css" class='aa'/
script
var LinkId=document.all.tags("link");
for (var i=0;iLinkId.length;i++ ){
if (LinkId[i].href=='aa.css'){LinkId[i].href='';}
}
/script
div class='classname'fsdfsdf/div
#CategoryTree ul
把样式中的所有# 替换成.
.CategoryTree ul
+++++++++++++++++
这样定义:
.Openeds
{
background:url(skin3/opened.gif) no-repeat 0 1px;
}
img.s
{
background:url(skin3/opened.gif) no-repeat 0 1px;
}
+++++++++++++++++++++
不聊Q好多年了。
你可以分步定义,定义的方法有很多。
如果你不懂CSS,我说再也,也等于白说。
使用Firefox浏览器,然后安装Web Developer插件。
之后在Web Developer工具栏中你能找到这个:
无CSS错误-禁用样式-所有样式(Ctrl+Shift+S)
点击这个。
呼~~~所有CSS效果都没了……
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流