Price Range Slider - how do I implement this into a query?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Price Range Slider - how do I implement this into a quer

Post by Celauran »

There's not a ton of code there to begin with. I suppose you could move it to a function if you need to use the same functionality in multiple places.
simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

Re: Price Range Slider - how do I implement this into a quer

Post by simonmlewis »

http://touchpunch.furf.com/content.php? ... nge-slider
Can you see in the CSS where the middle orange color is set? Because I can't, and it's not in the Javascript.
I cannot see any background-color.
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

Re: Price Range Slider - how do I implement this into a quer

Post by simonmlewis »

For reference - I found it.
.ui-slider .ui-slider-range
I added a background color and it worked. I think the orange was an image.
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
Post Reply