I designed a web page using CSS/HTML. I gave all the divs an absolute position property,and used % instead of px for all the dimension. My problem is that minimizing the browser window makes my divs interferes,change them size,and looks messy.
I added the "DOCTYPE" tag and meta tags. I thought there is something wrong with the position property so i tried "relative",and "static" instead of "absolute" but nothing changed.
what can i do??