[jQuery] Re: Cannot set height or width of div

2007-04-26 Thread Brandon Aaron
.width() and .height() can also set the value. What is being passed to showAjaxLoader? Could you post an example page or at least some of the surrounding code? -- Brandon Aaron On 4/26/07, Steve Blades <[EMAIL PROTECTED]> wrote: .width() and .height() are used to get the w and h values. You w

[jQuery] Re: Cannot set height or width of div

2007-04-26 Thread Bish
hi!! On Apr 26, 6:25 am, juliandormon <[EMAIL PROTECTED]> wrote: > I am simply trying to set the height and width of a div. > I have included the dimensions.js file as well a jQuery > > I can get the height and width - just cannot set it. > > Please help. > > /

[jQuery] Re: Cannot set height or width of div

2007-04-26 Thread Steve Blades
.width() and .height() are used to get the w and h values. You would use $([selector]).css("[attr]":"[value]") to set a style value. Steve 'Cutter' Blades Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://blog.cutterscrossing.com "The best way to predict th