Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery Coda Slider Last Slide is missing in IE 5,6,7
    primarykey
    data
    text
    <p>I am working on a site with the current working copy held at: www.OnlineUticaCollege.com/david</p> <p>I'm not all that familiar with the code slider in jQuery tools, but I know how to program so it's rather easy to make sense of.</p> <p>I've searched through multiple posts on here and other sites to find a similar problem (and hopefully a solution) but to no avail.</p> <p>What is happening is the last tab in the Code Slider ("Contact Us") is not showing up. I've verified that the content is there and it displays just fine in every browser except IE 5,6,7,8 that I have tried out so far.</p> <p>Any help is appreciated.</p> <p>[edit] Patrick,</p> <p>Sorry about not providing a code example, I blame lack of sleep :P</p> <pre><code>&lt;script src="tabbed-bottom-nav/js/jquery-1.2.1.pack.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="tabbed-bottom-nav/js/jquery-easing.1.2.pack.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="tabbed-bottom-nav/js/jquery-easing-compatibility.1.2.pack.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="tabbed-bottom-nav/js/coda-slider.1.1.1-.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script language="javascript" type="text/JavaScript"&gt; &lt;script type="text/javascript"&gt; jQuery(window).bind("load", function()jQuery("div#slider1").codaSlider()}); &lt;/script&gt; </code></pre> <p>There's the includes and initialization of the slider itself. Here's the content:</p> <pre><code>&lt;div class="panel" title="CONTACT US"&gt;&lt;!--Begin Contact Us: panel--&gt;&lt;div class="wrapper"&gt; &lt;img style="margin-left: 10px;" src="[link is here]" alt="" align="right" /&gt; &lt;p&gt;Your questions, comments and suggestions are important to us. Do you have questions about a program, certification programs or start dates?&lt;/p&gt; &lt;p&gt;Please call us toll-free at &lt;strong&gt;(###) ###-####&lt;/strong&gt; to speak with a knowledgeable Program Manager or &lt;a href="[link is here]"&gt;&lt;strong&gt;&lt;u&gt;fill out our online information request form.&lt;/u&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;&lt;/div&gt;&lt;!--End Contact Us: panel--&gt; </code></pre> <p>As for the Javascript error, I attempted to debug it with Firebug, but no error comes up. I'm playing a game of pin the tail on the code currently by just removing parts to find what it is that is causing the error in IE.</p> <p>Thanks for your response!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload