Maybe not a plugin, but surely theres some zoomish things you can do with Jquery? I know you can do dragging, and zooming I've done before with CSS and Jquery. The thing I'd be worried about is that without flash, your gonna smack right into the issue that, without some super advanced ajaxy type stuff, it'll load the 100% zoomed version shrunk, and then expand as needed. So even if they don't zoom, it'll load the zoomed version. Does that make any sense? Haha, clear as mud right ;)
» CSS or XHTML Validation: If you had a choice ... Last Reply: 5 months ago by lalindsey.
hmmm I always try to fake the margin with relative positioning, padding instead of margin or I'll fall back on height 1% ( not so reliable for that one but sometimes its the rabbit out of the hat) extra markup sucks, but I'll choose it any day over the hack. Question is whether the devs wanna implement it ha!