Re: Fluid index problem
Thanks - I seem to have everything working OK now (but without the dropdown tools) however I did make the following changes to ie.css which seemed to make the IE6 rendering more consistent with FF2:
h1.sitetitle {
margin-top: 0;
}
table {
width: 100%;
text-align: left;
}
Not looked at IE7 though
-- Geoff