I have a div container which is centered (by margin-left:auto and margin-right:auto) and page design looks fine when loaded... Below this div there is another hidden one, which shows up on user request. But when this happens browser scroll shows up and mess up my design because centered div also moves few pixels to the left (so it can again be in the center).
Can this behavior be stopped?
Alternative solution is adding overflow-y:scroll but I found that overflow-y is not supported by all browsers and I can't find by which browsers... Can somebody post a link where I can see browser support list for css3 functions?