Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:29
Change part of the text color in in link code ?
Poster: rudy
Dated: Friday September 7 2007 - 3:43:17 BST
aI("text=Cisco Layer 2 Switching (Try Me);url=http://www.networkdriven.com/hp22-questions/layer2_switching.htm;target=_blank;targetfeatures=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?
Re: Change part of the text color in in link code ?
Poster: Ruth
Dated: Tuesday September 11 2007 - 22:55:58 BST
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:
<font color='red'>Try Me</font>
It will just be always red in color no matter the mouse position.
Ruth
Re: Change part of the text color in in link code ?
Poster: rudy
Dated: Tuesday September 11 2007 - 23:55:25 BST
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!!!