Looks like it's a bug with Opera: http://dev.opera.com/articles/view/jquery-write-less-do-more/#gotcha
On Dec 13, 11:09 am, Action <[EMAIL PROTECTED]> wrote: > .css('height') also returns the same incorrect values. Also, there is > no "height" or "width" attribute defined in the image tag. It has to > be able to pull this dynamically. FF and IE don't have any problem > with this, just Opera. > > On Dec 13, 10:25 am, Action <[EMAIL PROTECTED]> wrote: > > > I'm using height() and width() to find the dimensions of some inline > > images in the html. FF and IE work fine, but Opera is returning > > incorrect values. For example, it returns 92px as the width of an > > image that is actually 160px wide. > > > How can I fix this?