Page 1 of 1

create slider control

Posted: Thu Jul 15, 2010 11:24 am
by winseelan
hi all,

im new to php. i have 2 doubts

1. i want to create a slider control like this site http://www.bluenile.com/diamond-search? ... &track=bbt
there we can increase the price as just moving the silder(i expect the same style also)

2. the same page if u start moving the Carat option, from the begining its increasing the value by 0.1 but once if its crosed 75% of the slider then it'll increase the value 1.00, the same style i want to impletment on my page.

Experts please guide me, how to do this?

Re: create slider control

Posted: Thu Jul 15, 2010 1:54 pm
by califdon
That's a pretty complex slider control. I think the best way to understand it is to view the source of the page and of the CSS files linked in the page's <head> section.

Re: create slider control

Posted: Fri Jul 16, 2010 12:53 am
by winseelan
califdon thanks for your reply.

If its complex slider then i'll leave it, but i want to do the slider move while starting it have to increase by 0.1 after 75% completed it have to increase by 1.00. how to do that? please post a code or give some good suggestion.