Reputation: 2742
Im wondering if anyone else has come across this problem when designing websites. Basically every time I zoom far out from my webpage the structure breaks and images and containers jump in to other parts of the page.
I have tried my very best to avoid this by measuring every div to the last pixel but this issue occurs, is there any tips for sorting this problem out.
Sorry that I cannot show an example, everything is on my localhost.
Upvotes: 0
Views: 2099
Reputation: 191
use html table tag right after your body tag when you put your body content in a table the content take automatically the width and height of their cells so when zooming it should not be a problem
Upvotes: 0
Reputation: 2462
For a better website which doesnot breaks on zooming , please go through the following links.
Also here is the Blueprint Tests: grid.css. Check that link by zooming!!!
Cheers.
Upvotes: 1