MySQL CSS - Bolding Menu Items

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
cleeman
Beginner
Beginner
Posts: 1
Joined: Mon May 01, 2006 7:42 pm

MySQL CSS - Bolding Menu Items

Post by cleeman »

How do I make a menu item bold, using the styles table included with the PHP/MySQL version of the menu?

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

Post by Andy »

Hi,

What you need to do is add the menu property as a new filed in the appropiate MySQL Table.

So, if you want to make just 1 menu item bold, you need to add the filed: fontweight and then set its value to 1 for just the menu item that you want to be bold.

Hope this helps,
Andy
Post Reply