Skip navigation
Currently Being Moderated

slide bar help

Jul 3, 2012 9:11 AM

dear all,

I am created a website. I am apply our product section jcarousel

problem is Now i am incorporate a two product in sliding section "First slide is static then click other slide come etc..)

All Product Navigation is incorporate in left side.

I want to when somebody click navigation OUR PRODUCT MENU Left Side that product display on right side

eg i am click left navigation DOON, i want Doon slide come right side. how can i link

please help me

WEB LINK

 
Replies
  • Currently Being Moderated
    Jul 3, 2012 1:10 PM   in reply to manojb05

    You might try adding unique IDs to Carousel slides.

     

    <ul id="mycarousel" class="jcarousel-skin-tango">

         <li id="prod1"> India Gate (Classic).... </li>

         <li id="prod2"> Doon.. </li>

         <li id="prod3">Nur Jahan...</li>

    </ul>

     

     

    And reference those IDs in menu links.

     

    <ul>

         <li><a href="#prod1">India Gate</a></li>

         <li><a href="#prod2">Doon</a></li>

         <li><a href=''#prod3">Nur Jahan</a></li>

    </ul>

     

     

    PS. Not sure this will work without JavaScript.

     

     

    Nancy O.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points