Not sure if there is a "correct" way to do it. In CSS spec, shorthand
properties go both ways:
top goes first; left goes last:
- margin: top right bottom left;
vs.
left goes first; top goes second:
- background: url(...) no-repeat left top;
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jan 16, 2007, at 12:47 PM, Stefan Petre wrote:
j. siefer wrote:
really nice! thank you!!!
your docu. says for draging elements use
string ('parent' or 'document') or array (top, left, width,
height) for
containment
should be array (left, top, width, height) so
works fine, greetings
jac
Does anyone else have an opinion on this?
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/