On Fri, 01 Dec 2006 12:07:10 GMT, Ron P wrote:
> IS there a way to adjust the width of the bookmark column?
To change the width of the Bookmarks menu list, try adding the
following to userChrome.css file or create it as per:
<http://kb.mozillazine.org/UserChrome.css>, changing the "26em" to the
desired width (e.g. 30em).
/* Change width of Bookmarks menu list. */
menu.bookmark-item,
menuitem.bookmark-item {
max-width: 26em !important;
}
> Also, using the
> "column bookmark" extension, it changes the scrollable boomark listing into
> one of more columns, but what about changing the width there as well?
Perhaps check with the author of the extension or their site?
--
Rom
|