



Adds text to the Back button in icons-only mode, like IE's "selective text on right", to make it easier to hit.
that is for Firefox 3:
/* Force the label to be visible, even in no text */
toolbar:not([mode=full]) #back-button .toolbarbutton-text {
display: -moz-box !important;
padding-bottom: 2px;
padding-left: 6px;
padding-right: 0px;
}/* Put the label to the right of the button */
toolbar:not([mode=full]) #back-button {
-moz-box-orient: horizontal !important;
}
Not only did this replace an extension for me in my random profile where I make it like IE for no reason except to say I did, it does the same thing way better, as in it actually looks right no matter how the Windows visual styles and/or Fx theme options are set (the extension looked horrible with my setup [was totally off-center and everything]). Now, if only I could get it to work that flawlessly with the Search button on that profile (can't get it completely lined up right), so I can make it look even more like IE for no reason.
I've no idea why I rated this one a 3.5 when I first hit the site, I apologize, it's well worth a solid five. Thanks again for replacing an extension for me.
.ad {
/* Your ad can be here instead. 10K unique visitors for $5/day. Mail me. */
}