Search found 4 matches

by restromania
Tue Aug 07, 2007 1:50 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Touble feeding more than one rawcss to the aI() function
Replies: 6
Views: 5138

The Double Semi-Colon is the ANSWER!

Bingo John. Worked great, very smart of you to make that connection.

aI("rawcss=text-decoration: underline;color: #0033CC;margin-left:27px;;itemheight=20;text=menutexthere;... ");

The double semi-colons worked great. We also use Romanian characters like "UPPER ARGE & # 3 5 0 ; " (the code makes ...
by restromania
Sat Aug 04, 2007 2:52 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Touble feeding more than one rawcss to the aI() function
Replies: 6
Views: 5138

Oh wait, no...

Oops, no, that %3B doesn't actually work, I spoke too soon, sometimes just the first one works with that, and I foolishly didn't test thoroughly :cry:

Anyways, I did get control of individual menu lines by using:



For the menu title (at the top of the vertical floating menu):

text=<div class ...
by restromania
Fri Aug 03, 2007 10:35 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Touble feeding more than one rawcss to the aI() function
Replies: 6
Views: 5138

Ruth is Rather Clever!

Thanks very much Ruth, it worked like a charm. You really are quite clever, it never occured to me to put a %3B instead of the ";" inside that one. I guess that will work for anything which needs multiple parameters then! GREAT!

I've now put for the rawcss string as follows for that aI() :

aI ...
by restromania
Mon Jul 30, 2007 4:13 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Touble feeding more than one rawcss to the aI() function
Replies: 6
Views: 5138

Touble feeding more than one rawcss to the aI() function

Hello!

I'm having a big problem feeding more than one rawcss parameter to the aI() function.

It's a pretty simple problem really, the aI is only taking one parameter:
aI("rawcss=margin-left:11px;text=" + document.title.toUpperCase() + ";itemheight=31;title=See Navigation Below!;);

If i try ...