Change part of the text color in in link code ?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

Change part of the text color in in link code ?

Post by rudy »

aI("text=Cisco Layer 2 Switching (Try Me);url=http://www.networkdriven.com/hp22-quest ... =width=743 height=477 left=131 top=102 scrollbars=yes;status=yes;");

I would like to change the color of the text show in BOLD above to the color red when the menu slides out to show the header. I would appreciate help with the correct syntax for this?
Rudy
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Change part of the text color in in link code ?

Post by Ruth »

Hi,

I don't really understand. You can change part of the text o a different color using the normal html coding i.e.

Code: Select all

<font color='red'>Try Me</font>
It will just be always red in color no matter the mouse position.

Ruth
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

Re: Change part of the text color in in link code ?

Post by rudy »

Hi Ruth !

Well, I was using ( " ) this instead of this ( ' ) in my color tag, which was not allowing the menu to show at all (dah). Haven't made any changes to my menu for a long time, need to brush-up on it I guess :oops:

Working now with your help...

Thanks alot!!!
Rudy
Post Reply