resize browser to see what it looks like for your customers?
in firefox, right click on your bookmarks toolbar, and click 'add new'.
call it: '800x600'
and paste this in the location:
the most common resolution for latops is 1024x768
for 1024x768 call it: '1024x768'
and paste this in the location:
go to any page, and then click your shiny new bookmarklet.
your browser should snap to your selected size.
in firefox, right click on your bookmarks toolbar, and click 'add new'.
call it: '800x600'
and paste this in the location:
javascript:top.resizeTo(800,600);
for 1024x768 call it: '1024x768'
and paste this in the location:
javascript:top.resizeTo(1024,768);
your browser should snap to your selected size.
Comment