counter in menubar

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Felixh
Beginner
Beginner
Posts: 9
Joined: Sun Nov 30, 2003 10:42 pm
Contact:

counter in menubar

Post by Felixh »

Hello!

I am wondering if it is possible to place a counter in the menubar. Not as a link, just as a piece of information. How could I do that?

Greetings from Sweden!

/Felix
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi Felix

I would try this: Take the html code that you would normally use to show the counter on your page, and put it in the text= setting of an aI() menu item definition. If you have trouble, try (1) enclosing the entire setting in back quotes, like so: aI("text=`html code...`;url=;");, and (2) in the html code, try using single quotes or no quotes around assigned values instead of double quotes.

Hope that helps,

Kevin
Post Reply