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.
The forum of the forums
2 posters

    [Need Code]Automatic image resize/zoom if Mouse over

    DeLOeM
    DeLOeM
    New Member


    Male Posts : 11
    Reputation : 1
    Language : English
    Location : Indonesia

    Solved [Need Code]Automatic image resize/zoom if Mouse over

    Post by DeLOeM January 24th 2012, 3:13 pm

    I think you know the problem please help me Laughing Laughing



    Last edited by DeLOeM on January 25th 2012, 2:05 pm; edited 1 time in total
    avatar
    Guest
    Guest


    Solved Re: [Need Code]Automatic image resize/zoom if Mouse over

    Post by Guest January 25th 2012, 6:38 am

    Or this:
    Code:
    img{
    transition: width 2s;
    -moz-transition: width 2s;
    -webkit-transition: width 2s;
    -o-transition: width 2s;

    transition: height 2s;
    -moz-transition: height 2s;
    -webkit-transition: height 2s;
    -o-transition: height 2s;
    }

    img:hover{
    width: 00px;
    height: 00px;
    }
    2s is the amount of time to resize, 00px replace by the value you want as said Rideem. Smile
    DeLOeM
    DeLOeM
    New Member


    Male Posts : 11
    Reputation : 1
    Language : English
    Location : Indonesia

    Solved Re: [Need Code]Automatic image resize/zoom if Mouse over

    Post by DeLOeM January 25th 2012, 2:03 pm

    thanks, is solved
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: [Need Code]Automatic image resize/zoom if Mouse over

    Post by Nera. January 25th 2012, 3:08 pm

    Topic Solved & Locked

      Current date/time is September 22nd 2024, 11:22 pm