It's not working for me either. The css after updating is this:
div.sys_main_menu {
background: url("../images/dorchestermenubg.png") repeat-x scroll left top rgba(0, 0, 0, 0);
}
Whereas what i put in the file is this:
div.sys_main_menu {
background: url("../images/dorchestermenubg.png") repeat-x top left;
}
So there is a bit being appended script wise after the fact. I can hover over the image in firbug and it shows...but then the rgba shows transparency...so that is what displays.
Anyone know what's happening? Or better yet, how to fix?