> Or maybe a better way (having left, right, top etc as methods):
>
> // set left, top and height (chain not broken)
> $("#myelement").left("12px").top("-2em").height("6em");
> // get width (chain broken)
> var width = $("#myelement").width();Have you tried this yet? It works, verbatim. :-) All those methods are detailed in the new docs (temporary URL): http://john.jquery.com/jquery/docs/ --John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
