![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
The front page of www.royalmail.com displays wrongly in Firefox on Linux (though apparently not Windows). Worst of all, it is impossible to focus the input fields near the top of the page by clicking on them. However, I worked out some style rules that will fix it. These have been tested in Firefox 1.5 on Debian etch and Fedora Core 5.
To apply these, you need to copy/add the following text to ~/.mozilla/firefox/profile/chrome/userContent.css and then restart the browser. Perhaps someone who knows about GreaseMonkey can work out a rule for that, which would make it easier to install them.
@-moz-document url-prefix(http://www.royalmail.com) { div.Content-Region { position: static !important; } div.Content-Region div { position: static !important; } div.List-Container { height: auto !important; } div.hpBottomWide { clear: left; } }