PhillipKP
Newbie
Posts: 1
Registered: 8/24/2005
Location: Web Design Heaven
Member Is Offline
|
| posted on 8/24/2005 at 08:15 PM |
|
|
changing the placement of the buttons
how does one change the location of the scroller buttons?
Everytime I change the box size the buttons just seems to stay put instead of being to the lower right corner where they should be.
|
|
|
tigra
Administrator
Posts: 1986
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 8/24/2005 at 09:24 PM |
|
|
you'll find the coordinates of the buttons in the scroller configuration file. Note that the buttons are positioned relatively to the top left corner
of the scroller window.
|
|
|
xeon
Newbie
Posts: 1
Registered: 8/26/2005
Member Is Offline
|
| posted on 8/26/2005 at 05:38 PM |
|
|
I have the same question I guess, but cannot find the coordinates portion in the coding. I changed the size of the scroller to:
'size': [350, 83]
When I change this to get the "controlled" scroll:
'auto': false,
I get the scroll window with down icon in the top left corner... where exactly in the config file is the coordinates? If you could pop in a code
snipet, I'm sure I could figure it out.
BTW, first post here... Love this scroller!
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 9/6/2005 at 11:40 AM |
|
|
Check scroll?.css files, there are corresponding commented classes.
|
|
|