Here is a neat solution to test your design in different resolutions without having to change the screen settings on your pc:
* In Firefox, right click on your 'Bookmarks' toolbar, and click 'New bookmark'.
* call it: '800x600'
* paste the following in the 'location' field:
javascript:top.resizeTo(800,600);
* the most common resolution for latops is 1024x768 so create another bookmark and paste the following in the 'location 'field
javascript:top.resizeTo(1024,768);
When you click on either of these bookmarks the browser will resize to these dimensions so you can see how much a customer would see if their resolution was set to one of these options.
* In Firefox, right click on your 'Bookmarks' toolbar, and click 'New bookmark'.
* call it: '800x600'
* paste the following in the 'location' field:
javascript:top.resizeTo(800,600);
* the most common resolution for latops is 1024x768 so create another bookmark and paste the following in the 'location 'field
javascript:top.resizeTo(1024,768);
When you click on either of these bookmarks the browser will resize to these dimensions so you can see how much a customer would see if their resolution was set to one of these options.