Hmmm, die falsche Menü - Darstellung ist ärgerlich, liegt am 'transparent', mit 'white' wie im folgenden Beispiel wird das Menu nat. richtig dargestellt - aber leider auch das Hintergrundbild auf white gesetzt.... :cry:
Falls das ein Bug ist, hoffe ich auf einen Fix, falls nicht, vielleicht hat ja noch jemand eine Idee....
-----
#contentEnclosure {
background-color: -moz-dialog !important;
}
/* theme the toolbars and menu dropdowns */
window {
background-image: url('http://tecnet.inform-ac.com/images/firebird/inform.gif') !important;
background-color: none !important
}
menubarmenu, popup, toolbox, menupopup, toolbar {
-moz-appearance: none !important;
/*background-color: transparent !important;
background-color: white !important;
}
-----