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?
create slider control
Moderator: General Moderators
Re: create slider control
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
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.
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.