Hi,

I am curious to know, is there a way to make my website zoom compatiable. When I zoom in the pictures move places, and on different sized monitors the website is different. Is there any way to change this so it stays the same regardless?

Website

If you are using the css float attribute to position content on your site, your content will change depending on the users screen resolution and whether or not the page is being zoomed. Along with float, padding-left, padding-right, or any padding in general will deliver different results in different screens unless you are using tables. In my opinion, use tables ex(<table><tr><td></td></tr></table>) if you don't want your content to change upon resize or zoom.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.