Okay, here's the scenario:
http://www.kastlefireplace.com/newlayout
The menu at the top is giving me a slight bit of grief. If you hover your mouse over the three links on the right, the hover process is more or less smooth (I covered over the new background hover by putting a solid colour background in when I defined the hover property).
The problem is that the background colour property seems to be ignored in my Javascript when the mouse is put over the other menu items (any of the products).
I'm not sure how exactly to solve it but I do have a question that, if anyone's done this or seen this before, may help me solve this:
1) Can an image be preloaded from a Javascript preload and then used as a CSS background image smoothly? I know it can be done if there's an image swap between two foreground images (and has about a billion times), but I've never seen it done for a background image.
Thanks.