> If I'm not mistaken if jQuery didn't do anything when height/width was
> passed into .css(), then .css() would return the value of the .style
> object or if that didn't exist the value in the stylesheet. Which if
> the value in the stylesheet wasn't defined it should return null or
> 'auto'. Then you would know that it has _not_ been given a fixed
> height.

Brandon,

How do you determine the value from the stylesheet?  I'm trying to
detect if an element has been given a fixed-height.  When I set the
height via css stylesheet I see style.height == "" when I test it
later.

Mike

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to