Hello,

I have a problem using the AdRotator control with Internet Explorer 8. It works fine with Mozilla Firefox but with IE8 neither the Ad image appear nor the NavigateURL work.Here's an example of the Ad code:

<Ad>
<ImageUrl>
/Images2/googleAd.gif
</ImageUrl>
<NavigateUrl>
http://www.google.com.eg/
</NavigateUrl>
<AlternateText>
Ad to google home page
</AlternateText>
<Keyword>
Google
</Keyword>
<Impressions>
40
</Impressions>
</Ad>

But again it works fine with Mozilla Firefox. I can't use the Mozilla Firefox instead, I have to use IE8 for certain reasons.

I'm using Visual Studio 2008, VB Web application

I appreciate your help !