|
|
发一个上论坛减少滚轮损耗的玩意
7
2031
楼主
本帖最后由 xixitta 于 2010-11-13 02:37 编辑
要有人用opera的话用这个还是蛮hi的,之前一直觉的回帖一句话占那么大地方有点浪费,还要不停往下滚,弄个这个省力不少。加到user.css
里面- /* discuz */
- dl[class="profile s_clear"]
- {
- display:none; !important;
- }
- div[class="t_msgfontfix"]
- {
- min-height: 20px !important;
- background-color:#f2fbff;
- }
- div[class="defaultpost"]
- {
- min-height: 20px !important;
- }
- .lastpost cite, .lastpost em {
- margin-right: 2px !important;
- }
复制代码 上面的是opera用的,试了试好像ie下面完全没反应— — 再发一个ie用的,当然360世界之窗这些加壳之流也ok。希望能方便大家- .postauthor DL.profile
- {
- display:none !important
- }
- .t_msgfontfix
- {
- min-height:20px !important
- }
- .defaultpost
- {
- min-height:20px !important
- }
复制代码 上面那段代码复制下来粘贴到记事本里,另存为css文件,然后打开ie,工具--internet选项--辅助功能--勾选使用样式表编排文档格式--浏览你刚才另存的那个css文件确定,然后就能看到效果了。 |
评分
-
查看全部评分
|