HEADER CODING 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.
4 posters

    HEADER CODING

    Elena♥
    Elena♥
    Forumember


    Posts : 68
    Reputation : 1

    Solved HEADER CODING

    Post by Elena♥ April 29th 2013, 5:33 pm

    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    Solved Re: HEADER CODING

    Post by Derri April 29th 2013, 7:28 pm

    I'm not sure if its possible or not. However since what you've linked above isn't a forumotion forum then it might not be. I'll wait for someone else to give a more definitive answer but since that is another forum host it might not be.
    Elena♥
    Elena♥
    Forumember


    Posts : 68
    Reputation : 1

    Solved Re: HEADER CODING

    Post by Elena♥ April 29th 2013, 7:45 pm

    Oh yes its invision free but I´ve got forummotion so I was thinking if maybe is something like that also possible Smile
    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 631
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    Solved Re: HEADER CODING

    Post by Ultron's Vision April 29th 2013, 7:47 pm

    It would indeed be possible using jQuery but it's somewhat difficult to simulate the exact code used there...

    Code:
    jQuery(document).ready(function(){
    jQuery('img#i_logo').hover( // define onmouseenter
    function(){
    /* add code to display content with CSS transitions (I allowed myself to check
     * their source code, they are using transitions)
     */
    }
    ,
    function(){ // define onmouseleave
    // Here, add code to make content invisible again
    });
    });

    I am not really experienced with jQuery, maybe LGforum or someone more experienced with jQuery can help you.
    Elena♥
    Elena♥
    Forumember


    Posts : 68
    Reputation : 1

    Solved Re: HEADER CODING

    Post by Elena♥ April 29th 2013, 10:29 pm

    Ok thank you so this is solved Smile
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: HEADER CODING

    Post by SLGray April 29th 2013, 10:36 pm

    Topic Solved & Locked



    HEADER CODING Slgray10

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