I absolutely love the stopdesign theme, but I'm disappointed that it doesn't work well in IE6. Everything looks pretty good, except for the 'image.php' page- which is completely out of alignment. I've looked at the code and CSS for it, but I'm afraid to mess around too much and break it in IE7 and Firefox, etc... does anyone know if it works well in other browsers? Is it only IE6 and lower that it goes goofy? And are there plans to update it so it works cross-browser (maybe not necessarily with all the fun features, but at least viewable?)
Comments
`
.main {
position:relative;
width:500px;
margin:0 auto;
text-align:center;
}
`
with the above change, it will work in all major browsers.