I quite like the effect presented here:
http://rascals.eu/templates/rt0802/portfolios/portfolio-2-columns/
The problem however is that if you look at the source code you'll notice that there aren't any - it's all done via jquery and links created like this:
<a href="xxx.jpg" rel="lightbox[portfolio]" style="width: 446px; height: 205px" class="autoload hover" data-image_url="yyy.jpg"></a>
with an image probably created in the background and then inserted in that location at load.
However, is this possible in a different way, more standards compliant way? Can anyone guide me towards any resources/tutorials if so?
Thanks.
Edit: By standards compliant I mean:
With the img src pointing to the correct location so that images still display when js is disabled.
