I was trying to figure out if you can make pictures scroll vertically instead of from left to right.
Can anyone help?
Take a quick look at the Guidelines to see how to prepare your PSD file
I was trying to figure out if you can make pictures scroll vertically instead of from left to right.
Can anyone help?
Vivid Web Graphics
BitRebels
vinnie *dot* net
Swish It
Live To Try
CSS Juice
Ted Baker
Developer Fox
Web Templates Packages at Layouts Pack
CSSDrive
Tripwire Magazine
CSSOrgy
Nemelazim.net
GBDesignInc.com
Sociosophy
StartupSD
Omar Gallaga
Smashing Apps
Smart Computing
Tech Forward Entrepreneur.com
CrazyLeaf Design
3DS Max and Photoshop Tutorials
Vandelay Design
Killer Startups
Six Revisions
Smashing Magazine
Online Tech Tips
Digital Lee
Tutorials Garden
Make Use Of
Free Website Templates
The Web Curmedgeon
Peak Directory
Top Rated
GeeksRoom
Diego Mattei
Zona Cerebral
Ayuda WordPress
Bit Per Bit
Bildirgec
Affiliate Scout
Drupal.org
Need help or have a question? | Privacy | Terms of Use |
copyright (c) 2008, 2009, 2010, 2011 psd2css Online, Inc.
support@psd2cssonline.com
Patent Pending
Hi Graphicsteam - If you
Hi Graphicsteam -
If you look in the psd2css.js file generated for the regular horizontal scroll, there is a section that looks something like this:
// Scroll vertically by changing 'left' to 'top' and 'width' to 'height
// in the following lines
$('#Layer-7').css( 'left', scrollOffset7 );
$('.Copy-Layer-7').css( 'left', scrollOffset7 - $('.Copy-Layer-7').width() + 1 );
if( scrollOffset7 > $('.Copy-Layer-7').width() )
scrollOffset7 -= $('.Copy-Layer-7').width();
If you follow the instructions there and change the words 'left' to 'top' and the words 'width' to 'height' you'll get vertical scrolling instead of horizontal.
--
Shaun
apply it on photoshop
is there a code where we can put it on the layer? instead of opening the psd2css.js and rewrite that code. thank you..
just send it to my email..
raphadiao@ymail.com