need a hack to make the right scroll in firefox permanent that works on cfm pages.... When my page length changes from very short (no scroll needed) to something that is longer and needs the scroll, my template moves slightly... any ideas?
Not sure if this will do it but in your outtermost table, het the height of that table to be 101%....Im just guessing here but it should work....
but their is probably a better solution
will try it... this is killing my application... you spend all this time to make your stylesheets and keep everyhing nice and consistent... One dynamic page and kaflewey!!!!!
in your style sheet place:
#scroll {
/* forces firefox to put the right scroll bar on your document so the page does not jump. */
position:absolute;
top:0;
bottom:-0.1px;
width:1em;
z-index:-1;
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.