Hi, i just learnt html and css and made a nice little website, but it only seems to work on my resolution , 1440x900 the text gets messed up when i zoom in and out. Please help me, Is there a certain way i should make them, special script or something ? my site is www.grooveofmusic.com (this is just a temp domain)
any reason why you are using absolute positioning so much?
You need to put a container div around everything.
give the div a set width and center it
get rid of all that absolute positioning.
Use the code below for your css.review it for changes I made to it. Just add a <div class="container"> right after your <body> tag and a </div> right before your </body>
Bookmarks