Cross-browser testing
One of the things we’re really keen on when it comes to web design is making sure that our sites are compatible with as many web browsers as possible. We regularly test on Firefox, Opera, Internet Explorer 7 and Internet Explorer 6 on Windows, and Safari and Firefox on the Mac, and have the capacity to test on more if necessary. However, testing a design on lots of browsers can be very time consuming. I’m therefore having a look at a browser-testing site that I’ve come across: Browsershots.
First impressions are good - the site design is very simple, taking you straight into what it’s there for:
![]()
You enter the address of the site you want to test and select which browsers, and in theory it gives you a series of screenshots showing you what your site looks like.
I’ve requested some screenshots and will see what happens. It’s a free service, so I’m certainly not expecting instant results. Watch this space…


September 18th, 2007 at 7:41 am
Being bitten very hard at the moment by cross browser support… Our site is supposed to support IE5.5, 6, 7, and Firefox, which it does. Unfortunately, it also supports printing using CSS media=print…. What a carve up! Print support seems to be buggy as hell. Different subversions of IE 6 give different behaviour, and some bugs mean printing a page in IE6 crashes it altogether…
Tom