本帖最后由 zzw7267108 于 2010-8-18 18:54 编辑
本人超悲剧。在搜索引擎搜索一了很久也没搜索到啥值用的东西
我是新人所以请高手们 说的尽量详细点
我论坛添加上图标 ←这是原来的图标
结果在论坛版块前就会被论坛自动加上一层边框
←被论坛加上边框后的图标
请问怎么取消掉这层边框?
我在DIZ官方上搜索了,高手们都说 在$forum[icon]后面加上border="0" 就可以了
我利马打开了模板的discuz.htm 找到了$forum[icon]
整个代码如下:
{$forum[icon]}
$forum[name] ({lang index_today}: $forum[todayposts])
{lang forum_threads}: $forum[threads], {lang forum_posts}: $forum[posts]
{lang forum_moderators}: $forum[moderators]
{lang forum_moderators}
$forum[moderators]
{lang private_forum}
{lang url_link}
请各位高手麻烦帮忙告知下怎样去除边框的方法。
谢谢各位了。。
--------------------------------------分割线-------------------------------------------------------------------------------------------
根据官方DIZ帖子的https://discuz.dismall.com/thread-1846518-1-1.html 第8楼回复。
还是没用,我在 中的css_append.htm末尾加上了你那句.list table img{border:none;} 可是没效果还是一样
代码如下:
#header .wrap{height:92px;}
#header h2{float:none;position:absolute;top:0;left:0;}
#menu{height:45px;bottom:1px;}
#menu a{border:0;width:92px;height:45px;line-height:40px;text-align:center;padding:0;}
#menu a:hover{background:#fff url({STYLEIMGDIR}/nav_bg.jpg) repeat-x;color:#fff;}
#menu li.current a{border:0;width:92px;height:45px;line-height:40px;background:#fff url({STYLEIMGDIR}/nav_bg.jpg) repeat-x;font-size:14px;font-weight:bold;padding:0;}
#menu a.dropmenu{padding:0;background-position:95% 45%;}
#nav{text-indent:10px;color:#EE4699;background:none;}
#nav a{color:#FFFFF;}
.postbtn,.replybtn{width:78px;height:28px;font-weight:bold;}
.list{border:#fff;background:url({STYLEIMGDIR}/clumn_bg.gif) no-repeat;border-top:0;}
.content .list h3{line-height:25px;font-weight:normal;margin:0;padding-left:10px;background:url({STYLEIMGDIR}/clumn_bg.gif) repeat-x left top;border:1px solid #BFBFBF;}
.content .list h3 a{color:#EE4699;}
.headactions{padding-top:8px;}
.list th,.list td{border-top:0;}
.list th{background-position:5px 40%;}
.list table img{border:1px solid #666;padding:1px;}
.list .left{float:left;margin-top:-4px;}
.content{padding:0 10px;background:#fff;}
.content .list table{margin:10px 0;}
.datalist table{background:url({STYLEIMGDIR}/clumn_bg.gif) repeat-x left top;}
.datalist table.datatable{border:0;}
.datalist table.datatable th,.datalist table.datatable td{border-top:0;}
.datalist table.datatable thead.colplural td,.datalist table.datatable thead.colplural th{border-top:1px solid #BFBFBF;}
.threadlist .colplural th,.threadlist .colplural td{background:none;border:1px solid #BFBFBF;border-left:0;border-right:0;}
.threadlist .colplural td.folder{border-left:1px solid #BFBFBF;}
.threadlist .colplural td.lastpost{border-right:1px solid #BFBFBF;}
.colplural{background:none;}
#wrap{background:#F7F7F7;padding-bottom:0;}
#wrap .viewthread td.postcontent{background:#fff;border-right:1px solid #F6F6F6;}
.with_side hr{border-top:1px solid #E0E0E0;border-bottom:1px solid #fff;}
.with_side .side{}
.list table img{border:none;} |