-
mozilla not showing frames
My site has slideshow fade images and they do not exist when accessed from mozilla
Please offer the steps, code and its placement to solve this.
you can view source of this site http://members.cox.net/bdbtest
Thanks
Todd
-
-
You've got some other heavy code in the page that uses the <!-- --> commenting convention to hide itself from browsers that can't handle it. With Netscape, look at the page source, you will see that its parser thinks the entire script, including the beginning <script> tag is commented out. Gotta fix that first and see what happens.
try putting:
<![endif]--> just before the opening script tag and:
<!--[if gte vml 1]>
just after the closing one. It probably won't fix the whole thing for Moz but, it should get you closer. Might mess up explorer though. Will give you an idea what you are dealing with.
Last edited by jscheuer1; 03-11-2005 at 06:43 AM.
Reason: add info
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks