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.

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

2 posters

Go down

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
DeLOeM
DeLOeM
New Member

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

http://deloem.forumotion.com

Back to top Go down

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
avatar
Guest
Guest


Back to top Go down

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

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

thanks, is solved
DeLOeM
DeLOeM
New Member

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

http://deloem.forumotion.com

Back to top Go down

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

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

Topic Solved & Locked
Nera.
Nera.
Energetic

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum