gyk52l 2008-10-5 21:49
新手求助
[attach]5218[/attach]
新天试个主题,
如上图,如果一个文章的标题过长,但是他不能自动隔开,确和下一行的标题重合了,这问题在哪,
gyk52l 2008-10-6 01:13
[quote]原帖由 [i]打篮球的手[/i] 于 2008-10-6 00:05 发表 [url=http://wordpress.org.cn/redirect.php?goto=findpost&pid=121073&ptid=21653][img]http://wordpress.org.cn/images/common/back.gif[/img][/url]
换个主题 [/quote]
:evil :evil 想学点东西也这么难
shamas 2008-10-6 10:04
你在IE下试试,如果IE下正常,说明你的主题不支持FF
gyk52l 2008-10-6 10:17
IE6.IE7 FF3,opera safari,flock全部这样,是这款主题[url]http://ythv.info/rebel/[/url]
zern 2008-10-6 11:11
找到style.css中这行
.rsidebar ul li ul li{float:left;width:124px;height:24px;list-style-type:none;border:0px none;margin:0;padding-left:4px;background:url('images/nav.gif') no-repeat;}
修改为
.rsidebar ul li ul li{float:left;width:124px;line-height:120%;list-style-type:none;border:0px none;margin:0;padding-left:4px;background:url('images/nav.gif') no-repeat;}