I've released an updated version of my Farbtastic color picker for jQuery.
The new version includes an automatic fix for the IE6 transparent PNG problem, so you don't need to edit the stylesheet if you move Farbtastic around. I also improved the mouse handling code to avoid problems in IE6/IE7 in heavy-duty CSS-based layouts.
You can download it and read the documentation on the Farbtastic page.

Superb work man, your tool
Superb work man, your tool is great help in constructing dynamic CSS-files with PHP.
Pretty cool
Cool tool. How does one have the color wheel not be faded when the page loads with multiple color fields?
Textfields with same color
Hi,
thx for this nice script. works very well, besides on point:
if you have more than one textfield and two or more sequently textfields have the same start-color-values, only the first one will become the appropriate background- and fontcolor. the other ones remain unchanged.
try this in your demo2.html:
<div class="form-item"><label for="color1">Color 1:</label><input type="text" id="color1" name="color1" class="colorwell" value="#123456" /></div><div class="form-item"><label for="color2">Color 2:</label><input type="text" id="color2" name="color2" class="colorwell" value="#123456" /></div>
<div class="form-item"><label for="color3">Color 3:</label><input type="text" id="color3" name="color3" class="colorwell" value="#123456" /></div>
is this problem known?
do you know how to solve it?
thx,
torsten
Post new comment