Re: [WSG] FF Anomaly

2005-05-09 Thread redux
Quoting David Laakso [EMAIL PROTECTED]:
If that's what you mean, adding this
at the bottom of your style sheet may help:
html {
min-height: 100%;
margin-bottom: 1px;
}
Hurrah for pixel pushing :)
http://www.splintered.co.uk/experiments/49/
Patrick
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


[WSG] FF Anomaly

2005-05-08 Thread standards
Dear Group,

I’m experiencing a strange anomaly in FF, which seems to occur
periodically. I’m completing the re-design of a new client’s current site,
and the XHTML Strict and CSS validate.

The problem I’m noticing is that when I click on the links in the main
navigation bar that generate a vertical scroll bar that the view port
quickly pushes the browser to the right, and then back again:
http://dev5.headclerk.net/index.htm

I’ve examined and re-examined my CSS file and markup and all appears to be
coded correctly. I’ve tested several other web standards sites, and some
cause the same problem while others work perfectly. I’m not sure if it’s a
browser bug, or a design issue. The site renders correctly in IE, Netscape
and Opera.

Any advice is always appreciated!

Respectfully yours,
Mario S. Cisneros



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

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



Re: [WSG] FF Anomaly

2005-05-08 Thread David Laakso
On Mon, 09 May 2005 00:43:57 -0400, [EMAIL PROTECTED]  
wrote:
Im experiencing a strange anomaly in FF, which seems to occur
periodically. Im completing the re-design of a new clients current  
site,
and the XHTML Strict and CSS validate.

The problem Im noticing is that when I click on the links in the main
navigation bar that generate a vertical scroll bar that the view port
quickly pushes the browser to the right, and then back again:
http://dev5.headclerk.net/index.htm
[...]
Mario S. Cisneros
Mario,
I'm seeing horizontal page jump in Mozilla, FF,   Opera on those pages  
not deep enough to draw a scroll bar. If that's what you mean, adding this  
at the bottom of your style sheet may help:

html {
min-height: 100%;
margin-bottom: 1px;
}
Best,
David Laakso
--
http://www.dlaakso.com/
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**