Form Button OnHover Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fredmxm354
    New Member
    • Mar 2007
    • 1

    Form Button OnHover Question

    Hi all,

    I'm wondering if the following is possible...

    I have two form buttons on a page of my website, I want to make it so that when the user hovers over it the font changes to another and if that font is unavailable then do nothing.

    I have an ok amount of experience with CCS but havent really experimented with the :hover command with form buttons.

    Is this possible and how would I go about implementing it.

    Thanks

    Fred Munro
  • AricC
    Recognized Expert Top Contributor
    • Oct 2006
    • 1885

    #2
    Originally posted by fredmxm354
    Hi all,

    I'm wondering if the following is possible...

    I have two form buttons on a page of my website, I want to make it so that when the user hovers over it the font changes to another and if that font is unavailable then do nothing.

    I have an ok amount of experience with CCS but havent really experimented with the :hover command with form buttons.

    Is this possible and how would I go about implementing it.

    Thanks

    Fred Munro
    Ok, let me make sure I'm following when a user hovers a button you want the text of the button to change?

    Comment

    • KevinADC
      Recognized Expert Specialist
      • Jan 2007
      • 4092

      #3
      There is no way I know of for a style sheet to know if a certain font is available on a local client. You should define a list of fonts with the last ones being common fonts everyone has.

      Comment

      Working...