阅读:2812回复:3
我firefox如何将tab放在下边?
我是用修改about.config完成实现tab的,我firefox如何将tab放在下边?
|
|
1楼#
发布于:2005-01-01 21:27
在C:\Documents and Settings\leslie\Application Data\Mozilla\Firefox\Profiles\088q5o2z.default\chrome目录下的userChrome添加句子如下(目录每个人都有小小出入,很正常的)
/* Display the Tabbar at the bottom */ #content > tabbox {-moz-box-direction: reverse;} |
|
|
2楼#
发布于:2005-01-01 21:27
我是用绿色版的,找不到这个地方,请问about.config下可以设吗?
|
|
3楼#
发布于:2005-01-01 21:27
绿色版的目录下也应该能找到userChrome文件的,查找一下吧
|
|
|