Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • hanzh Friend
    #144623

    Hello,

    I want to add an effect to the default buttons. If you hover over the button I want the button to change colour (same way it does on the main top menu).

    I have found this string in template.css:

    .button {
    padding: 1px 8px;
    border: 1px solid #333333;
    background: #333333;
    color: #CCCCCC;
    text-transform: uppercase;
    font-size: 92%;
    }

    What do I insert to add a hover effect?

    Anonymous Moderator
    #318874

    Hi hanzh

    Please add this code:


    .button:hover {
    padding: 1px 8px;
    border: 1px solid #ff0000;
    background: #ff0000;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 92%;
    }

    It only works for FF, chrome and some browsers, no IE

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum