I’ve downloaded the new FireFox Beta (1.5) to give a spin. The good news is that the developer toolbar and Open in IE plugins still work. As far as I’m concerned – these are the two critical plugins for me.
I decided to tackle an issue that has been nagging me for some time now. The disappearing scrollbar!
If you have a high resolution monitor, you may have noticed that this site shifts along to the left or right. The problem is that the pages are centre aligned. So is the Centaur Systems website.
Naturally, there is a fix (or at least a workaround) that works quite well. html By putting the following code into your css:
html { height: 100%; margin-bottom: 1px; }
If forces the page height to be 1 pixel greater than the window size. Even better is that Internet Explorer’s greyed-out scrollbar remains that – grey.
I wondered if this was an oversight on the Mozilla team’s part. No – apparently only IE has a constant scrollbar. That’s consistent with the Microsoft UI guidelines. The W3C guidelines are somewhat vague on the matter.
From a design viewpoint, it’s a pain in the rear, yet there are many passionate posts on the Mozilla Forums for and against.
I don’t suppose that this is an issue that will be effectively answered in the future. But hey, at least I have a centred website now.