Re: IE 6 breaking tables.
I am currently working on the update and I am curious to know if replacing the following helps at all?
#main {
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 13pt;
width: 760px;
margin: 10px auto 25px;
position: relative;
}
with this:
#main {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
line-height: 13pt;
width: 760px;
margin: 10px auto 25px;
overflow: hidden;
}
Let me know. Thanks.