I'm trying to create something that functions like frames in
Javascript. Some <div>'s have overflow: hidden; the main one has
overflow: scroll. In order to accommodate different size windows/
monitors, I'm using JQuery to set the height of the scrollable <div>.
Using $("#content").height($(window).height() - $("#header").height
()); with Firebug open, $(window).height() is only the part of the
window above Firebug. (ie When I close Firebug, the scrollable <div>
stays small.) Is there a way to include Firebug's height in this
calculation?

John L

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to