Jump to content

Home Page Images


Recommended Posts

Hello Vekia!

 

Thank you for your answer on my previous question.

 

Need help on another thing.

On my website home page (SHOP) www.shoppiz.in, I have added Images and these images are linked to Amazon.

I have seen lots of websites, when we just bring the mouse on the image , the image automatically zooms, or for some website instead of ZOOM the image fades. (i would like to enable the ZOOM)

 

How can I be able to enable this on my website.

 

Thank you again for all the support from you guys.

You guys are doing an excellent.

 

hey dont forget to click google adds :D/

 

Awaiting a reply on this one.

 

 

Link to comment
Share on other sites

use this:


#htmlcontent_home li {
    overflow:hidden;
}
#htmlcontent_home li:hover img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
   -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...