diff --git a/jQuery_implementation/jqColor.js b/jQuery_implementation/jqColor.js index 07ae590..29767dc 100644 --- a/jQuery_implementation/jqColor.js +++ b/jQuery_implementation/jqColor.js @@ -115,7 +115,7 @@ $colorPicker.css({ 'position': 'absolute', 'left': position.left + options.margin.left, - 'top': position.top + +$input.outerHeight(true) + options.margin.top + 'top': position.top + $input.outerHeight(true) + options.margin.top }); if (!multiple) { options.input = elm; @@ -218,4 +218,4 @@ (options.secure ? '; secure' : ''); } }; -})(jQuery, this); \ No newline at end of file +})(jQuery, this);