Internet exploder incompatibility issue

Permalink
We developed this flash website last year for a clienthttp://www.creamcentre.com

But soon after it was hosted live, the cilent was put off by the slow loading times and also was concerned about search engine optimization limitation of Flash.

So we suggested him Concrete 5, which can be seen herehttp://www.intheframestudio.com/psp,... We're almost on the way to host it live but suddenly I noticed this bug that won't display the thumbnails on a Page block used here
http://www.intheframestudio.com/psp/2level/locations/mumbai/...

The thumbnails are visible in Firefox & Chrome, but they do not show up in IE7

These thumbnails have been added as an attribute to the children pages of this page.

What could be the cause of this ?

 
Mnkras replied on at Permalink Reply
Mnkras
there are a few problems, btw super fish isn't workin either

<li><a href="/psp/2level/locations/mumbai/">Locations<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]>
<table>
<tr>
<td><![endif]-->
<ul>
   <li><a href="/psp/2level/locations/mumbai/">MUMBAI<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]>
<table>
<tr>
<td><![endif]-->


quite a few problems there,

actually, looking through the source almost all the ifs are messed up
Pritam replied on at Permalink Reply
@Mnkras I haven't used Superfish menu, I've tried Remo's drop-down menu tutorial and achieved that.
Pritam replied on at Permalink Reply 1 Attachment
I was able to fix the issue mentioned in the original post above, however I just noticed that the side-bar menu renders properly in most browsers, except for IE8.

@Mnkras had pointed out about the messed up if statements for IE8. I hope if someone could help me with the if statements for fixing this issue

I am attaching the screen shot of the side-bar menu rendering improperly in IE8