back quote questions

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
tom2
Beginner
Beginner
Posts: 5
Joined: Fri Jun 06, 2003 4:17 pm

back quote questions

Post by tom2 »

Hi,

I have had varying success with using the backquote ` character around
the text= data.

aI("text=`<div>test</div>`;url=/testurl;");
FAILS with runtime error: Line 24 Error: "Undefined" is null or not an object.

aI("text=<div>test</div>;url=/testurl;");
WORKS with backquotes removed.

ALso, I have tried with limited success to used rawcss. Does this support all css? Also, how would I add multiple items,

e.g: rawcss=font-weight:bold; font-size:24;
Can it be in backquotes also?

Any help is appreciated

Thanks.

Tom
Post Reply