create slider control

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
winseelan
Forum Newbie
Posts: 2
Joined: Thu Jul 15, 2010 11:21 am

create slider control

Post 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?
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: create slider control

Post 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.
winseelan
Forum Newbie
Posts: 2
Joined: Thu Jul 15, 2010 11:21 am

Re: create slider control

Post 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.
Post Reply