Forum Moderators: open
Problem is with Mozilla 1.3, all of the text is floating over to right and messing up all the layout. I'm just wondering if Mozilla 3 has any wierd problems I should know about before I spend too much time trying to fix this.
It sounds like a div positioning problem, it could also be a "padding combined with a float" issue.
For complex pages, I often build a test HTML doc to deal with the "global" issues first. I only include the divs (maybe some filler text as required) and give each div a subtle but detectable background-color. Then browser testing becomes an easier affair.