Nick de Jardine Grafik — Web Design from Wellington, New Zealand
This entry was posted
on Thursday, June 10th, 2010 at 11:12 am and is filed under Portfolio, Typography.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
The pictures on this page are in a div called . This div will have many many more pictures in it with overflow hidden. I want to use the little orange navigation bar in the upper left called to scroll to different hash links within the div.
I’d like for scripts to be written that accomplish the following tasks:
3) After the scroll effect is done I’d like for items with a specified rel= (rel= lightbox[print] – for example) to hightlight themselves (which requires a CSS background-position: 0 -122px;).
If it is done right you should see an animated scroll when you click the apparel button… it will locate a div labeled … when the scroll has stopped, pictures with the rel=”lightbox[apparel] will automatically highlight.
Please help me for the following one
This is the page the script will be written for:
http://www.loop-logic.com/portfolio.html
The pictures on this page are in a div called . This div will have many many more pictures in it with overflow hidden. I want to use the little orange navigation bar in the upper left called to scroll to different hash links within the div.
I’d like for scripts to be written that accomplish the following tasks:
1) Pre-loads all of the images in the directory: http://www.loop-logic.com/images/lightbox/
2) Scrolls horizontally along the x-axis using the scrollTo plugin like on this demo page:
http://demos.flesler.com/jquery/scrollTo/
http://flesler-plugins.googlecode.com/files/jquery.scrollTo-1.4.2-min.js
3) After the scroll effect is done I’d like for items with a specified rel= (rel= lightbox[print] – for example) to hightlight themselves (which requires a CSS background-position: 0 -122px;).
If it is done right you should see an animated scroll when you click the apparel button… it will locate a div labeled … when the scroll has stopped, pictures with the rel=”lightbox[apparel] will automatically highlight.
For more details sureshnaidu143@gmail.com