Jump to content

Help! Compatibility issues with Internet explorer


VIP Rides

Recommended Posts

I am doing a site for a small business and when copying and pasting a gallery page into a new page to make a total of two internet explorer throws and error.  The thing that I find weird is that Mozilla and Chrome dont give me the problem!  Below is the code to the page that I copy and pasted to make the double.  Perhaps the error is on the index page?  Thanks for your Help.

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Busses</title>
<!-- // Stylesheets // -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/ddsmoothmenu.css" />
<link rel="stylesheet" type="text/css" href="css/jquery.fancybox-1.3.1.css" media="screen" />
<!-- // Javascript // -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/ddsmoothmenu.js"></script>
<script type="text/javascript" src="js/menu.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.1.js"></script>
<script type="text/javascript" src="js/jquery.fancybox-1.3.1.js"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/Tahoma_400-Tahoma_700.font.js"></script>
<script type="text/javascript">Cufon.replace('h1, h2, h3, h4, h5, h6, .cufontxt');</script>
<!--[if IE 7]><style>
.news ul li .thumb .featured{margin-left:-140px;}
</style><![endif]-->
<!--[if IE 8]><style>
.news ul li .thumb .featured{margin-left:-140px;}
</style><![endif]-->
</head>

<body>
<!-- Wrapper Section -->
<div id="wrapper_sec">
   <div class="trans">
       <!-- Header Section -->
        <div id="masthead">
           <!-- Logo Section -->
            <div class="logo_slogn">
               <div class="logo">
                <a href="index.html"><img src="images/logo.png" alt="" /></a>
                </div>
                <div class="slogn">
                   <ul>
                       <li><a href="#">Relax</a></li>
                        <li><a href="#">Dring</a></li>
                        <li class="last"><a href="#">Dance</a></li>
                    </ul>
                </div>
            </div>
            <!-- Search Section -->
            <div class="searchsec">
                <ul class="search">
                   <li class="noback">Search</li>
                   <li><input name="a" type="text" /></li>
                    <li><a href="#" class="go"> </a></li>
                </ul>
            </div>
            <div class="clear"></div>
            <div class="navigation">
               <div id="smoothmenu1" class="ddsmoothmenu">
                    <ul>
                        <li><a href="index.html">Home</a></li>
                        <li><a href="static.html">About Us</a>
                            <ul>
                                <li><a href="#">Introduction</a></li>
                                <li><a href="#">Who we are</a></li>
                                <li><a href="#">Where we work</a></li>
                                <li><a href="#">Our Team</a></li>
                                <li><a href="#">Careers</a></li>
                            </ul>
                       </li>
                        <li><a href="gallery.html">Gallery</a></li>
                        <li><a href="reservation.html">Reservations</a></li>
                        <li><a href="contact.html">Contact Us</a></li>
                        <li><a href="#">Pages</a>
                            <ul>
                                <li><a href="index.html">Home</a></li>
                                <li><a href="blog.html">Blog</a></li>
                                <li><a href="blog_post.html">Blog Post</a></li>
                                <li><a href="gallery.html">Gallery</a></li>
                                <li><a href="reservation.html">Reservation</a></li>
                                <li><a href="news.html">News</a></li>
                                <li><a href="contact.html">Contact Us</a></li>
                                <li><a href="static.html">Static</a></li>
                            </ul>
                       </li>
                        <li><a href="#">Themes</a>
                            <ul>
                                <li><a href="../blue/index.html">Blue</a></li>
                                <li><a href="../maroon/index.html">Maroon</a></li>
                                <li><a href="../pink/index.html">Pink</a></li>
                                <li><a href="../purple/index.html">Purple</a></li>
                            </ul>
                       </li>
                    </ul>
            </div>
                <ul class="share">
                   <li>Share with us:</li>
                    <li><a href="#"><img src="images/facebook.gif" alt="" /></a></li>
                    <li><a href="#"><img src="images/twitter.gif" alt="" /></a></li>
                    <li><a href="#"><img src="images/rss.gif" alt="" /></a></li>
                </ul>
            </div>
        </div>
        <!-- Bread Crumb Section -->
        <!-- Content Section -->
        <div id="content_sec">
           <!-- Column1 Section -->
           <div class="col1">
               <div class="heading sortby">
                   <h2 class="colr">Gallery</h2>
                    <ul>
                       <li class="txt">Browse By</li>
                        <li><a href="#" class="select">Birds</a></li>
                        <li><a href="#">Entertainment</a></li>
                    </ul>
                    <div class="clear"></div>
                </div>
               <!-- Gallery -->
                <div class="gallery">
                   <div id="slider2" class="gallerybig">
                        <div class="contentdiv">
                           <a rel="example_group" href="images/gallery_big.gif" title="section1"><img src="images/gallery_big.gif" alt="" /></a>
                        </div>
                        <div class="contentdiv">
                           <a rel="example_group" href="images/gallery_big.gif" title="section1"><img src="images/gallery_big1.jpg" alt="" /></a>
                        </div>
                        <div class="contentdiv">
                           <a rel="example_group" href="images/gallery_big.gif" title="section1"><img src="images/gallery_big2.jpg" alt="" /></a>
                        </div>
                        <div class="contentdiv">
                           <a rel="example_group" href="images/gallery_big.gif" title="section1"><img src="images/gallery_big3.jpg" alt="" /></a>
                        </div>
                        <div class="contentdiv">
                           <a rel="example_group" href="images/gallery_big.gif" title="section1"><img src="images/gallery_big4.jpg" alt="" /></a>
                        </div>
                        <div class="contentdiv">
                           <a rel="example_group" href="images/gallery_big.gif" title="section1"><img src="images/gallery_big5.jpg" alt="" /></a>
                        </div>
                        <div class="contentdiv">
                           <a rel="example_group" href="images/gallery_big.gif" title="section1"><img src="images/gallery_big6.jpg" alt="" /></a>
                        </div>
                    </div>
                    <a href="#" class="prev"> </a>
                    <div class="anyClass" id="paginate-slider2">
                        <ul>
                            <li><a href="#" class="toc"><img src="images/gallery1.gif" alt="" /></a></li>
                            <li><a href="#" class="toc"><img src="images/gallery2.gif" alt="" /></a></li>
                            <li><a href="#" class="toc"><img src="images/gallery3.gif" alt="" /></a></li>
                            <li><a href="#" class="toc"><img src="images/gallery4.gif" alt="" /></a></li>
                            <li><a href="#" class="toc"><img src="images/gallery5.gif" alt="" /></a></li>
                            <li><a href="#" class="toc"><img src="images/gallery6.gif" alt="" /></a></li>
                            <li><a href="#" class="toc"><img src="images/gallery7.gif" alt="" /></a></li>
                        </ul>
                    </div>
               <a href="#" class="next"> </a>
               <script type="text/javascript" src="js/contentsliderone.js"></script>
                    <script type="text/javascript" src="js/slider1.js"></script>
                   <script type="text/javascript" src="js/jcarousellite_1.0.2.js"></script>
                    <script type="text/javascript" src="js/photogallery.js"></script>
                </div>
            </div>
            <!-- Column2 Section -->
           <div class="col2">
               <div class="rightnavi">
                   <h4 class="colr">Video</h4>
                    <a href="#" class="videosec"><img src="images/video.gif" alt="" /></a>
                </div>
                <div class="rightnavi">
                   <h4 class="colr">Recent Tweets</h4>
                    <ul>
                       <li><a href="#">Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet</a></li>
                        <li><a href="#">Dolor sit amet Lorem ipsum dolor sit amet</a></li>
                        <li><a href="#">Amet Lorem ipsum dolor sit amet</a></li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
    <div class="trans">
        <div id="footer">
           <div class="signup">
               <h6 class="upper white">Signup for Newsletter</h6>
                <input type="text" value="Email" id="emailBox" name="s" onblur="if(this.value == '') { this.value = 'Email'; }" onfocus="if(this.value == 'Email') { this.value = ''; }" />
                <a href="#" class="buttonone right">Signup for Newsletter</a>
            </div>
            <div class="footerlinks">
               <h5 class="white">Easy Links</h5>
               <ul class="links">
                   <li><a href="index.html">Home</a></li>
                    <li><a href="contact.html">Contact</a></li>
                    <li class="last"><a href="#">Signup</a></li>
                </ul>
                <div class="clear"></div>
                <ul>
                   <li>601 New Street Yorkshire</li>
                    <li>Tel 123.456.7899</li>
                    <li>Fax 123.456.7899</li>
                    <li class="last">info@website.com</li>
                </ul>
                <p class="clear">©2010 Night Club. Website designed by CDE & managed by ABC</p>
            </div>
            <div class="top">
               <a href="#">Top</a>
            </div>
        </div>
        <div class="clear"></div>
    </div>
    <div class="clear"></div>
</div>
</body>
</html>

 

MOD EDIT:

 . . . 

BBCode tags added.

Link to comment
Share on other sites

although we eat diamonds for breakfast and live in the clouds, we do not have visionary skills.

 

could you maybe give the error message? got an online example also, and in laymen terms: read the forum rules, that way you would have know that when including code we use something called bbcode to include code.

Link to comment
Share on other sites

It simply says error on page when i preview in browser.  I preview the index page and when i click  the link to the page i created it says error on page in the bottom left corner and stays on the index.  IE is the only browser that gives me this problem and I cant figure it out.

 

Thanks

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.