• I’m new to CSS, I’ve been able to figure out a little here and there myself but this has got me stumped. When I change my resolution or resize the window of my blog all the page elements get squashed together or put on top of each other. (try looking at it in 800×600 and you’ll see what I mean.)

    I’m assuming I need to set a fixed with of some sort, but I don’t know what or where to enter the code. Please help!

Viewing 1 replies (of 1 total)
  • howdy…

    familiarize yourself with the CSS declarations:

    Max-width: /* can be px, %, em, whatever */
    Min-width: /* ditto */

    these need to follow :

    width: auto;

    if you use that one..
    Happy coding!! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Arghhh…Screen Resolution Problems…’ is closed to new replies.