Agile Development Practices suggest developers keep a solutions log. I think we can all benefit from a combined solutions log. As I encounter errors or problems I intend to record the solutions on this blog. Please feel to leave your comments, solutions and email me with your errors and solutions.
Oct 5, 2009
Fix for missing scrollbars for Flash web site.
Add the following css to the web page:
html {
overflow: -moz-scrollbars-vertical;
overflow: scroll;
}
No comments:
Post a Comment