I just recently redesigned our Mustang club's website (www.mustangsofburlington.com). I constantly previewed the site in different browsers during the development progresses. Everything was great and peachy.
I uploaded the files to our server over the weekend. Everything looks great in Firefox, Opera, and even IE6. However, in IE7, one section on the homepage is not appearing on the screen. I have tried moving it all over the place thinking that it may just be the location. No such luck. It simply will not display.
So, today I decided to look at the source code in IE7. To my total dismay, actual lines of codes are not displaying in the source! I have never seen or even heard of something like this happening.
The section I am having problems with is the Sponsors section.
Here is the code for that section when viewing the source code in FF.
Here is that same section of code as viewed in the IE7 source.Code:<img src="images/sponsors.png" alt="sponsors" /> <a href="http://www.mustangweek.com"> <img src="images/sponsorads/mwbanner.jpg" alt="mustang week" /> </a> <a href="http://www.nwagent.com/TED_SEAGROVES_JR1.HTML"> <img src="images/sponsorads/nwbanner.gif" alt="nationwide insurance" /> </a> <a href="http://www.pro-dyno.com"> <img src="images/sponsorads/pdbanner.gif" alt="pro dyno" /> </a>
As you can see, two of the img tags fail to appear at all. And, even though the mwbanner img tag appears and the sponsors img tag appears, neither of them display on screen, no matter where I position them.Code:<img src="images/sponsors.png" alt="sponsors" /> <a href="http://www.mustangweek.com"> <img src="images/sponsorads/mwbanner.jpg" alt="mustang week" /> </a> <a href="http://www.nwagent.com/TED_SEAGROVES_JR1.HTML"> </a> <a href="http://www.pro-dyno.com"> </a>
OK, that's issue number one and the largest of m concerns. The second issue I am having is with the image fade script on this same page. It works great in FF and the other browsers, including IE6, but just displays the first image in IE7.
Oh, I failed to mention something. In IE7, if I select File-->Browse and open the index.html file that way, EVERYTHING WORKS FINE!! What in the world! This has me really stumped.
Any and all help and advice would be greatly appreciated. Thanks in advance!



Reply With Quote



Bookmarks