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?
Change part of the text color in in link code ?
Re: Change part of the text color in in link code ?
Hi,
I don't really understand. You can change part of the text o a different color using the normal html coding i.e.
It will just be always red in color no matter the mouse position.
Ruth
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>
Ruth
Re: Change part of the text color in in link code ?
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
Working now with your help...
Thanks alot!!!
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

Working now with your help...
Thanks alot!!!
Rudy