some firefox question


Recommended Posts

hi, i need some help on firefox...like how can i make my tab smaller? how can i make the favorites icon show text on the right and only the favorites icon show text and the back icon like the way you can make in IE? than i click a URL from bookmark/favorites it overwrite the tab im showing..is there a way to make that URL open in new tab?

another thing is...look at this..is this normal ? if not how to fix it?

post-75868-1121948511_thumb.jpg

Edited by Xhui
Link to comment
Share on other sites

how can i make my tab smaller?

586246866[/snapback]

http://www.robotii.co.uk/archives/2005/02/...x-tabs-smaller/
how can i make the favorites icon show text on the right and only the favorites icon show text and the back icon

586246866[/snapback]

http://www.intraplanar.net/projects/luna

Put this in your userChrome.css file:

toolbar[mode="icons"] #bookmarks-button,
toolbar[mode="icons"] #downloads-button {
  -moz-box-orient: horizontal !important;
}

toolbar[mode="icons"] #back-button .toolbarbutton-menubutton-button {
  -moz-box-orient: horizontal !important;
}

toolbar[mode="icons"] #back-button .toolbarbutton-text,
toolbar[mode="icons"] #bookmarks-button .toolbarbutton-text,
toolbar[mode="icons"] #downloads-button .toolbarbutton-text {
  display: -moz-box !important;
  -moz-box-orient: horizontal !important;
  margin-left: 2px !important;
  margin-right: 4px !important;
}

than i click a URL from bookmark/favorites it overwrite the tab im showing

586246866[/snapback]

The internal setting that originally allowed this was removed. You can now only, as said by someone else, middleclick/ctrl+click on the bookmark.

Or install the TabMix extension and check the following box.

tabmix.jpg

Link to comment
Share on other sites

Hello every one...

Thanks very much em_te, I was gonna post the question here about an extension/software which can allow me open resized pop ups...Javascript ones ofcourse..

Thanks very very much! :)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.