Love blueprint so far!
here is the structure I have
<div class=container span-24>
<div header span24 last>
</div>
<div content span-24 last>
<div with_random_content>
<div more_random_content>
</div>
</div>
</div>
<div foot span-24 last>
</div>
</div>
the div with "more_random_content" has content that changes based on
javascript mouseovers, and the content size is unpredictable. if there
is a difference in the amount of content shown then this div shrinks
or expands and obviously, as a result the footer is pushed down or up.
All of this creates an unpleasant jumping effect, especially since
this is being done on mouseover/hover, it just makes the page jumpy if
the user happens to move the mouse.
If i allocate a fixed height to the more_random_content div then this
goes away, but then I am stuck with fixed height and I am not sure if
this is the right practice.
What's the best way to handle this within blueprint or otherwise?
Thanks
--
You received this message because you are subscribed to the Google Groups
"Blueprint CSS" 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/blueprintcss?hl=en.