Currently I have a jquery color picker on my page, but have a rel link to my other page's CSS. Apparently the CSS is screwing up elements in my jpicker, and I need to find an easy solution without having to re-implement all of the CSS and find out what is screwing it up. If you think you can help, please send me a PM for the website link. (tried using !important tags on the jpicker's css to see if anything was being over-written; no luck) Thanks so much
Firebug or Opera dragonfly can be used to analyze the broken elements to see what/where it's getting it's CSS from... Though really that's part of why I don't believe in using off the shelf scripts on sites, much less anything that relies on jquery asshattery.
Thanks for that, I will check them out. Unfortunately (for now) I have to rely on jQuery for certain things as my javascript skills are lacking.