Well I had 10 mins so i tried it just now. This code works from
firebug window, just need to call it from somewhere appropriate:
jQuery(document).ready(function(){
jQuery("#mainMenu a").mouseover(function(){
jQuery("#mainMenu a").css("color","blue");
jQuery(this).css("color","red");
});
});
This is just a basic idea. I am sure seniors shall suggest something
vastly better.
-shavinder
On Dec 17, 8:02 am, shavinder <[email protected]> wrote:
> Should be possible using scripting. Shall try it out in evening, I am
> off to work now. But I feel its do-able.
> -shavinder
>
> On Dec 15, 10:26 am, Morris Gray <[email protected]> wrote:
>
>
>
>
>
> > I'd like the selected link in MainMenu to retain the hover text and
> > background colors after mouseoff. Of course it should be removed when
> > the next link is selected then stay there.
>
> > Is there anyway to do this?
>
> > Thanks,
> > Morris
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.