OK; I'll admit it. I wrote the site in IE 6.0. I didn't know any better at the time. My bad. But it works fine there (at least), and in Firefox 3.0. The code validates.
www.karentiede.com
In Firefox 2.0 and many other browsers, the "content" column overflows to the left and appears on top of the decorative border, making some of the content unreadable.
One Q&A in here suggested that making all the pages HTML 4.01 Strict DOCTYPE might help make all browsers work the same, but that question was the reverse--worked in Firefox, didn't work in IE. Is there another/different fix I should try?
From the CSS:
.column2 {float: right;
width: 80%;
}
From any of the pages that act up:
<body id="schedule_toc">
<div id="col1_schedule_toc">
<div class="column2">
Thanks.