![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
pages of different length jump in FF
I have used a DW CS3 template twocolfix with header and footer. Pages are
jumping sidewards in FF - not in IE or Opera. I figured out, that all pages with about the same length are fine - the jumping occurs if I change from a page shorter than the screen to one, which is much longer. So it differs obviously with the size of the monitor. If I add enough empty lines to have the pages equal in length - it is fine - but that can't be the solution! I have checked the width of all pictures and tables, they are well inside the maincontent div. What's wrong? |
|
|||
|
Re: pages of different length jump in FF
URL please? Could this page jumping be caused by the appearance of a
vertical scrollbar? --Nancy O. Alt-Web Design & Publishing www.alt-web.com "quilterin" <webforumsuser@macromedia.com> wrote in message news:gbr8l2$4u6$1@forums.macromedia.com... > I have used a DW CS3 template twocolfix with header and footer. Pages are > jumping sidewards in FF - not in IE or Opera. I figured out, that all pages > with about the same length are fine - the jumping occurs if I change from a > page shorter than the screen to one, which is much longer. So it differs > obviously with the size of the monitor. If I add enough empty lines to have the > pages equal in length - it is fine - but that can't be the solution! I have > checked the width of all pictures and tables, they are well inside the > maincontent div. What's wrong? > |
|
|||
|
Re: pages of different length jump in FF
Put this in your external CSS
html { min-height: 100%; margin-bottom: 1px; } or inside the code of your pages between the <head> and </head> tags like so <style type="text/css"> html { min-height: 100%; margin-bottom: 1px; } </style> --Nancy O. Alt-Web Design & Publishing www.alt-web.com "quilterin" <webforumsuser@macromedia.com> wrote in message news:gbrbcr$8fk$1@forums.macromedia.com... > Okay, you are right, I've seen it now: there are scroll bars on the right hand side, which come and go in FF, and stay, only fade in IE! What can I do to make them stay in FF as well? |
|
|||
|
Re: pages of different length jump in FF
"quilterin" <webforumsuser@macromedia.com> wrote in message news:gbrbcr$8fk$1@forums.macromedia.com... > Okay, you are right, I've seen it now: there are scroll bars on the right > hand side, which come and go in FF, and stay, only fade in IE! What can I > do to make them stay in FF as well? Try adding this to your CSS style sheet, at the top. html, body { height: 100.1%; min-height:100%; margin-bottom:1px; } -- Patty Ayers | www.WebDevBiz.com Free Articles on the Business of Web Development Web Design Contract, Estimate Request Form, Estimate Worksheet -- |
|
|||
|
Re: pages of different length jump in FF
[q]Originally posted by: quilterin
I have used a DW CS3 template twocolfix with header and footer. Pages are jumping sidewards in FF - not in IE or Opera. I figured out, that all pages with about the same length are fine - the jumping occurs if I change from a page shorter than the screen to one, which is much longer. So it differs obviously with the size of the monitor. If I add enough empty lines to have the pages equal in length - it is fine - but that can't be the solution! I have checked the width of all pictures and tables, they are well inside the maincontent div. What's wrong?[/q] |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|