Reputation: 2383
I have a textBox with a CSS class that specified a fixed position. I have a dropDown menu with another fixed position in a differnt CSS class. I am intentionally overlapping the controls. When I zoom in and out on the browser page, the controls stay fixed but the layout of the remaining page no longer makes sense. Is there a way to dynamically changed the fixed location (top and left values) of the CSS classes on a browser zoom event?
Upvotes: 0
Views: 57
Reputation: 14053
Nope. There is no browser zoom event.
Probably the closest approach is one documented in this answer
Upvotes: 1