How can I show a part of the image using jQuery or another JavaScript technique?
Example:
image:
[ ]
[ -------- ]
[ - - ]
[ - part - ]
[ - - ]
[ -------- ]
[ ]
|
How can I show a part of the image using jQuery or another JavaScript technique? Example:
|
|||||||||||
|
|
Manipulate the CSS property
Here's how to |
||||
|
|
|
You can use a div with fixed size and place the image absolutely positioned inside. You can then use javascript to change the top / left / right / bottom position of the image to move it.
EDIT: that's if you want to move the image over time... Otherwise simply use CSS |
|||
|
|