coda-slider

WPF - Creating a custom ItemsControl

I'm looking into creating custom controls for WPF and I've found some reasonably useful blogs and such that vaguely go into enough detail but I'm still struggling a bit. Basically, what I'm trying to create is something akin to the infamous 'Coda Slider' but i just don't know enough to get started properly. Can anyone either point me i...

Can I create a coda slider navigation with variable height for its content?

Hi, Most people know the Coda Slider effect well these days but even with googling and doing a search here I could not find my answer. Question How can I create a Coda Slider style navigation that uses horizontal sliding/scrolling but adaptes its height during the sliding animation to the height needed for the content? For instance, t...

jQuery coda slider effect navigation stop

Hello. I'm using the Coda Slider effect described here: http://jqueryfordesigners.com/coda-slider-effect/ . It works perfectly but I need one more feature added and I don't know how to achieve this: I want the navigation to stop at the last and first tabs. I want the left/right button to disappear or became inactive if I am at the first...

Jquery Div Hide on click

I using coda slider in my page. View it here: http://www.ndoherty.com/demos/coda-slider/1.1.1/ Each tab causes the pane to shift the content inside it when it is clicked. I want something ELSE to happen on click. When a tab is clicked, I want an image to appear in the topleft section of the page in a div called "#topleft". For the sa...

Coda Slider Tab Navigation

I am using Coda-Slider for my website and I want to know if there is a way to change the content of each tab. For example, the user navigates onto tab2 where I placed a link to redirect the user to another page. Is there a way NOT to navigate away from the page nor the tab but instead load the link inside the tab? I was thinking it would...

CSS Overflow Question

Hi, Im using the coda slider. if you dont know the coda slider, the overflow-x position is hidden until a tab is clicked. The animation slides the hidden div in from the right or left. If you scroll down one of the panels, and click the tabs at the top again, it slides the tab over, but it doesnt change the overflow position. What I w...

Problem with jquey slider in IE6

Hi all I'm developing a web site using drupal cms. I have installed a module called slider module which is used to slide a page with sliding effect, it uses jquery. But it doesn't work in internet explorer 6, it doesn't display anything and no sliding effect. Does anyone know what the problem might be? Thanks ...

How to use coda-slider to slide and call a method that downloads data?

I have a page that has a panel with asp:charts. Below are some links when clicked on, the chart changes (it goes to the database, grabs the data, and displays the selected chart. What I would want to do is use coda-slider to slide between the charts. I am not sure how to do this since I am calling server-side methods. ...

jQuery Coda Slider Plugin Tearing sides on Firefox 3.5

I'm currently using this jQuery Coda Slider plugin at www.ndoherty.com/demos/coda-slider/1.1.1/ with some custom code to make it auto-rotate. Works in all browsers but Firefox 3.5 on both Mac and WinXP. The issue is the sides of the slider seem to be tearing and it tears only partially so I suspect its a rendering issue. And if so I dou...

jquery slider has mystery margin in ie 6/7

First view the page I am having problems with here: http://3hqidiots.com/onthespot/calendar.html I am using the slider found here: http://ennuidesign.com/demo/contentslider/ to slide different calendars. It loads perfectly in all browsers but ie 6/7. In ie 6/7, the first calendar loads with a left margin. Then you slide to the next cal...

Coda Slider Effect - CSS Issues with Mac Browsers

I'm having some issues with coding the coda slider navigation and panels to be exactly as the panels were uh, designed. I am using this version of coda slider ( http://jqueryfordesigners.com/coda-slider-effect/ ), and am using, for the most part, the same structure of CSS within their idea of the coda slider. To allow the navigation to...

Coda-Slider Previous and Next Button Hiding

Pretty simple question, I know it's just a matter of if / else if statements but I'm unable to get them to run correctly. I'm using the basis of http://jqueryfordesigners.com/coda-slider-effect/, I can get them hidden, etc, but when it comes to having them available depending on the situation (what is currently selected) I'm just unable...

jQuery Coda Slider IE 6,7 Crashing when switching tabs...I hate IE...

First off, I would just like to mention my absolute hatred of Internet Explorer and the grief it is causing me. Okay, so I have am using a Coda slider for a clients website, located at: www.onlineuticacollege.com/david Here is my declarations for my Coda Slider. <script src="tabbed-bottom-nav/js/jquery-1.3.2.min.js" type="text/javas...

jquery load and animate iframe with content

beginners question for jquery... or javascript in general - but preferrably done in jquery! i'm trying to achieve an effect of content sliding (and easing) in when a menu button is clicked. it would be for a normal site with different content (gallery, portfolio, videos, etc) and submenus on some pages that would slide in. i have learne...

last image doesnt load with codaslider, what is wrong

Using a plugin for sliding- when you click "avonmore" it just comes up loading images while the rest seem to be fine this uses both anythingslider and codaslider but i think codaslider is the problem http://justni.com/wip/mdd/martin_duggan_portfolio.html ...

Can jQuery Coda-Slider rewrite the title of the page on tab change?

We are building a site with Coda-Slider and are wondering if its possible to change the title of the page when changing tabs (without having to refresh the page)? I'm not that great at jQuery yet (let alone straight javascript), so I'm not sure if this is even possible. We're using version 2.0 of Coda-Slider and loading the latest jQuery...

Coda-Slider Problem in ie7, need to remove horizontal scrollbar

Hello, I am having a big issue with coda-slider and ie7. The horizontal scrollbar is unwanted and I cannot figure out how to remove it. Since coda-slider works as one long scrolling div, I could see why this is happening, however, in all other broswers, including ie8, there is no horizonal scroll. Looking through the web there are alot...

How do I control the direction of the scroll on my coda slider?

Hello, I have a coda slider and am unable to determine the direction of the scroll. I have 3 panels that I want to scroll left to right. Sometimes it scrolls left to right, sometimes up and down, and sometimes horizontally. How do I lock it down to go the direction I want? Here is the HTML: <body> <div id="slider_home" class="round_...

jQuery Coda Slider: javascript error in IE8 only

Hi, im getting a javascript error when using coda slider in IE8: "Expected ']'" Weird thing is that it only triggers when only. If i use the localhost version of the site, nothing happens. That line is when using: echo '<a href="javascript:void(null);" onclick="$.prettyPhoto.open( [\''.implode('\',\'',$pp['gallery']['link']).'\'], ...

is it possible to start coda slider on a hidden div?

i have a div id=holder, and inside a coda slider. it works alright, but to avoid the flickering in certain browsers, i decided to make holder display:none, and then display:block on $(document).ready The problem is that, for some reason, when the parent div is display:none, the coda slider doesnt have any effect. any workarounds or ide...