I have Farbtastic in a form with many color inputs.
I want the color wheel to stay fixed in the window, son I can scroll through the form maintaining the wheel in the same place.
I tried css position:fixed, but it alters the coordinates system of the picker, so picking colors is impossible.
Any ideas? other color pickers pops from the click, but I do not know if it can be done with Farbtastic because of the coordinates system.
Regards: Migue
position:fixedworks fine for me: jsfiddle.net/gilly3/K8bDE. Post a jsfiddle or adequate code to reproduce the issue. – gilly3 Feb 21 '12 at 0:31