Browsers

For several years I have struggled to make all the pages on this site display as I would like in different browsers. This has meant coding and maintaining more than one version of several pages, a task which makes updates a nightmare!
I have at last given up the unequal struggle and made the following decisions:
The problem is that all browsers have bugs when it comes to Cascading Style Sheets (CSS), not least of which is Microsoft's very own Internet Exlorer!
So what do I do? It's easy to build a site which displays perfectly with MSIE, which accounts for 90% of visitors, but users are increasingly turning to browsers such as Firefox and Opera which have far fewer security loop-holes.
So my final decision was to use Firefox as a benchmark. It is widely held to provide the most standard implementation of CSS and is the most popular alternative to MSIE. Then, having a site which adhers as closely as possible to W3C standards, I can tweak it to function satisfactorily with other browsers.
The ones i have available to me at the moment are:

Screen Resolution

When I first started this site, screen sizes of 640x480 were still common, 800x600 was a luxury, and 1024x768 was unheard of for home users.
Since then, 1024x768 has become the norm for home PCs, and many people use even higher resolutions.
I have therefore ensured that my site is useable with 800x600, but optimised it for 1024x768 and better. To do this, I try to work out the best font size for your screen resolution, and dynamically adjust to it when the top page is loaded. On pages with lots of text, e.g. my diary pages, I give you the opportunity to change the font size yourself.
Most of my pictures are sized at about 600 pixels wide, to ensure no horizontal scrolling with lower screen resolutions, and also to save room on the server. Now that I have changed ISP, I have much more webspace available, and so I've set about re-scanning my pictures and sizing them at 800 pixels, which fits perfectly with a 1024 screen resolution.

I'm sorry if your browser is experiencing problems, but there is really no excuse these days for not using freely available up-to-date software which complies with the above standards - and it doesn't have to come from Microsoft!!
If you're experiencing severe problems, please me and I'll investigate.