I used to have both .compBg and .entryHolderBg .90 transparent. I was fiddling with it, changing the transparency to 100, then to 10, then - I don't know. Now only .compBg is transparent, no matter what I do!
I have:
function Page::print_custom_head() {
"""
<*style media="screen" type="text/css">
.compBg { filter:alpha(opacity=90); -moz-opacity:0.90}
<*/style>
<*style media="screen" type="text/css">
.entryHolderBg { filter:alpha(opacity=50; -moz-opacity:0.50}
<*/style>
""";
}
in the same place as ever.
...Help?