Can text in menu be configured to bold?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
wisconsinative
Beginner
Beginner
Posts: 2
Joined: Wed Mar 01, 2006 7:37 pm

Can text in menu be configured to bold?

Post by wisconsinative »

Hi all, forgive my lack of technical expertise with the terminology of this menu:

One of my submenus has this directive:

aI("align=center;separatorcolor=orange;separatorsize=1;text=Sales;type=header;");

Is it possible to bold this text? If so, what is the variable & attribute?

Thanks in advance.
vikenk
Mega Advanced
Mega Advanced
Posts: 297
Joined: Tue Nov 29, 2005 7:38 pm

Post by vikenk »

Hi,

Add fontweight=bold to that string. It should then look like this:

Code: Select all

aI("fontweight=bold;align=center;separatorcolor=orange;separatorsize=1;text=Sales;type=header;");
Hope this helps.
wisconsinative
Beginner
Beginner
Posts: 2
Joined: Wed Mar 01, 2006 7:37 pm

Post by wisconsinative »

Thank you, perfect! I had been tried "font-weight," so that is why it wasn't working.

:D
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

Hi

its a style property. The style properties are listed here:

http://milonic.com/styleproperties.php


Michael
Post Reply