ralficzek
10 Aug 2007, 5:35 PM
I have a problem with repositioning grid. The situation is that I have two grids one below the other. I use resizing on the bottom of the top-grid. When I resize the top-grid, strange things happen to the bottom one (it loses his mask, hides under the top grid).
I've tried a couple of things including autoSize for the bottom-grid or refreshing it. Even I tried to reposition bottom-div element to align it to the bottom left corner of the top-div, but nothing helps, just messes up everything.
Can anyone help?
My markup:
[CODE]<div id="users1-grid-ct" style="border:1px solid #99bbe8;overflow: hidden; width: 770px; height: auto;"></div>
<div id="not-main">
<div id="users2-grid-ct" style="border:1px solid #99bbe8;overflow: hidden; width: 770px; height: auto;"></div>
<h3 style="margin-bottom:10px;">Wyszukaj użytkownik
I've tried a couple of things including autoSize for the bottom-grid or refreshing it. Even I tried to reposition bottom-div element to align it to the bottom left corner of the top-div, but nothing helps, just messes up everything.
Can anyone help?
My markup:
[CODE]<div id="users1-grid-ct" style="border:1px solid #99bbe8;overflow: hidden; width: 770px; height: auto;"></div>
<div id="not-main">
<div id="users2-grid-ct" style="border:1px solid #99bbe8;overflow: hidden; width: 770px; height: auto;"></div>
<h3 style="margin-bottom:10px;">Wyszukaj użytkownik