Images within the Text of a Menu Entry

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Jenson
Beginner
Beginner
Posts: 1
Joined: Tue Sep 07, 2004 10:45 am
Location: Germany
Contact:

Images within the Text of a Menu Entry

Post by Jenson »

hI ALL;

I'm runnin into Problems with Milonic Menu at our Companys Website. Our Corporate Identity sais that everywhere where the name of our Company is shown, the name has to be in a specific font. The Name is only "is" and this has to be in "Blippo Black" Font. At our old Website we used a small gif - image and displayed this gif everywhere where the company Name was shown (including the navigation).

Now i have the Problem that i don't know if i can do this with Milonic DHTML Menu. Here's an example:

Let's say one Navigation Point is:
"is Global engineering Inc., USA"

Here i would have to display a small gif instead of the first two letters. That might be possible with milonic i think!?

But here's another example (another real-live Navi-Entry):

"mont-is GmbH Relocation Services"

In this example i have to display the small gif in the middle of the Navigation Text and i don't know how !!


ANY IDEAS ??

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

Post by Ruth »

Try using the html image code.

Code: Select all

aI("text=<img src=whatever.gif border=0>Global engineering Inc., USA;");
aI("text=mont-<img src=whatever.gif border=0> GmbH Relocation Services;");
Ruth
Post Reply