[Need Code]Automatic image resize/zoom if Mouse over
2 posters
Page 1 of 1
[Need Code]Automatic image resize/zoom if Mouse over
I think you know the problem please help me
Last edited by DeLOeM on January 25th 2012, 2:05 pm; edited 1 time in total
Re: [Need Code]Automatic image resize/zoom if Mouse over
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;
}
Guest- Guest
Re: [Need Code]Automatic image resize/zoom if Mouse over
Topic Solved & Locked |
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Similar topics
» Pixelart Display - Image zoom with mouse
» image automatic resize
» Automatic ZOOM'ed In Possiblity?
» Stop Automatic Forum Resize
» Image style HTML Stop working when Image auto-resize is Enabled.
» image automatic resize
» Automatic ZOOM'ed In Possiblity?
» Stop Automatic Forum Resize
» Image style HTML Stop working when Image auto-resize is Enabled.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum