Link to home
Start Free TrialLog in
Avatar of aspguru28
aspguru28

asked on

Scrolling layer inside centered table

Arghh, I'm having problems again with this scrolling layer.  It sits within a cell in a table which is centered horizontally and vertically.  On refreshing the page, the layer is situated in the correct position, as the browser window resizes, it goes moves out of the table.  I need this to snap in place regardless of the resolution etc.  How can I achieve this with what i have so far?

<div style="position:relative; width:393px; height:420px; z-index:1; overflow: auto;">
content..
</div>
Avatar of aspguru28
aspguru28

ASKER

I just figured out you need to remove position
ASKER CERTIFIED SOLUTION
Avatar of RomMod
RomMod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial