Hwo to Force underline of menu items?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
mfindlay
Super Advanced
Super Advanced
Posts: 38
Joined: Mon Jun 28, 2004 5:00 pm

Hwo to Force underline of menu items?

Post by mfindlay »

Is there a global setting that would show menu items as underlined?

I suspect I could use the

Code: Select all

<u>
tag in each of my menu items but that would be a bit tedious and more time consuming to maintain.

Perhaps there is a way to assign a class name to an entire menu?

Thanks!
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Add the following to your menu styles, this will be global against all menu items that use that style.

Code: Select all

decoration="underline";
-- Andy
mfindlay
Super Advanced
Super Advanced
Posts: 38
Joined: Mon Jun 28, 2004 5:00 pm

Post by mfindlay »

Thanks Andy.

p.s. - Milonic support Rocks!
Post Reply