css - minimizing browser window affects the page style -


I created a web page using css / html I gave all divs a full position property, and all the dimensions Instead of using PX instead of%. My problem is that by reducing the browser window, interfering with my devices, they reshape and look dirty.

I added the tag "DOCTYPE" and the meta tag. I thought the situation was somewhat wrong with the property, so I tried "relative", and "stable" instead of "absolute" but nothing Revenge.

What can I do?

I am making it new to my HTML / CSS, because you should always have a DOCTYPE or Your code will not be valid in the most formless and will break the cross browser.

Full use of everything is not recommended, by me or anyone else but you can add a rapper division around your page, set it in relative and it can help. So that you do not have to pay attention to your page to fix this problem. But then, it can not do a lot without your code or example. There really is no way to say


Comments