Controversial Issue

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.

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>