10/03/03 02:00:22 4B4X9+Na0
>>584
ブックマークツールバーに置いたりしてるのでは?
だったら
/* Prevent [mode="icons"] from hiding the label */
.bookmark-item > .toolbarbutton-text {
display: -moz-box !important;
}
が効いてるのでテキストが表示される。この場合は↓
#home-button.bookmark-item > .toolbarbutton-text {
display: none !important;
}
そうでなくナヴィゲーションバー上なのに表示されるなら↓
#home-button > .toolbarbutton-text {
display: none !important;
}