Hi!
When there's a definition for td element in css, it takes precedence over all milonic settings for items with submenu. How to resolve this problem?
TL
css and items with submenu
That would depend on what the declaration is, I guess. If it were padding, you could write a padding class and apply it in the menu using offclass and onclass, though I'm not sure that would work either, since even on a page what you declare in the general td style declaration seems to take precedence. Alternatively, you could declare the td values you want in a class instead of a general declaration. Perhaps someone with more knowledge of css would know a better way, but that's the only way I know.
Ruth
Ruth