>Форум Mozilla Россия http://forum.mozilla-russia.org/index.php >Сustom Buttons http://forum.mozilla-russia.org/viewforum.php?id=34 >[CB]Feed-button в адресной стоке http://forum.mozilla-russia.org/viewtopic.php?id=53675 |
bunda1 > 06-02-2012 22:16:39 |
Feed-button в адресной стоке(Firefox 4 +) Выделить код Код:// feed-button в адресной стоке ........................................ var bar = document.getElementById("nav-bar"); bar.currentSet = "feed-button," + bar.getAttribute("currentset"); bar.setAttribute("currentset",bar.currentSet); document.persist(bar.id,"currentset"); document.getElementById("urlbar-icons").insertBefore(document.getElementById("feed-button"),document.getElementById("star-button")); //стиль....... (function(css) { var pi = document.createProcessingInstruction( 'xml-stylesheet', 'type="text/css" href="data:text/css;utf-8,' + encodeURIComponent(css) + '"' ); return document.insertBefore(pi, document.documentElement); } )('\ @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);\n\ #feed-button { height: 24px !important; min-width: 0 !important; margin: 0 !important; padding: 0 !important;\n\ -moz-appearance: none !important; background: none !important; border: none !important; box-shadow: none !important; }\n\ #feed-button > image { display: -moz-box !important; margin: 0 !important; }\n\ #feed-button > label, #feed-button[disabled] { display: none !important; }\n\ '); |
feas > 25-11-2012 13:35:25 |
Если проблемы с отображением feed-button. Сжата сильно например. |
bunda1 > 25-11-2012 14:19:12 |
feas |