Bold in the topmenu?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
vejs
Beginner
Beginner
Posts: 9
Joined: Thu Jan 06, 2005 11:16 pm

Bold in the topmenu?

Post by vejs »

How can I make the topmenu bold?

I can modify the menu_data.js to make the submenu in bold but not the top menu.

Please help me.

Michael
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

A url would be helpful so we can see your menu data file and the html on the page and any css. It's kind of hard to figure out what would keep the top menu from being bold if you've set the fontweight="bold"; there could be some conflict in a css file, or perhaps something if you are using off/onclass definitions in the menu style.

Ruth
vejs
Beginner
Beginner
Posts: 9
Joined: Thu Jan 06, 2005 11:16 pm

Link til the issue

Post by vejs »

http://www.serverguiden.dk/undervisning.nu/

As you can see:
FØRSTEHJÆLP HJERTESTARTER ANDRE UDDANNELSER RÅDGIVNING PRISER

is plain "normal" text which I would like to see go bold.

Thanks
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

You are using an html font code size=1. That may be why it won't bold. You also have that table with a class="fed" but you don't have a .fed defined in the style section. If you remove the that size=1, the it will bold.

Ruth
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Actually, Ruth, .fed is defined. It's the very last item (I missed it the first time, too). However, I think the font tag is overriding it as you said.
John
Post Reply