You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by bu...@apache.org on 2004/01/16 19:26:41 UTC

DO NOT REPLY [Bug 26200] - Web site renders incorrectly in Mozilla 1.5 and 1.6

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26200>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26200

Web site renders incorrectly in Mozilla 1.5 and 1.6





------- Additional Comments From wchao@yahoo.com  2004-01-16 18:26 -------
I got a response from the Mozilla developers. They seem to think it is something
wrong with your page design. See below.

http://bugzilla.mozilla.org/show_bug.cgi?id=231134

------- Additional Comments From alfonso-nospam@terra.es  2004-01-16 10:19
------- Mozilla is scrolling by one page each time, but due to the header and
the footer it doesn't seems so.
You don't see that in IE because it doesn't support fixed positioning and anyway
the style sheet avoids it anyway:
@media screen {
  body > #header {
    /* Hide fixed positioning from IE */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}

I don't think that it would be possible to adjust the scrolling algorithm to
take into account any possible fixed element in the page (it doesn't have to be
at the top it can be 10 pixels from the top...)

Your best chance would be to contact the page author and explain them the
problem that this design arises for you.

finally: somebody that really understand how the scrolling and layout works in
Mozilla can tell the fate of this bug much better than me.

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org