Ask questions and get good answers on jQuery

1
2

First of all, thanx for all this wonderfull stuff!

Secondly my question: I am trying to put a lot of content inside the scrollable elements. This causes the next element to have space at the top, so they are not outlined anymore. I can't think of a fix for this, other than absolute positioning or negative top margin on each element...

Thanx in advance, Florian

asked Dec 13 '09 at 14:56

Soulcreatives's gravatar image

Soulcreatives
111


I am having the same problem. Does this mean that the amount of content should be ALWAYS the same in each window element? Hmmmm . . . that does not sound right.

answered Dec 13 '09 at 18:15

themia's gravatar image

themia
111

I've updated the jquery.mb.scrollable to version 1.5.5 fixing this problem.

http://mbideasproject.googlecode.com/files/jquery.mb.scrollable.1.5.5.zip

answered Dec 14 '09 at 18:57

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

edited Dec 14 '09 at 20:51

Wo, that's fast, i'm going to check it right away. Thanx in advance!

(Dec 15 '09 at 14:03) Soulcreatives

That cuold be caused by different height of your contents... could you give me a link to your code?

answered Dec 13 '09 at 15:20

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

http://www.miary.com/scroll. As you can see panel 1 is fine, panel 2 is off, and panel 3 is good. It appears that if I adjust the amount of content of the content area, it levels out the scrolling windows.

answered Dec 13 '09 at 21:42

themia's gravatar image

themia
111

I have found a solution that works for me. If you assign position: absolute and top: 0 to all the scrollEl elements through an ID, they stay in position. It didn't work using the class "scrollEl".

(Dec 14 '09 at 12:57) Soulcreatives
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:

Asked: Dec 13 '09 at 14:56

Seen: 232 times

Last updated: Dec 14 '09 at 20:51

Related questions

jQuery main site - Matteo Bicocchi