mk_89
mk_89

Reputation: 2742

Page structure breaks when zooming out

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

Answers (2)

bassem ala
bassem ala

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

Libin
Libin

Reputation: 2462

For a better website which doesnot breaks on zooming , please go through the following links.

  1. Choosing the Dimensions for Your Web Page Layout
  2. How to create flexible sites quickly using standards like CSS and XHTML
  3. In Search of the Holy Grail

Also here is the Blueprint Tests: grid.css. Check that link by zooming!!!

Cheers.

Upvotes: 1

Related Questions