Thanks to John, I have fixed that particular bug in IE (the issue was that IE and Firefox each have proprietary ways of getting the screen size). I also fixed the bug where sections were being shown as open when they are actually closed in all but IE.

http://screencasts.visualjquery.com/visual/docs.xml

Keep the comments coming.

-- Yehuda

On 8/27/06, John Resig <[EMAIL PROTECTED]> wrote:
> Regarding the layout problem, that's another IE bug. In all but IE,
> $().css("width") returns the absolute width. IE returns auto.

That's how the computed style works in modern browsers. (For now) to
do something different, use:

jQuery.css( elem, 'width' )

That will give you the max pixel count. I'll probably make this into
the method 'maxWidth()'.

--John

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/



--
Yehuda Katz
Web Developer
(ph)  718.877.1325
(fax) 718.686.4288
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to