Good example! It is a kind of carousel, isn’it?
1 – The problem is that clicking pagination link (1,2,3,4,5) is a redirection to #1, #2, … so it is as loading new pages, there is many “keyboard navigation” in the browser history, a step backward leads to the #x 2- Difference in Internet Explorer (7)
I’m from a french-speaking country, I hope that I express well
]]>keyup
events to $('document.documentElement')
? $('document').keyup(function() { … })
seems to work just as well.]]>(I’ve just started learning jQuery so this site will be a huge help for me in the long run)
]]>It’s this part (no list that can be displayed inline-block?): div class=”panel” div class=”panel-wrapper” h2 class=”title” 1 /h2> img src=”image.jpg” / /div /div
I also changed to body to $(document.documentElement).keyup(function (event) …
Ruana
]]>the CSS for the nav-tabs:
/* Tab nav */ .coda-nav ul li a.current { background: url(‘../images/nav-on.png’) no-repeat center; }
/* Tabbed nav */ .coda-nav ul { clear: both; display: block; overflow: hidden; width: 80px; padding: 0; margin: 0px auto; margin-bottom: 23px;} .coda-nav ul li { display: inline-block; margin: 0; padding: 0; text-align: center;} .coda-nav ul li a { display: block; float: left; height: 12px; width: 12px; }
However, in the markup I don’t see any list whatsoever.
HTML inside of the slider-wrapper:
1
…
Therefore the navigation displays vertically below the images. I’m good at coding (html and css) but a beginner in scripting. I was unable to make the nav-tabs display horizontally so are the tabs maybe somehow attached to the script? Or could it be a IE specific problem?
Ruana
]]>