deepsea887 / sigplus

Automatically exported from code.google.com/p/sigplus
0 stars 0 forks source link

Navigation #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. fixed (with rotator)
I am assuming the "rotator" to be the numbers under the picture.
Frst, they don't fit correctly (see attachment), Second, they don't scroll if 
the count goes higher than the amount shown! Third, where can I turn them OFF!!!

What is the expected output? What do you see instead?
Defenately we need a "fixed (with no rotator)"

What version of the product are you using? On what operating system?
113

Original issue reported on code.google.com by RobertoC...@gmail.com on 8 Aug 2011 at 2:52

Attachments:

GoogleCodeExporter commented 9 years ago
The numbered buttons under the rotator (slider) are referred to in the back-end 
as "Paging buttons", set them to "Hide" in order to disable them.

Paging buttons have been encapsulated in a container with CSS overflow set to 
auto, which will display a standard browser horizontal scroll bar whenever the 
width of the button container would exceed the width of the gallery. The scroll 
position is automatically updated from code to make the button corresponding to 
the current page always in view.

Original comment by huny...@gmail.com on 12 Aug 2011 at 10:12