[jQuery] Re: Can't change padding using animate() in IE

2009-07-30 Thread djeyewater
Thanks, that's what I've been doing in the mean time (since it works). I didn't see any mention on the jQuery manual page that you can't set properties like "padding": "20px 25px" though. Dave On Jul 20, 9:46 am, Cold Flame wrote: > > so you can set padding-left , right , top and bottom respect

[jQuery] Can't change padding using animate() in IE

2009-07-19 Thread djeyewater
I have a function that resizes an image (imgCur) and changes its padding when a new image (img) is loaded like so: img.onload = function(){ var t = this; //Animate current image to new image size imgCur.animate({ "width": t.width,

[jQuery] Jquery Function Not Working In Opera

2009-04-30 Thread djeyewater
I have the following code: var depth = 2; var name = 'category' + depth; var html = $('
' + "\n

\n" + ' ' + '