Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #86695
    E_K
    Member
    Post count: 199

    Hello,

    Can I put different image which will be shown during hover?

    Such as grey version of my logo.

    I do have this code.

    .logo-fade #logo a:hover img {
    -moz-opacity: 0.4;
    filter: alpha(opacity= 40);
    opacity: 0.4;

    }

    How shall I customize it?

    Thanks

    #86851
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    You’d need to do something like this:

    #logo:hover img {
    display: none;
    }
    #logo:hover {
    background: transparent url(image.jpg) no-repeat center center;
    }

    – Ed

    #86856
    E_K
    Member
    Post count: 199

    Thanks Ed,

    I will try this.

    #86862
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    No problem 🙂

    – Ed

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register