Ask questions and get good answers on mb.jQuery.components

I have been working with an mbContainer that I have set to "position:relative" inside another div. It seems to position and work well inside the parent div until the content forces the height of the container to become taller than the parent div. When that happens, the container scrolls to the bottom right of the screen with part of it pushed off the browser display.

I assume others have run into this issue and am wondering if there is some specific css I can apply to fix this?

asked Dec 01 '10 at 15:55

jriell's gravatar image

jriell
(suspended)


Is the "mantainOnWindow" property set to true? Try to set it at false; this property force the container to move if it or part of it is out of the screen; I've to check if there could be a bug once the position is relative.

answered Dec 02 '10 at 17:29

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×3
×2
×1

Asked: Dec 01 '10 at 15:55

Seen: 352 times

Last updated: Dec 02 '10 at 17:29

jQuery main site - Matteo Bicocchi