[WSG] Forcing a vertical scrollbar in Firefox 3

2008-06-20 Thread Mark Voss
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 sideways when you
navigate between pages that are longer and shorter than the viewport.

With the release of Firefox 3 however, I've found that this no longer works
and I need to increase the minimum height percentage slightly:

html{min-height:100.2%;}

does the trick!
_

Regards,
Mark Voss




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] Strange CSS Problem

2004-10-27 Thread Mark Voss
Hi,

Try this:

#leftmenu - replace position:absolute; left:0px;
with: float: left;


#pagebody - remove clear:both;

Regards,
Mark Voss

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**