Forum Moderators: not2easy

Message Too Old, No Replies

Problems with IE7

         

ric482

10:06 am on Sep 17, 2008 (gmt 0)

10+ Year Member



hello, i wonder if anyone can offer me assistance, my blog goes haywire when viewed through IE7, its fine in Firefox, but its has removed all my posts, and instead has left me with a bunch of <!--[endif]--> tags instead of my articles, which is ensuring the loss of my hair.

I'm assuming its something to do with the stylesheet, or the possible recent wordpress upgrade.

Appologies if this is in the wrong part of the forum...but if someone could help that'd be swell.

swa66

1:41 pm on Sep 17, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



First copy what you still see, next try a reload in firefox, the source you get there (view source) should be more or less identical to the source you see in IE (no mater how it renders).

<!--[endif]--> smells somewhat like the close tag of a conditional comments:
e.g. of a full one:


<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="/ie7.css" />
<![endif]-->

A runaway one could easily cause strange effects.

Try validating your code as well, if it sees trouble that might be a good place to start looking.
Try e.g.: [validator.w3.org...]