Announcement

Collapse
No announcement yet.

javascript for finite product & next/prev button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    javascript for finite product & next/prev button

    hi guys,

    my products are displayed in a fixed <div> and at the moment when the product overflows (as it invariably does), the div becomes scrollable...

    what i would like is for only a fixed number of products to be on page and for a previous/next button interface...

    does anyone know how i would go about this?

    #2
    Have you tried combining the overflow:hidden styling for the <div> with some javascript - or even a clever use of the ListIndex feature would allow simple navigation


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Originally posted by jont
      Have you tried combining the overflow:hidden styling for the <div> with some javascript - or even a clever use of the ListIndex feature would allow simple navigation
      Hi Jon, I have hidden the overflow but that essentially locks out all the products out of view... as for listindex i've never heard of it will that do a 'so many products' per page kindof view with a next/previous function?

      Comment


        #4
        Simon,

        Have you had a look at the Advacned Users Guide? Creating next & previous link are covered there...

        Kind regards,
        Bruce King
        SellerDeck

        Comment

        Working...
        X