Dance10Looks10
08-27-2005, 04:47 AM
Here's the link: http://www.dynamicdrive.com/dynamicindex2/pagescroller.htm
Is there a reason for the scroller icons to be in the lower right corner of the screen rather than in the upper left corner?
Most languages are written and read from left to right and top to bottom. Yes, I know there are exceptions but the vast majority of languages work this way.
If the code was based on pixels from the TOP left edge and pixels from the TOP edge, this would be a dynamite script! Is there a simple way to achieve this?
As it is now, trying to capture the User's screen resulotion and/or current window size on the fly and calculate the position of the icons based on lower-right coordinates is almost impossible. In addition, there's no way to tell if the user has resized the window. The icons don't move, by the way. they just disappear in to lah-lah land.
Can you help?
Is there a reason for the scroller icons to be in the lower right corner of the screen rather than in the upper left corner?
Most languages are written and read from left to right and top to bottom. Yes, I know there are exceptions but the vast majority of languages work this way.
If the code was based on pixels from the TOP left edge and pixels from the TOP edge, this would be a dynamite script! Is there a simple way to achieve this?
As it is now, trying to capture the User's screen resulotion and/or current window size on the fly and calculate the position of the icons based on lower-right coordinates is almost impossible. In addition, there's no way to tell if the user has resized the window. The icons don't move, by the way. they just disappear in to lah-lah land.
Can you help?