I wrote a website but I have a bug in it, when I resize my browser my website resizes with it. I have noticed this in Firefox (10.0.2), Chrome (16.0.912.77) and opera (11.60). I tested some other websites omgubuntu webupd8 and when I resize Firefox it still looks good (it doesn’t resize with the web-browser). I would love to post images but I need 10 reputation for that.
Share
Using CSS, apply a width (such as 1000px) to your
<body>and addmargin: 0 auto;to centre the content. You’ll have to bring the width of your navigation links down and re-position the ads, but this will stop your site from ‘resizing’ with your browser.