Hover pop up? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
+2
Sanket
CodyDeathHammer
6 posters

    Hover pop up?

    CodyDeathHammer
    CodyDeathHammer
    Forumember


    Male Posts : 147
    Reputation : 1
    Language : English

    Solved Hover pop up?

    Post by CodyDeathHammer January 12th 2013, 4:50 pm

    How to make this effect. When you put the mouse on some of the pictures it pops up. Example link here. http://www.legendsofthespiral.com/?page=1 Can you help me?
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Hover pop up?

    Post by Sanket January 12th 2013, 7:10 pm

    Which images do you want this effect to be added to? Any random image you add to the post?
    Cassius Dio
    Cassius Dio
    Forumember


    Male Posts : 581
    Reputation : 79
    Language : Romanian &English
    Location : Yellow Submarine

    Solved Re: Hover pop up?

    Post by Cassius Dio January 12th 2013, 11:35 pm

    Hi,

    Code for all the images from forum:
    Code:
    img:hover {
    -webkit-animation-name: pulse;
    -webkit-animation-duration: .5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-15deg) scale(1.5);
    -moz-transform: rotate(-15deg) scale(1.5);
    -o-transform: rotate(-15deg) scale(1.5);
    }

    Code only for images from posts:
    Code:
    .postbody img:hover {
    -webkit-animation-name: pulse;
    -webkit-animation-duration: .5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-15deg) scale(1.5);
    -moz-transform: rotate(-15deg) scale(1.5);
    -o-transform: rotate(-15deg) scale(1.5);
    }
    CodyDeathHammer
    CodyDeathHammer
    Forumember


    Male Posts : 147
    Reputation : 1
    Language : English

    Solved Re: Hover pop up?

    Post by CodyDeathHammer January 13th 2013, 2:51 am

    I want all the buttons to pop up. This is the link for my forum http://journeyintothespiral.forumotion.com/
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Hover pop up?

    Post by Sanket January 13th 2013, 5:36 am

    Add this to your css & check please.
    Code:
    img:hover{
    transform: rotate(-15deg) scale(1.5) !important;
    }
    CodyDeathHammer
    CodyDeathHammer
    Forumember


    Male Posts : 147
    Reputation : 1
    Language : English

    Solved Re: Hover pop up?

    Post by CodyDeathHammer January 13th 2013, 6:03 pm

    No all the images are still poping up. I just want the buttons like forum, community ect.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Hover pop up?

    Post by Sanket January 13th 2013, 7:39 pm

    First you said you want all the buttons to popup, hence i gave that code.

    Please list the exact image types that you want to have this effect.
    CodyDeathHammer
    CodyDeathHammer
    Forumember


    Male Posts : 147
    Reputation : 1
    Language : English

    Solved Re: Hover pop up?

    Post by CodyDeathHammer January 13th 2013, 7:58 pm

    Yea i am sorry. The pictures i want to pop up are: Portal, forum, faq, search, members, groups, profile, message and log out.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Hover pop up?

    Post by Sanket January 14th 2013, 11:28 am

    Add this & check if its working?
    Code:
    a img:hover {
        transform: rotate(-15deg) scale(1.5) !important;
    }
    Mati
    Mati
    Active Poster


    Posts : 1928
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    Solved Re: Hover pop up?

    Post by Mati January 14th 2013, 1:27 pm

    Add this to your css:

    Code:
    .mainmenu:hover img {
        transform: rotate(-15deg) scale(1.5);
    }
    The Lone Ranger
    The Lone Ranger
    Forumember


    Male Posts : 443
    Reputation : 37
    Language : English
    Location : Scotland

    Solved Re: Hover pop up?

    Post by The Lone Ranger January 14th 2013, 8:22 pm

    Matti_7 wrote:Add this to your css:

    Code:
    .mainmenu:hover img {
        transform: rotate(-15deg) scale(1.5);
    }

    Works great! Thanks Matti! Very Happy
    CodyDeathHammer
    CodyDeathHammer
    Forumember


    Male Posts : 147
    Reputation : 1
    Language : English

    Solved Re: Hover pop up?

    Post by CodyDeathHammer January 14th 2013, 9:49 pm

    Sanket wrote:Add this & check if its working?
    Code:
    a img:hover {
        transform: rotate(-15deg) scale(1.5) !important;
    }
    Yea it worked but The header is hovering. I don't want it to. Please help.
    The Lone Ranger
    The Lone Ranger
    Forumember


    Male Posts : 443
    Reputation : 37
    Language : English
    Location : Scotland

    Solved Re: Hover pop up?

    Post by The Lone Ranger January 14th 2013, 10:04 pm

    Use matti_7s code.
    CodyDeathHammer
    CodyDeathHammer
    Forumember


    Male Posts : 147
    Reputation : 1
    Language : English

    Solved Re: Hover pop up?

    Post by CodyDeathHammer January 21st 2013, 2:31 am

    Thanks matt but all i need now to hover is the buttons like edit and quote and stuff in post. I just want them to pop up but with no rotate.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Hover pop up?

    Post by Sanket January 21st 2013, 5:09 am

    Add this to your css.
    Code:
    .post-options img:hover {
        transform: scale(1.5) !important;
    }
    CodyDeathHammer
    CodyDeathHammer
    Forumember


    Male Posts : 147
    Reputation : 1
    Language : English

    Solved Re: Hover pop up?

    Post by CodyDeathHammer January 21st 2013, 9:50 pm

    Thanks allot to everyone who helped me and i appreciate it. Everything is how i want it to be now. Thanks. Mods you can close now.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51517
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Hover pop up?

    Post by SLGray January 21st 2013, 10:26 pm

    Topic Solved & Locked



    Hover pop up? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.