Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:12
Can text in menu be configured to bold?
Poster: wisconsinative
Dated: Wednesday March 1 2006 - 18:40:53 GMT
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.
Poster: vikenk
Dated: Wednesday March 1 2006 - 18:46:34 GMT
Hi,
Add fontweight=bold to that string. It should then look like this:
Code:
aI("fontweight=bold;align=center;separatorcolor=orange;separatorsize=1;text=Sales;type=header;");
Hope this helps.
Poster: wisconsinative
Dated: Wednesday March 1 2006 - 19:11:29 GMT
Thank you, perfect! I had been tried "font-weight," so that is why it wasn't working.
Poster: Migru
Dated: Wednesday March 1 2006 - 20:26:34 GMT
Hi
its a style property. The style properties are listed here:
http://www.milonic.com/styleproperties.php
Michael