Firefox Design Fix
Firefox Design Fix
Out of context: Reply #2
- Started
- Last post
- 8 Responses
- spiralstarez0
The only real problem I see is that your getting scrollbars in Firefox.
Looking at your CSS, this is because you have 3 instances of the normalText class that all have:
overflow:scroll as the property.
make a div that wraps those three, set overflow:auto on it, and take out the overflow in normalText.