make bookmark pull down blue
whats the code to colorize the bookmarks background menu color,the white background that the bookmarks
show on..??
show on..??
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #bookmarks-menu menupopup { background-color: #b0caff !important; }
color by word...red blue etc
by the way.... what is the javascript to get a load a bookmark and execute..??? something like
load uri" 8gfkvgk"; or something like that. its used for the code to make a quick button..??? I would like to load it by the bookmark name ,not the url....
thankss
var url = 'http://www.whatever.com/';
loadURI(url);