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:
Code: Select all
aI("rawcss=margin-left:11px;text=" + document.title.toUpperCase() + ";itemheight=31;title=See Navigation Below!;);
Code: Select all
aI("rawcss=margin-left:11px;rawcss=letter-spacing:-1px;text=" + document.title.toUpperCase() + ";itemheight=31;title=See Navigation Below!;);
or, even perhaps less likely to work:
aI("rawcss=margin-left:11px;letter-spacing:-1px;text=" + document.title.toUpperCase() + ";itemheight=31;title=See Navigation Below!;);
I mean, yes, of course I set up the rawcss string just fine in the style for that menu, that's not a problem:
Code: Select all
...
fontfamily="Verdana";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
decoration="none";
rawcss="font-weight: 700;letter-spacing:-1px;word-spacing: 88%;line-height:88%;text-align:left;margin-left:46px;margin-right=6px;margin-top=0px;margin-bottom=0px;";
...
Any chance of a fix? Or am I missing some syntax here?
I could only suggest that the syntax for Milonic change for aI() to something like:
You can see my floating side menu at http://www.restromania.com/passports for example.aI("rawcss=attribute:value,attribute2:value2,attribute3:value3;text=textvalue;");
Thanks so much!
David Ciobanu