-
1. Re: Divs not redrawing where dynamic data within Spry Tabbed Panels
Zabeth69 Nov 21, 2009 9:03 AM (in response to Phil_W)"The 100% height trick is all about: the 100% references the height of the direct parent, provided the parent has an explicitly set height different from "auto".
The exception is the root element that has the height of the viewport." (this from another forum, but speaking of 100% height)I added a line to your #album style: overflow-y: scroll; at least here in FireFox, that pushed the bottom of "album" down to include the entire list that it enclosed. I'm not sure what it will do in another browser. You might examine the situation in light of the suggestion above. If your 'direct parent' does not have a height assigned, it may not work across the board.
Beth
-
2. Re: Divs not redrawing where dynamic data within Spry Tabbed Panels
Phil_W Nov 25, 2009 1:49 PM (in response to Zabeth69)Hi,
It was actually because the spry data contents of the div were float:left and so gave the containing div (with border) zero height.
I added a paragraph with a style of clear:both and that sorted it all out - by forcing the paragraph to the bottom of the div giving the div the required height.
Please mark as answered
Cheers
Phil
-
3. Re: Divs not redrawing where dynamic data within Spry Tabbed Panels
Arnout Kazemier Nov 27, 2009 12:27 AM (in response to Phil_W)Marked as Assumed Answered



