Can I create an Appearance that makes the text in the label change color when the mouse hovers over it ? I dont want to use the link label because I don’t like the underline on it. Basically its for a custom menu I’m making.
Also – Do I just type the Appearance Key Name into the “Appearance Key” property of the label ?
Hi Edmond,
as you might guess, there a couple of ways to achieve that with Wisej.
Here is a rather simple straight forward approach using css with the StyleSheet extender.
I have added a StyleSheetExtender to the page and created some simple css:
Now a CssClass property is added to all controls on that page. So you can now pick the class “highlight” and directly assign it using the designer.
(could also be done by code).
I have created a simple sample that shows you the result and helps you getting started:
http://wisej.s3.amazonaws.com/support/attachments/LabelHover.zip
Best regards
Frank
Hi Edmond,
just to make sure that I got it right:
Your custom menu is composed of standard labels ?
Will create a mixin and get back to you.
Best regards
Frank
Please login first to submit.