Hi Andy,
grab and extract this:
http://support.milonic.com/beginners/cs ... _style.zip
To css_menu_codes.css add:
(tr and td have the same results)
View css_example.htm in your browser, gross eh? But look at style 7, and the "Links" menu. Notice how the bottom option "Anti Spam Tools" doesn't get the background image when you move the mouse to it?
Now, from css_style_data.js remove the line
from menuStyle7a, and refresh the page. Notice that "Anti Spam Tools" now has the background image.
Add the subimage line back, and away goes the background image again.
Basically, the menu does not set the background attributes (despite them being specified in multiple ways) when it uses "subimage". As soon as subimage is removed, everything works as expected. These something about subimage that makes it default to the default table, tr, and td css attributes.