javascript - Prevent jQuery slidedown menu from pushing down elements in other columns? -
My current responsibility is slide down the Site menu. I intend to do this, because the window grows so that the objects can be arranged in columns (1,2 and 3). It's working a lot, but when I bow down one element in the first column, the elements of the first column also go down. Sometimes the elements jump from one column to the other.
I just need a general idea of what to do? Menu items are not automatically menu ready
Give your column the relative position with some padding and your When the menu is full, you can position your menu at the top of the text in the column, and when you slide toggle ()
.col {padding: 20px; Status: Relative; } Menu {status: absolute; Top: 0; }
To show this action, is
Comments
Post a Comment