Is there anyway to getting the background of window to be transparent, but 
the window's chrome is not hidden?

That means when the background: transparent;
it's would not have same effect with
https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/hidechrome="true";


window
{
    border: none;
    -moz-appearance: none;
    background: transparent;
    margin-top: 0px;
}
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to