HTML Text rollover

How can I create a button with two states, white when idle and red once moused over, however I wish for the text to be html, who’s color also changes in relation to the rollover:

IDLE:

BTN=white/black text ‘html’

HOVER OVER:

BTN=Red/white text ‘html’

This is simple to do with graphic’s but want to have html.

Is this possible?

Thanks Guys


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I actually know this one! I just hope I can explain it well. This is a sample I just created.

http://webflunky.com/TEST/FW/rollover.html

You do it with your Links settings (under Appearance settings, paintbrush icon in inspector panel).

  1. Create your HTML box and add your linked text.

  2. Select your HTML box a white background.

  3. Select your HTML box and style your linked text with in the Links are of Appearance settings (hover, active, etc.), making your hovered link text white.

  4. Click on the bottom of the Links are that says More.

  5. For each state, click on Extended and add display in the Name field and block in the Value field. (I had to add this in every field in order to get it to work.)

  6. In the Hover state only, also add in the Extended area background-color in the Name field and the color number you want for the red, e.g., #CCCC99. Or, you can actually just put in red, since it’s one of those basic colors.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options