Thread Starter
749831
Are you are not able to see anything at all on the site or do you just see something but not the text?
I just don’t see the main content. I see the navigation.
Thread Starter
749831
You cant really see it because its down the bottom and the backround is white. I know its a combination of the #content area but i cant figure it out.
I don’t even see the white background.
I looked at your CSS again, and the double values are still there.
If you don’t use #content, maybe you could remove it.
You also have this near the bottom of your CSS file.
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */
It’s not really hidden from IE-Mac.
It’s also not displaying properly in FF anymore.
I just noticed that your contentleft area has a larger width than the content div in which it’s contained. You should probably shrink the width of contentleft to either match content or be less than content. Same with singlecontent.
I did some editing to your CSS that might help a little. I noticed when I was going through it that you had some duplicated entries and other items.
http://paste-it.net/public/tddc1e8/
Thread Starter
749831
Thank you so much but I copied and pasted the css you edited and it did not work. Take a look it still looks the same
I wasn’t trying to fix anything when I looked at your CSS. I was trying to make it parse better. And it did some of that.
I’m stumped now though. I don’t know what could be causing IE to mess up like that.
Thread Starter
749831
It looks like its going in the right direction though because the footer is up and the text has moved up where you can see it a little bit.
In FF it looks better.
I hope you find out the problem! If not, I’m sure you can find a theme that will work.
Thread Starter
749831
So you definalty think the problem its in the theme itself and not the CSS ?
I’m thinking it’s a bit of both, but I can’t find the problem and neither can you.
There are plenty of themes that you can add your own headers to and modify. You could even make your own if you are ambitious enough!
Thread Starter
749831
What if I get a new theme and something like this happens again. It has to be a way to fix this.