>
> Is there a code-based way to handle this? the analog would be InDesign
> where you can have an image much larger than you want to show, and easily
> scoot the image around inside its picture box to change the cropping?
>
>
One simple way of doing this is by having a div with an img child element.
The div should have a specified width and height (using CSS) and should
have position:relative and overflow:hidden. The img element should be
absolutely positioned. You can then adjust your "crop" using the left,
right, top, and bottom properties.

Regards,
Chetan Crasta
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to