But, appearantly, font style applied to the text in menu items isn't applied to text in the table cell. In NS 4.7 moving mouse over "Title" text does not even change mouse pointer as it should in case of link. Is there some style name one could set for table cell (<td> tag) to make text placed in table cell look the same way ordinary menu text does?
Either css or font tags should work with no problems within a <table>. Are you sure you don't have a current css defined that would override the <table>?
Also, there's not too much we can do without a URL.
John, yes, I can set style of my own, but I thought maybe there is already pre-defined style using fontsize/fontstyle/etc I set when defining menu style, so I won't have to define it twise - once in "with(menuStyle=new mm_style()) { ... }" block and again for each menu item with html code instead of plain text.
Thanks anyway.
Nothing is pre-set in that way. That's actually one of many things that makes this system so nice - you're not stuck with 'our way'. It's wide open for your design with nothing to get in the way.