On 4/6/07, Steve Blades <[EMAIL PROTECTED]> wrote:
I thought it was
$('#mytest').css({width:"200px"});
to set a style attribute?
The curly braces depend on if you want to set an array or a single one. Check in www.jquery.com/api under CSS. Its got a bunch of good examples. Glen

