RE: [WSG] Forcing a vertical scrollbar in Firefox 3

2008-07-10 Thread Jens-Uwe Korff
> He who lives in a glass house etc, etc... Hi Paul, you're right and I'm sorry if my comment came across too negative. In fact, I was rather amused that Opera, which I value for its fight for standards compliance, was advertising a course on standard compliant HTML programming and doing such an

Re: [WSG] Forcing a vertical scrollbar in Firefox 3

2008-07-10 Thread Bruce
he p tags fixed errors. So judging would have been completely unfair and wrong... Bruce bkdesign - Original Message - From: "Paul Bennett" <[EMAIL PROTECTED]> To: Sent: Thursday, July 10, 2008 9:44 PM Subject: RE: [WSG] Forcing a vertical scrollbar in Firefox 3 Hi Jen, Yo

RE: [WSG] Forcing a vertical scrollbar in Firefox 3

2008-07-10 Thread Paul Bennett
Hi Jen, Your comment may have come across as a bit more negative than it was intended, however: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.fairfax.com.au%2Findex.ac (46 errors) He who lives in a glass house etc, etc... My opinion (and it is just that) is the we need to stop be

RE: [WSG] Forcing a vertical scrollbar in Firefox 3

2008-07-10 Thread Jens-Uwe Korff
> Opera Web Standards Curriculum: http://www.opera.com/wsc/ It is interesting to note that they fail to follow the most basic web standard for implementing an image tag - specifying width and height - so that the page annoyingly jumps when the image is loaded. But heads up for only one validatio

Re: [WSG] Forcing a vertical scrollbar in Firefox 3

2008-06-20 Thread Matijs
Drawback is of course that only Mozilla based browsers understand this. On Fri, Jun 20, 2008 at 3:20 PM, Gregorio Espadas <[EMAIL PROTECTED]> wrote: > I use: > > *html{ overflow:-moz-scrollbars-vertical; }* > > ... and it works fine for me :-) > > Gregorio Espadas > http://espadas.com.mx > > > >

RE: [WSG] Forcing a vertical scrollbar in Firefox 3

2008-06-20 Thread Patrick Lauke
> Mark Voss > html{min-height:100.2%;} even more subtle html { min-height: 100%; margin-bottom: 1px; } http://www.splintered.co.uk/experiments/49/ P Patrick H. Lauke Web Editor Enterprise & Development University of Salford Room 113, Faraday House Salford,

Re: [WSG] Forcing a vertical scrollbar in Firefox 3

2008-06-20 Thread Gregorio Espadas
I use: *html{ overflow:-moz-scrollbars-vertical; }* ... and it works fine for me :-) Gregorio Espadas http://espadas.com.mx On Fri, Jun 20, 2008 at 8:04 AM, Алексей Тен <[EMAIL PROTECTED]> wrote: > You should try > > html { overflow-y: scroll; } > > > On Fri, Jun 20, 2008 at 16:53, Mark Voss

RE: [WSG] Forcing a vertical scrollbar in Firefox 3

2008-06-20 Thread Patrick Lauke
> [EMAIL PROTECTED] > html { overflow-y: scroll; } Ah, back in the days I tried it Opera wasn't playing ball. I now see that (at least Opera 9.5) understands this now. Good stuff. P Patrick H. Lauke Web Editor Enterprise & Development University of Salford Room

Re: [WSG] Forcing a vertical scrollbar in Firefox 3

2008-06-20 Thread Алексей Тен
You should try html { overflow-y: scroll; } On Fri, Jun 20, 2008 at 16:53, Mark Voss <[EMAIL PROTECTED]> wrote: > I've always used: > > html{min-height:100.1%;} > > to force a vertical scroll-bar in Firefox for fixed width sites that are > centred in the browser window - it stops them jumping si