Replace flash with JQuery  Cycle plugin on my website

Hello,
I am hoping someone can help me with a little programming on my current website www.ci.guilford.ct.us
I am not a website developer so I am having some difficulty getting the down. I would like to replace my current flash content that scrolls through some photos with the JQuery Cycle plugin. With a lot of mobile devices not sporting flash I am leaning more toward this. Any help would be greatly appreciated and if there is anything else needed please let me know.
Thanks,
Tony

Well I got nailed by Adobe for my last post.
Here's how all of these jQuery effects plugins work.
They need to be in a div with a particular id or class. And you tell them, "put the thing there."
I still use a really old jQuery plugin that has been more than superseeded by Cycle. After I figured it out (and that took about two weeks) these plugins became really easy to understand.
So, let's look at Nancy's example:
She establishes a class in the style section (this might also be in your style sheet. It's called cycle-slideshow. It's in her document above with a period before it (which is how you define a class in CSS).
Now, in the HTML below, she creates the div:
<div class="cycle-slideshow" ...
Then she does a couple of commands to make cycle work:
... data-cycle-pause-on-hover="true"
     data-cycle-speed="2000">
Normally, I make these "pause-on-hover things "false" because, like in your own website, you simply want the images to show, one after another.
Then she does a bunch of images:
<img src= ...
Now, of course you have to call two things in your page to get everything to work. First, you need to call jQuery. I generally host my own copy of jQuery for each website, but it is perfectly fine to call one remotelly:
<!--Latest jQuery Core Library-->
<script src="http://code.jquery.com/jquery-latest.min.js">
</script>
And you have to call the jQuery plugin, called Cycle:
<!--Cycle2 Plugin Script-->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130409/jquery.cycle2.min.js"></script>
If you are still having trouble, please respond to my message from yesterday by phone.

Similar Messages

  • Firefox 10 & jquery cycle plugin transparency issues

    We have been using the jquery cycle plugin on many sites and after Firefox 10 was released we are noticing a solid black box appearing over the slides during the transitions.
    What happens:
    transition starts
    image area turns solid black
    next image fades in from black color
    In other browsers (FF9.x and under, IE7+, Chrome, Safari) the transition would be from one slide to the next and not from black to the next slide.
    Does anyone have an explanation for this? Thank in advance.

    You're welcome. We have very few support helpers who are anywhere near as familiar with web development issues and Firefox, as that particular forum over at MozillaZine. This forum has only existed for about 4 years now, where MozillaZine was founded in 1998, just a few months after Mozilla.Org was founded. The original audience was Mozilla developers, both Netscape employees and outsiders. Later on, web developers and end users started using MozillaZine fora for a wide variety of discussions and help for Mozilla products.

  • JQuery Cycle Plugin possible with sliced image site from Photoshop? CS5

    Hi all, I'm in a real pickle here.
    I'm an architecture & interior design graduate.
    I know not a lot about web design.
    I have managed to design my website, slice it in Photoshop and link it in Dreamweaver.
    I am trying to use JQuery Cycle for my slideshow here:
    http://www.paul-munro.com/tcfs/tcfs.html
    I have watched this tutorail several times, and find it very complex and hard to understand:
    http://www.youtube.com/watch?v=F6AWEwiQa6E
    All I am asking is: Is this possible with what I have? As in a site just sliced and 'Save for Web & Devices' from Photoshop?
    Any help much appreciated, I really need this done.
    Thanks,
    Paul.

    Hi all, I'm in a real pickle here.
    I'm an architecture & interior design graduate.
    I know not a lot about web design.
    I have managed to design my website, slice it in Photoshop and link it in Dreamweaver.
    I am trying to use JQuery Cycle for my slideshow here:
    http://www.paul-munro.com/tcfs/tcfs.html
    I have watched this tutorail several times, and find it very complex and hard to understand:
    http://www.youtube.com/watch?v=F6AWEwiQa6E
    All I am asking is: Is this possible with what I have? As in a site just sliced and 'Save for Web & Devices' from Photoshop?
    Any help much appreciated, I really need this done.
    Thanks,
    Paul.

  • Safari won't work with Adobe Shockwave plugin items on websites, despite...

    Safari won't play Adobe Shockwave files on websites, despite updating Shockwave in Safari. It works perfectly in Firefox. Is anyone else seeing this?
    I want to give you an example: Try these files on both Safari and Firefox. In Safari, you cannot even view the items that are supposed to be there. http://pdm6e.music.utexas.edu/p024-26.htm
    Thanks!
    Kat
    Message was edited by: MacKittyKat

    I've set up a blog post about getting Shockwave to run under Snow Leopard (32-bit, ignoring installation warning, etc.).
    http://blog.explorelearning.com/2009/08/gizmos-and-apple-osx-106-snow-leopard.ht ml
    Hope that helps you out.

  • Jquery cycle stacked

    The images are stacked and not cycling. Do I have to be hosted to see the cycle? below is source, css, two java files.  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" />
    <script type="text/javascript" src="js/jquery.cycle.min.js"></script>
    <script type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    <title>Lights! Camera! Ocean!</title>
    <style type="text/css"></style>
    <link href="style sheets/stylesheet.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    -->
    </style>
    <!-- include jquery library and Cycle plugin -->
    <!--  initialize the slideshow when the DOM is ready -->
    <!-- end jquery slideshow -->
    <script type="text/javascript">
    $(document).ready(function(){
    $('#trip1rightcol').cycle({
      fx: 'fade',
      speed: 2500
    </script>
    <script type="text/javascript">
    $(document).ready(function(){
    $('#trip2rightcol').cycle({
      fx: 'fade',
      speed: 2500
    </script>
    <script type="text/javascript">
    $(document).ready(function(){
    $('#trip3rightcol').cycle({
      fx: 'fade',
      speed: 2500
    </script>
    <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body onload="MM_preloadImages('images/testimg1.jpg')">
    <div id ="container">
      <div id="logowrapper">
             <img src="images/Logo_LightsCameraOceanb2.jpg" width="960" height="105" alt="Logo Lights! Camera! Ocean!" />
            </div> <!-- logowrapper -->
      <div id="wrapper">
       <p class="logoaddon" id="logoaddon">Photo &amp; Video Adventure Travel by Land, Sea &amp; Air</p>
       <div id="navbar">
        <ul>
         <li><a href="NavTextLinkPages/aboutus.html">Home</a></li>
         <li><a href="NavTextLinkPages/aboutus.html">About Us</a></li>
         <li><a href="NavTextLinkPages/aboutus.html">Contact</a></li>
         <li><a href="NavTextLinkPages/aboutus.html">Reservations</a></li>
         <li><a href="NavTextLinkPages/aboutus.html">Gallery</a></li>
         <li><a href="NavTextLinkPages/aboutus.html">Links</a></li>
        </ul>
       </div> <!--navbar -->
       <div id="middletext">
          <div id=expeditions><h1 class="center"><span class="h1middle">Expeditions</span></h1>
                    </div> <!-- expeditions -->
          <div id="colleft" class="floatLeftcol">
        Congratulations on finding your next travel adventure!  Our trips are of varied itineraries with  a focus on photography/ videography on land and under the sea.  Don't forget the view from a hot air balloon, helicopter, or vintage plane!  In  addition to sharing our passion for capturing outstanding images, we'll embrace the history and culture of exotic locations around the world.
           </div> <!-- collleft -->
          <div id="colright" class="floatRightcol">
        Our group may be based at a SCUBA resort, rainforest cabin, liveaboard dive boat, or moving with a desert caravan.
         We may have guest contests, technical workshops, historical underwater films, and screenings of our documentaries featuring other exciting destinations.  Participants of all skill levels are welcome! Let us know if you have something interesting to share.
           </div> <!-- colright -->
                    <br class="clearing"/>
                </div> <!--middle text -->
       <div id="alltrips">
          <p>  </p>
          <div id="trip1">
            <div id="trip1leftcol" class="tripleftcol">
                   <a href="NavTextLinkPages/aboutus.html" onmouseout="MM_swapImgRestore()"
                            onmouseover="MM_swapImage('Image8','','images/Luggage-Tag-Variant3testimgrollb4.jpg',0)">
                             <img src="images/Luggage-Tag-Variant3testimgrollb3.jpg" alt="image8" name="Image8" width="360" height="195" border="0" id="Image8" /></a>
            </div> <!-- trip1leftcol -->
             <div id="trip1midcol" class="tripmidcol">
                <object width="260" height="195">
                 <param name="EgyptVideo" value="http://www.youtube.com/watch?v=9UVFob4Q1D4" />
                 <embed src="http://www.youtube.com/watch?v=9UVFob4Q1D4"
                  type="application/x-shockwave-flash" width="260" height="195" />
               </object>
                        </div> <!-- trip1midcol -->
              <div id="trip1rightcol" class="triprightcol">
                <img src="images/testimg1.jpg" width="290" height="195" alt="testimg1"/>
                <img src="images/testimg2.jpg" width="260" height="195" alt="testimg2"/>
              </div> <!-- trip1rightcol -->
               <p><br class="clearing"/></p>
                    </div> <!-- trip1 -->
          <div id="trip2">
            <div id="trip2leftcol" class="tripleftcol" >
                      <a href="NavTextLinkPages/aboutus.html" onmouseout="MM_swapImgRestore()"
                           onmouseover="MM_swapImage('Image9','','images/Luggage-Tag-Variant3testimgrollb4.jpg',1)">
                         <img src="images/Luggage-Tag-Variant3testimgrollb3.jpg" alt="image9" name="Image9" width="360" height="195" border="0" id="Image9" /></a>
                     </div> <!-- trip2leftcol -->
             <div id="trip2midcol" class="tripmidcol">
                <object width="260" height="195">
                 <param name="EgyptVideo" value="http://www.youtube.com/watch?v=9UVFob4Q1D4" />
                 <embed src="http://www.youtube.com/watch?v=9UVFob4Q1D4"
                  type="application/x-shockwave-flash" width="260" height="195" />
               </object>
                        </div> <!-- trip2pmidcol -->
            <div id="trip2rightcol" class="triprightcol" >
               <img src="images/Luggage-Tag-Variant3.jpg" width="260" height="195" alt="trip pic" />
                        </div> <!-- trip2rightcol -->
             <p><br class="clearing"/></p>
        </div> <!-- trip2 -->
          <div id="trip3">
                     <div id="trip3leftcol" class="tripleftcol" >
                         <a href="NavTextLinkPages/aboutus.html" onmouseout="MM_swapImgRestore()"
                             onmouseover="MM_swapImage('Image10','','images/Luggage-Tag-Variant3testimgrollb4.jpg',1)" >
                            <img src="images/Luggage-Tag-Variant3testimgrollb3.jpg" alt="image10" name="Image10" width="360" height="195" border="0" id="Image10" /></a>
                        </div> <!-- trip3leftcol -->
             <div id="trip3midcol" class="tripmidcol">
                <object width="260" height="195">
                 <param name="EgyptVideo" value="http://www.youtube.com/watch?v=9UVFob4Q1D4" />
                 <embed src="http://www.youtube.com/watch?v=9UVFob4Q1D4"
                    type="application/x-shockwave-flash" width="260" height="195" />
               </object>
                        </div> <!--tri3pmidcol -->
            <div id="trip3rightcol" class="triprightcol" >
               <img src="images/Luggage-Tag-Variant3.jpg" width="260" height="195" alt="trip pic" />
                        </div> <!-- trip3rightcol -->
             <p><br class="clearing"/></p>
        </div> <!-- trip3 -->
           <p> </p>
           <div id=footer>
              <hr align="center" width="900" size="2" color="#586062"/>
              <p class="copyright" id="copyright">Copyright © 2010 Lights! Camera! Ocean!       
                        <a href="NavTextLinkPages/aboutus.html"> Privacy Policy</a> |
              <a href="NavTextLinkPages/aboutus.html">Terms and Conditions</a></p>
        </div> <!-- footer -->
         </div> <!--alltrips -->
        </div> <!--wrapper -->
    </div><!-- container -->
    </body>
    </html>
    /**sylesheet.css
    /** jquery**/
    /**LAYOUT**/
    html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
    margin:0px;
    padding:0px;
    border:0px;
    border-collapse:separate;
    border-spacing:0px;
    body,td,th {
    color: #F7F8FA;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    body {
    margin:0;
    padding:0;
    background-repeat: no-repeat;
    background-color: #222423;
    background-image: url(../images/backgroundwater.jpg);
    background-attachment: fixed;
    #wrapper {
    width: 960px;
    color: #FEF; /**remove this border**/
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color: #222423;
    padding: 0px;
    #logowrapper {
    width: 960px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 15px;
    #trip1rightcol {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 195px;
    width: 260px;
    overflow: hidden;
    #trip2rightcol {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 195px;
    width: 260px;
    #trip3rightcol {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 195px;
    width: 260px;
    .triprightcol {
    width:   260px;
    height:  195px;
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 20;
    padding-top: 10;
    padding-right: 0;
    padding-bottom: 10;
    padding-left: 0;
    position: relative;
    overflow: hidden;
    .triprightcol img {
    padding: 0;
    border:  0;
    top:  0;
    left: 0;
    float: left;
    height: 195px;
    width: 260px;
    .copyright {
    font-size: 12px;
    text-align: center;
    .logoaddon {
    text-align: center;
    width: 800px;
    border: 2px solid #586062;
    color: #FCFEFD;
    letter-spacing: 3px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 24px;
    line-height: 35px;
    vertical-align: middle;
    /**RE-USABLE CLASSES**/
    /**floats & clearing**/
    .floatRight, .floatLeft {
    width: 350px; /**adjust as needed**/
    padding:10px;
    height: 171px;
    .floatLeft {
    float:left;
    .floatRight {
    float:right;
    .floatRightcol, .floatLeftcol {
    width: 450px;
    height: 105px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    .tripleftcol {
    float: left;
    height: 195px;
    width: 360px;
    margin-left: 20px;
    overflow: hidden;
    clip: rect(auto,auto,auto,auto);
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    .tripmidcol {
    float: left;
    height: 195px;
    width: 260px;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    .triprightcol {
    float: left;
    height: 195px;
    width: 260px;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    .floatLeftcol {
    float:left;
    text-align: justify;
    margin-right: 0px;
    margin-left: 20px;
    padding-right: 10px;
    .floatRightcol {
    float:right;
    text-align: justify;
    margin-right: 20px;
    padding-left: 10px;
    .clearing {
    clear:both; height:1px; width: 100%
    /**text-align**/
    .left {
    text-align:left;
    .right {
    text-align:right;
    .center {
    text-align:center;
    .h1middle {
    letter-spacing: 2px;
    color: #0067E2;
    padding-top: 0px;
    padding-bottom: 5px;
    /**TOP NAVBAR**/
    #navbar {
    width: 90%;
    text-align:center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: lighter;
    padding-right: 0px;
    padding-left: 50px;
    #navbar li {
    margin: 0;
    display: inline;
    list-style-image: none;
    list-style-type: none;
    #navbar li a {
    text-decoration: none;
    padding-top: 0.75em;
    padding-right: 3em;
    padding-bottom: 0.75em;
    padding-left: 0.25em;
    #navbar li a:link {
    color: #C78D23;
    #navbar li a:visited {
    color: #C78D23;
    #navbar li a:hover, #navbar li a.current {
    color: #FFB52C;
    text-decoration:underline;
    overflow: hidden;
    /**end top navbar**/
    /**GENERAL LINKS**/
    a {
    text-decoration:none;
    a:link {
    color: #C78D23;
    a:visited {
    color: #C78D23;
    a:hover, a:active, a:focus {
    color: #FFB52C;
    text-decoration:underline;
    /**GENERAL TEXT STYLES**/
    p {
    line-height: 18px;
    color: #F6F8F7;
    margin-right: 20px;
    margin-left: 20px;
    h2 {
    color: #ec2c18;
    margin-right: 20px;
    margin-left: 20px;
    h1 {
    color: #5b9168;
    margin-right: 20px;
    margin-left: 20px;
    h3 {
    color: #007591;
    margin-right: 20px;
    margin-left: 20px;
    * jquery.cycle.min.js
    * jQuery Cycle Plugin (core engine)
    * Examples and documentation at: http://jquery.malsup.com/cycle/
    * Copyright (c) 2007-2010 M. Alsup
    * Version: 2.88 (08-JUN-2010)
    * Dual licensed under the MIT and GPL licenses.
    * http://jquery.malsup.com/license.html
    * Requires: jQuery v1.2.6 or later
    (function($){var ver="2.88";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o. s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLi nk=opts.updateActivePagerLink||$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clea rTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(els[opts2.currSlide],els[opts2.nextSlide],opts2, !opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug ("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,(!opts2.rev&&!opts.ba ckwards));},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(opt ions===undefined||options===null){options={};}if(options.constructor==String){switch(optio ns){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycle Timeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cycl ePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.c ycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSl ide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(opti ons.elements,options,1,(!opts.rev&&!opts.backwards));}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.styl e.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts .prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pag erAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy ){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont .data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleSto p;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.a fter]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartyp e){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.p ush(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));});}saveOriginalOpts(opts);if(! $.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.cs s("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts .width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingS lide){opts.startingSlide=parseInt(opts.startingSlide);}else{if(opts.backwards){opts.starti ngSlide=els.length-1;}}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=1;opts.startingSlide=opts.randomMap[1];}else{if(opt s.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;v ar first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(func tion(i){var z;if(opts.backwards){z=first?i<=first?els.length+(i-first):first-i:els.length-i;}else{z=f irst?i>=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els [first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$s lides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opt s.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width ||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:ma xw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}} if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;}); }if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){ var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHei ght||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($e l.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.c ycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||lo adingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100 ){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opt s.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.an imOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[fi rst]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.spe ed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts .sync){opts.speed=opts.speed/2;}var buffer=opts.fx=="shuffle"?500:250;while((opts.timeout-opts.speed)<buffer){opts.timeout+=o pts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.s peedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length ;opts.currSlide=opts.lastSlide=first;if(opts.random){if(++opts.randomIndex==els.length){op ts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.backwards) {opts.nextSlide=opts.startingSlide==0?(els.length-1):opts.startingSlide-1;}else{opts.nextS lide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}els e{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(o pts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next). bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,functi on(){return advance(opts,opts.rev?1:-1);});}if(opts.pager||opts.pagerAnchorBuilder){buildPager(els,op ts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.exten d({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animI n=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.bef ore,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.origin al.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opt s.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discar ding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.m ultiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}deb ug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"p ush"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s .css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opt s.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg ){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.heigh t&&opts.height!="auto"){$slides.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts .height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssB efore);if(opts.pager||opts.pagerAnchorBuilder){$.fn.cycle.createPagerAnchor(els.length-1,s ,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.h ide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after =[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.ori ginal.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opt s.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push (this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),o pts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){debug("manualTrump in go(), stopping active transition");$(els).stop(true,true);opts.busy=false;}if(opts.busy){debug("transition active, ignoring new tx request");return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.st opCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&!opts.bounce&&((o pts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.curr Slide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true; var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).wid th();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if (opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}f x=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeF x=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function( i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;} o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing; currSlide: "+opts.currSlide+"; nextSlide: "+opts.nextSlide);opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd,manual&&op ts.fastOnEvent);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next, opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd, manual&&opts.fastOnEvent);}}}if(changed||opts.nextSlide==opts.currSlide){opts.lastSlide=op ts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.leng th){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];if(opts.nextSlide= =opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}e lse{if(opts.backwards){var roll=(opts.nextSlide-1)<0;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextS lide=1;opts.currSlide=0;}else{opts.nextSlide=roll?(els.length-1):opts.nextSlide-1;opts.cur rSlide=roll?0:opts.nextSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;if(roll&&opts.bounce){opts.backwards=!opts.backwards; opts.nextSlide=els.length-2;opts.currSlide=els.length-1;}else{opts.nextSlide=roll?0:opts.n extSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}}}if(changed&&opts.pager){o pts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(els[opts.currSlide],els[opts.nextSl ide],opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=set Timeout(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));},ms);}}$.fn.cycle.updateAc tivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children( ).removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while((t-opts.speed)<250){t+=opts.speed;}d ebug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.pre v=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0 ;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=el s.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=o pts.randomMap[opts.randomIndex];}else{if(opts.random){opts.nextSlide=opts.randomMap[opts.r andomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){r eturn false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){r eturn false;}opts.nextSlide=0;}}}}var cb=opts.onPrevNextEvent||opts.prevNextClick;if($.isFunction(cb)){cb(val>0,opts.nextSlide, els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);} );opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cy cle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerA nchorBuilder("+i+", el) returned: "+a);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.ap pendTo($p);}}opts.pagerAnchors=opts.pagerAnchors||[];opts.pagerAnchors.push($a);$a.bind(op ts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0 ;}var cb=opts.onPagerEvent||opts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nex tSlide]);}go(els,opts,1,opts.currSlide<i);});if(!/^click/.test(opts.pagerEvent)&&!opts.all owPagerClickBubble){$a.bind("click.cycle",function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},fun ction(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops= c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){debug("applying clearType background-color hack");function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent" ){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this)); });}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hid e();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){o pts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.c ycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",o pts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));}; $.fn.cycle.custom=function(curr,next,opts,cb,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.cs s(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn= easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOu t,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(o pts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(": eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.c ycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts. animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000, speedIn:null,speedOut:null,next:null,prev:null,onPrevNextEvent:null,prevNextEvent:"click.c ycle",pager:null,onPagerEvent:null,pagerEvent:"click.cycle",allowPagerClickBubble:false,pa gerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null ,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto ",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,auto stop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:f alse,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoa ded:true,requeueTimeout:250,activePagerClass:"activeSlide",updateActivePagerLink:null,back wards:false};})(jQuery);
    /* jquery.cycle.lit.js
    * jQuery Cycle Lite Plugin
    * http://malsup.com/jquery/cycle/lite/
    * Copyright (c) 2008 M. Alsup
    * Version: 1.0 (06/08/2008)
    * Dual licensed under the MIT and GPL licenses:
    * http://www.opensource.org/licenses/mit-license.php
    * http://www.gnu.org/licenses/gpl.html
    * Requires: jQuery v1.2.3 or later
    ;(function($) {
    var ver = 'Lite-1.0';
    $.fn.cycle = function(options) {
        return this.each(function() {
            options = options || {};
            if (this.cycleTimeout) clearTimeout(this.cycleTimeout);
            this.cycleTimeout = 0;
            this.cyclePause = 0;
            var $cont = $(this);
            var $slides = options.slideExpr ? $(options.slideExpr, this) : $cont.children();
            var els = $slides.get();
            if (els.length < 2) {
                if (window.console && window.console.log)
                    window.console.log('terminating; too few slides: ' + els.length);
                return; // don't bother
            // support metadata plugin (v1.0 and v2.0)
            var opts = $.extend({}, $.fn.cycle.defaults, options || {}, $.metadata ? $cont.metadata() : $.meta ? $cont.data() : {});
            opts.before = opts.before ? [opts.before] : [];
            opts.after = opts.after ? [opts.after] : [];
            opts.after.unshift(function(){ opts.busy=0; });
            // allow shorthand overrides of width, height and timeout
            var cls = this.className;
            opts.width = parseInt((cls.match(/w:(\d+)/)||[])[1]) || opts.width;
            opts.height = parseInt((cls.match(/h:(\d+)/)||[])[1]) || opts.height;
            opts.timeout = parseInt((cls.match(/t:(\d+)/)||[])[1]) || opts.timeout;
            if ($cont.css('position') == 'static')
                $cont.css('position', 'relative');
            if (opts.width)
                $cont.width(opts.width);
            if (opts.height && opts.height != 'auto')
                $cont.height(opts.height);
            var first = 0;
            $slides.css({position: 'absolute', top:0, left:0}).hide().each(function(i) {
                $(this).css('z-index', els.length-i)
            $(els[first]).css('opacity',1).show(); // opacity bit needed to handle reinit case
            if ($.browser.msie) els[first].style.removeAttribute('filter');
            if (opts.fit && opts.width)
                $slides.width(opts.width);
            if (opts.fit && opts.height && opts.height != 'auto')
                $slides.height(opts.height);
            if (opts.pause)
                $cont.hover(function(){this.cyclePause=1;}, function(){this.cyclePause=0;});
            $.fn.cycle.transitions.fade($cont, $slides, opts);
            $slides.each(function() {
                var $el = $(this);
                this.cycleH = (opts.fit && opts.height) ? opts.height : $el.height();
                this.cycleW = (opts.fit && opts.width) ? opts.width : $el.width();
            $slides.not(':eq('+first+')').css({opacity:0});
            if (opts.cssFirst)
                $($slides[first]).css(opts.cssFirst);
            if (opts.timeout) {
                // ensure that timeout and speed settings are sane
                if (opts.speed.constructor == String)
                    opts.speed = {slow: 600, fast: 200}[opts.speed] || 400;
                if (!opts.sync)
                    opts.speed = opts.speed / 2;
                while((opts.timeout - opts.speed) < 250)
                    opts.timeout += opts.speed;
            opts.speedIn = opts.speed;
            opts.speedOut = opts.speed;
       opts.slideCount = els.length;
            opts.currSlide = first;
            opts.nextSlide = 1;
            // fire artificial events
            var e0 = $slides[first];
            if (opts.before.length)
                opts.before[0].apply(e0, [e0, e0, opts, true]);
            if (opts.after.length > 1)
                opts.after[1].apply(e0, [e0, e0, opts, true]);
            if (opts.click && !opts.next)
                opts.next = opts.click;
            if (opts.next)
                $(opts.next).bind('click', function(){return advance(els,opts,opts.rev?-1:1)});
            if (opts.prev)
                $(opts.prev).bind('click', function(){return advance(els,opts,opts.rev?1:-1)});
            if (opts.timeout)
                this.cycleTimeout = setTimeout(function() {
                    go(els,opts,0,!opts.rev)
                }, opts.timeout + (opts.delay||0));
    function go(els, opts, manual, fwd) {
        if (opts.busy) return;
        var p = els[0].parentNode, curr = els[opts.currSlide], next = els[opts.nextSlide];
        if (p.cycleTimeout === 0 && !manual)
            return;
        if (manual || !p.cyclePause) {
            if (opts.before.length)
                $.each(opts.before, function(i,o) { o.apply(next, [curr, next, opts, fwd]); });
            var after = function() {
                if ($.browser.msie)
                    this.style.removeAttribute('filter');
                $.each(opts.after, function(i,o) { o.apply(next, [curr, next, opts, fwd]); });
            if (opts.nextSlide != opts.currSlide) {
                opts.busy = 1;
                $.fn.cycle.custom(curr, next, opts, after);
            var roll = (opts.nextSlide + 1) == els.length;
            opts.nextSlide = roll ? 0 : opts.nextSlide+1;
            opts.currSlide = roll ? els.length-1 : opts.nextSlide-1;
        if (opts.timeout)
            p.cycleTimeout = setTimeout(function() { go(els,opts,0,!opts.rev) }, opts.timeout);
    // advance slide forward or back
    function advance(els, opts, val) {
        var p = els[0].parentNode, timeout = p.cycleTimeout;
        if (timeout) {
            clearTimeout(timeout);
            p.cycleTimeout = 0;
        opts.nextSlide = opts.currSlide + val;
        if (opts.nextSlide < 0) {
            opts.nextSlide = els.length - 1;
        else if (opts.nextSlide >= els.length) {
            opts.nextSlide = 0;
        go(els, opts, 1, val>=0);
        return false;
    $.fn.cycle.custom = function(curr, next, opts, cb) {
        var $l = $(curr), $n = $(next);
        $n.css({opacity:0});
        var fn = function() {$n.animate({opacity:1}, opts.speedIn, opts.easeIn, cb)};
        $l.animate({opacity:0}, opts.speedOut, opts.easeOut, function() {
            $l.css({display:'none'});
            if (!opts.sync) fn();
        if (opts.sync) fn();
    $.fn.cycle.transitions = {
        fade: function($cont, $slides, opts) {
            $slides.not(':eq(0)').css('opacity',0);
            opts.before.push(function() { $(this).show() });
    $.fn.cycle.ver = function() { return ver; };
    // @see: http://malsup.com/jquery/cycle/lite/
    $.fn.cycle.defaults = {
        timeout:       4000,
        speed:         1000,
        next:          null,
        prev:          null,
        before:        null,
        after:         null,
        height:       'auto',
        sync:          1,   
        fit:           0,   
        pause:         0,   
        delay:         0,   
        slideExpr:     null 
    })(jQuery);

    I got it cycling. Must've had bad code. Used different code.

  • Discoverer 4i not working with Sun JRE plugin

    Hi All,
    Recently i replaced jinitiator with Sun JRE plugin, after the deployment of the plugins the discoverer is not launching from the form based responsibility.
    Its displaying on window as
    Applet oracle.disco.DiscoApplet notinited
    But i see the document 290807.1 for deployment of Sun JRE its no where mentioned that 4i will not Support Sun JRE plugins.
    Any inputs are appreciated
    Thanks in advance.

    Hi,
    You can upgrade to Discoverer 10g (10.1.2.3).
    Note: 313418.1 - Using Discoverer 10.1.2 with Oracle E-Business Suite 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=313418.1
    Note: 459344.1 - What JRE Client Works With Discoverer 10.1.2 and e-Business Suite 11.5.10.2?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=459344.1
    Note: 367389.1 - Recommended Patch for Discoverer 10g (10.1.2.1 / 10.1.2.0.2) Plus Known Issues
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=367389.1
    If you are not planning to use Oracle AS 10g features (like Discoverer Connection Management, Discoverer Portlet Provider, and Oracle Single Sign On, ..etc), you can choose to install Oracle Business Intelligence Server 10g Release 2. Oracle Business Intelligence Server 10g Release 2 is available on a separate standalone CD and includes Discoverer Server 10g, Discoverer Plus 10g, and Discoverer Viewer 10g.
    Regards,
    Hussein

  • Can I create a calculator like this with jQuery alone?

    My knowledge of Javascript is negligible. I was wondering if a calculator like this could be created with jQuery, or if it would require knowledge of writing Javascript?
    http://www.sonar6.com/pricing/

    Start with jQuery Calculation plugin.   Tweak values as required.
    http://www.pengoworks.com/workshop/jquery/calculation/calculation.plugin.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Why is wordpress wp-cycle plugin is not working with firefox 4?

    wordpress wp-cycle plugin is not rotating with firefox 4 but does work with 3.6.10 and it works in Safari and IE. It just shows the first image but does not rotate to the others. This happens on both the mac operating system and Windows. Will there be a fix for this?

    For me the solution given here worked on my Thinkpad T42 WinXP:
    http://aslezak.com/thinkpad-trackpoint-scrolling-in-firefox
    Open this file in Notepad:
    C:\Program Files\Synaptics\SynTP\tp4table.dat
    Find this line:
    ; Pass 1 rules (These rules run last)
    Add the following lines above that:
    ; Firefox
    *,*,firefox.exe,*,*,*,WheelStd,0,9
    *,*,firefox.exe,*,*,MozillaWindowClass,WheelStd,0,9
    *,*,firefox.exe,*,*,MozillaDropShadowWindowClass,WheelStd,0,9
    *,*,firefox.exe,*,*,MozillaUIWindowClass,WheelStd,0,9
    *,*,firefox.exe,*,*,*,WheelVkey,0,9
    Save the file and restart the machine.

  • I don't want to use Flash with Safari.  What can I do to replace it?

    I don't want to use Flash with Safari.  What can I do to replace it?

    I have same question

  • Is it possible to purchase replacement Flash Card that came with the Cisco 1811 Router?

    I am in desperate need of a replacement Flash card that came included with the Cisco 1811 Router. I purchased the router used and it was working perfectly. I worked my way through all the information provided at cisco.com and had it pretty much configured the way I wanted it. Until the flash card got destroyed. A little embarassed to go into details how it was destroyed, let's just say my Grandson gave it a bath.
    It would be great if I could just purchase a replacement somehow with the IOS and SDM on it without purchasing a Cisco Service Agreement, etc. I purchased the router just to further my "Self Education". I have pretty much conquered all the aspects of the Cisco routers, etc. more or less developed for the Home Office user and moved on to bigger and better things. Since I was able to find a Cisco 1811 in good working condition very inexpensively I decided to go for it.
    Help from anyone would sure be appreciated.

    “Thank you for your question.  This community is for Cisco Small Business products and your question is in reference to a Cisco Elite/Classic product.  Please post your question in the Cisco NetPro forums located here: http://forums.cisco.com/eforum/servlet/NetProf?page=main  This forum has subject matter experts on Cisco Elite/Classic products that may be able to answer your question.”
    - Routers ----> Network Infrastructure Forum http://forum.cisco.com/eforum/servlet/NetProf;jsessionid=E0EEC3D9CB4E5165ED16933737822748.SJ3A?page=Network_Infrastructure_discussion

  • JQuery Cycle issue with IE9

    I'm in the process of reworking an old website and wanting to insert a JQuery Cycle slide show from the CS6 DW widget browser.  The slide show looks beautiful on all browsers except, you guessed it, Internet Explorer.
    Here's the deal, when loaded on IE9 the images overlap the text in the adjacent div.  I have the same issue on another site whereby the images drop over the div located below.  Again, this only happens on IE9, all other browsers work beautifully.  Yes, adding padding to the widget div is a temp fix, but then creates a new issue by adding too much blank space on all the agreeable browsers.
    Suggestions?
    Many thanks.
    Here's the site: http://www.thethinman1934.com/thethinman.html

    Chris Wessling wrote:
    Yes, adding padding to the widget div is a temp fix, but then creates a new issue by adding too much blank space on all the agreeable browsers.
    If that temp fix helps, then you can apply it to IE9 only via an IE Conditional Comment.

  • JQuery Conflicts with Muse and Plugins

    Hello Community,
    Recently, we ran into problems with jquery libraries (and my programmers were unable to fix it...suggesting I just make a stand-alone page in Dreamweaver/Komodo) when trying to insert that awesome LayerSlider from CodeCanyon. The problem: Muse calls an older jquery library than the one the LayerSlider needs (and once we updated it to the newest jquery standard, Muse no longer worked!). Hmmm. I wonder if there can be any type of fix for this as well????
    Has anyone got a work around to this (besides creating the page in its entirety with an IDE, then FTPing it after the Muse FTP in order to overwrite the index.html? (That's what we will have to do, since we definitely want that LayerSlider on the home page)).
    Thanks,
    Skyborn Manager

    Design work! Anything server-side unless I either revert to an older version of DW or cobble in the 3rd party fix to restore all the server-side functionality.   I love Muse because I can make things look the way I want them too very easily.  Here is a sample basic dialog.  Clearly does not look like the "canned" jquery dialog with the canned ui-dialog-titlebar or ui-dialog-content. For this one I've used a blank compo, single t/t, set the container to transparent enabled a close button, layered in a rectangle for the tombstone and a seperate one for the actual content, stylized the close button to get my "look".  Then tweaked the jquery to get rid of the padding, borders and corner radius, so I can set radius individually.  Not very elegant but the only way I could get a "title bar" to look like I wanted and a "content" area slightly smaller so as to complement the slide action, giving the effect that the "content" is retracting up into the "title bar" on collapse, like you see with an accordian.
    There are multiple dialogs on the page. Triggers appear to be "menu items".  When a target is triggered the target needs to allow a user to min/max/dock/collapse the different dialogs. 
    I don't mind using Muse in conjunction with DW, not a problem.  Just need to figure out how to get the look in Muse coupled with the functionality in DW.  Now since I exported to html I do have the .png files so...... maybe a way to use the .png files in DW instead...........

  • Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome

    Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome. Works in IE. This is my first time trying to post a question - so please be kind. I am also not good with code and am finding css a real challenge after learning to design based on tables. I'm using CS5.
    The "test" page with the slide show is: http://www.reardanwa.com/index-slides.html   The same page without the slide show is http://www.reardanwa.com/
    I realize the images are not ideally sized - I'll fix those once I get the pages to function.  Maybe I need a different slide show? I would prefer a widget that I can modify to required size & postition. Again - I'm not good at building with code from scratch.
    The problem is the naviagation links that are directly next to the slide show do not work in Firefox of Chrome. They do work in IE.
    I've read about using jQuery.noConflict(); code but can't figure out the correct way to use it in my case or whether that's even part of the solution. I know my code is not well organized as I have cobbled together from various sources in an attempt to format the page the way the client wants it. Also, FYI, I will eventually try to make the page work in Surreal CMS.
    I've spent sevaral days over the last several weeks trying to solve sth slide show/navigation conflict - so any specific light you can shed will be much appreciated.
    Thanks in advance.
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Reardan Area Chamber of Commerce</title>
    <meta name="description" content="home page for Reardan Area Chamber of Commerce" />
    <meta name="keywords" content="Reardan WA, chamber of commerce" </>
    <script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="scripts/jquery.cycle.all.js" type="text/javascript">  </script>
    <script type="text/xml">
    </script>
    <style type="text/css">
                                  #slideshow { 
                                      padding: 10px;
                                            margin:0; 
                                  #slideshow-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow img, #slideshow div { 
                                      padding: 10px;
                                      background-color: #EEE;
                                      margin: 0;
    body {
              font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
              background: #004B8D;
              margin: 0;
              padding: 0;
              color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
               /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    .left
    position:absolute;
    left:0px;
    .center
    margin:auto;
    width:95%;
    .box
              position:relative;
              left:-90px;
              width:950px;
              height:350px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              z-index:1000;
    .slide{
        position:absolute;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #42413C;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #6E6C64;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: none;
    /* ~~this fixed width container surrounds the other divs~~ */
    .container {
              width: 960px;
              min-height:900px;
              padding:5px 0px 0px 0px;
              background: #E8F8FF;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              background: #E8F8FF;
              padding:10px 5px 0px 5px;
    .sidebar1 {
              float: left;
              width: 225px;
              margin: 60px;
              color: #FFFF0D;
              background: #595FFF;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
        z-index:-1;
    .sidebar2 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:2;
    .sidebar3 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:3;
    .content {
              padding: 0px 0px 0px 0px;
              width: 780px;
              float: left;
              background: #E8F8FF;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
              padding: 0px 15px 5px 10px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
              list-style: none; /* this removes the list marker */
              border-top: 0px solid #FFFF66; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
              margin-bottom: 50px; /* this creates the space between the navigation on the content below */
              font: Arial Black, Verdana, , Helvetica, sans-serif;
              font-size:1.3em;
              font-weight:bold;
              z-index:2;
    ul.nav li {
              border-bottom: 0px solid #FFFF66; /* this creates the button separation */
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
              padding: 3px 0px 5px 0px;
              display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
              width: 185px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
              text-decoration: none;
              color: #FFFF0D;
              background: #595FFF;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
              background: #595FFF;
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
              color: #FFFFFF;
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              background:  #595FFF;
              color: #FFFF0D;
              position: relative;/* this gives IE6 hasLayout to properly clear */
              clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    -->
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
      <a href="#"><img src="images/Chamber-Logo-2.gif" alt="Reardan Chamber Logo" width="187" height="163" hspace="10" vspace="5" align="top" /></a><img src="images/Reardan-Chamber-Title.gif" width="476" height="204" alt="Reardan Area Chamber of Commerce, Dedicated to Preserving and Enhancing Area Businesses" /><p></p>
      <p style="color: #F00">This Site is under construction! Please pardon our dust as we create!</p>
      </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="about.html">About Us</a></li>
          <li><a href="history.html">Reardan History</a></li>
          <li><a href="activities.html">Activities</a></li>
          <li><a href="business.html">Business<br />
            Directory</a></li>
          <li><a href="about.html">Join the<br />
            Chamber</a></li>
           <li><a href="links.html">Links<br />
      <span style="font-size: 85%">Tourism</span><br />
          </a></li>
        </ul>
         <!-- end .sidebar1 --></div>
    <br />
    <br />
    <br />
    <br />
    <div class="box" +"slide">
      <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
                               slideshowAddCaption=true;
    $(window).load(function() {
      $('#slideshow').cycle({
                        after:                              slideshowOnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'blindX',// name of transition effect
                        pause:                              false,     // true to enable pause on hover
                        randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              100,  // speed of the transition (any valid fx speed value)
                        sync:                              true,     // true if in/out transitions should occur simultaneously
                        timeout:                    5000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '300px',
                        width:         '525px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
              if (slideshowAddCaption==true){
                                  $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
      </script>
      <div id="slideshow">
        <!--All elements inside this will become slides-->
        <img src="images/100_1537.jpeg" width="600" height="450" title="caption for image1" /> <img src="images/Parade-2011-2.jpg" width="300" height="225" title="caption for image2" /> <img src="images/100_1495.jpeg" width="600" height="450" title="caption for image3" />
        <div title="sample title"> Images for slide show will need to be re-sized to fit box to avoid distortion</div>
        <img src="images/beach4.jpg" width="200" height="200" title="caption for image4" /> <img src="images/beach5.jpg" width="200" height="200" title="caption for image5" /> </div>
      <!--It is safe to delete this if captions are disabled-->
      <div id="slideshow-caption"></div></div>
    <div class="sidebar2" "anotherClass editable"><p align="center"><strong>Chamber News</strong><br />
    Local News item
    <br />
    Another New item</p>
      <p align="center">lots of news this week<br />
        <br />
        <br />
        <br />
      </p>
    </div>
    <div class="sidebar3" "anotherClass editable"><p align="center"><strong>Upcoming Events</strong></p>
      <div align="center">    <a href="activities.html" style="color: #FFFF0D">Community wide yard sales</a><br />
        <br />
        <br />
        <br />
        <br />
      </div>
    </div>
    <div class="content"><br />
    <br />
    </div>
    <div class="footer">
            <p align="center"><span style="font-size: small">Reardan Area Chamber of Commerce</span><br />
              <span style="font-size: x-small">[email protected]  - 509.796.2102</span><br />
            </p>
            <!-- end .footer -->
    </div></body>
    </html>

    If you DO want the slideshow overlaping the navigation try the below css:
    .sidebar1 {
        float: left;
        width: 225px;
        margin: 60px 0px 60px 60px;
        color: #FFFF0D;
        background: #595FFF;
        border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
    .box {
    float: left;
    margin-left:-60px;
    width:700px;
    height:350px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;

  • Jquery menu plugin  integrated in Tab's (using a custom theme )

    Hi,
    I'm trying to use the jquery menu plugin and use it combined with tab's. I would like to get the effect which is also in the APEX IDE ( TAB's with submenu's expanding below the TAB ).
    So far I have my tab's and also my menu's which are show as a button on the page which expand when you click on them. But I would like to have the menu attached to the tab.
    I found somewhere (http://www.theapexfreelancer.com/apex/f?p=APEXFREELANCER:JQUERY_MENU_PLUGIN:0) that I should name the TAB and the LIST's on which the menu's are build exactly the same to achieve this, but so far no luck.
    Does anyone know of a cookbook describing how to achieve this or has any ideas what to check ?
    Regards,
    Bas
    b.t.w. Have a great 2012!

    The steps can be detailed as follows (I will make it specific to my theme -Application Builder- and you can replace what you want)
    0) a) My Page template name is WithNicolettePlugin.
    b) Put the Nicolette (Thanks alot for him) plugin on #REGION_POSITION_08# in Page Zero (Global page)
    c) the settings of the plugin as follows:
    - Template : WithNicolettePlugin
    - Before HTML : <ul class="dhtmlMenuLG2"> - After HTML : </ul> - jQuery selector submenu : .dhtmlSubMenu2
    - Tab set : main
    - Include single subtab : yes
    - Class first parent : ui-corner-left
    - Class last parent : ui-corner-right
    - File Prefix : #IMAGE_PREFIX#
    the others are empty     
    1) link the following CSS's into the Header section of the Page Template of (Bluejay-22)
    <link rel="stylesheet" href="/i/css/apex_builder.min.css?v=4.2.0.00.27" type="text/css" />
    <link rel="stylesheet" href="/i/css/apex_ui.min.css?v=4.2.0.00.27" type="text/css" />
    <link rel="stylesheet" href="/i/css/apex_ui_builder_home.css" type="text/css" />2) link the following Scripts into the Header section of the Page Template
    <script type="text/javascript">
    var apex_img_dir = "/i/", htmldb_Img_Dir = apex_img_dir;
    </script>
    <script src="/i/libraries/apex/minified/desktop_all.min.js?v=4.2.0.00.27" type="text/javascript"></script>
    <script src="/i/libraries/apex/minified/legacy.min.js?v=4.2.0.00.27" type="text/javascript"></script>
    <style> html {visibility:hidden;} </style>
    <script type="text/javascript">
    apex.security.framebreaker("D");
    </script>
    <script src="/i/libraries/apex/minified/widget.textarea.min.js?v=4.2.0.00.27" type="text/javascript"></script>
    <script src="/i/libraries/apex/minified/builder.min.js?v=4.2.0.00.27" type="text/javascript"></script>3) Re-write the Body section to be as the following
    <div id="page-header">
      .... LOGO AND WELCOME HERE ...... 
       <div class="apex-top-bar-end">
           <div class="apex-top-bar">
                <div id="tabs" class="dhtmlMenuLG">
                  #REGION_POSITION_08#   <!-- Put the plugin at your page zero in REGION 8 -->
                </div>
           </div>
       </div>  
    </div>
    <div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>
    <div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>
    <div id="body">
        <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="">
        <tbody>
          <tr>
            <td class="tbl-main" width="100%">#REGION_POSITION_02##BOX_BODY#</td>
            <td class="tbl-sidebar">#REGION_POSITION_03#</td>    
          </tr>
        </tbody>
        </table>
    </div>4- Update the section of Standard Tab Attributes to have Current Tab as the following *(PLEASE, REMOVE THE MINUS BEFORE onmouseover)*
    <li class="dhtmlSubMenuN" -onmouseover = "dhtml_CloseAllSubMenusL(this)" >
      <a href="#TAB_LINK#" class="dhtmlSubMenuN"
         title="#TAB_LABEL#">
         "#TAB_LABEL#
      </a>
    </li>
    {code}
    and Non Current Standard Tab as the following
    {code}
    <li class="dhtmlSubMenuN" -onmouseover = "dhtml_CloseAllSubMenusL(this)" >
      <a href="#TAB_LINK#" class="dhtmlSubMenuN"
          title="#TAB_LABEL#">
          "#TAB_LABEL#
      </a>
    </li>5- Update the section of Parent Tab Attributes to have Current Parent Tab as the following
    <div id="#TAB_ID#" class="current">
        <a href="#TAB_LINK#" title="#TAB_LABEL#" class="link_text">#TAB_LABEL#</a>
        <a href="#" class="link_icon">
          <img src="/i/apex/builder/down_dark_12x12.gif" width="12" height="12" 
               class="dhtmlMenu" alt="#TAB_LABEL# Drill Down"/>
       </a>
       <ul id="#TAB_NAME#" htmldb:listlevel="1" class="aTabs dhtmlSubMenu pulldown-tabs" style="display:none;">
           #TABS#
           <li class="last" dir="RTL"><span></span></li>
        </ul>
    </div>and Non Current Parent Tab as the following
    <div id="#TAB_ID#" class="non-current">
        <a href="#TAB_LINK#" title="#TAB_LABEL#" class="link_text">#TAB_LABEL#</a>
        <a href="#" class="link_icon">
          <img src="/i/apex/builder/down_dark_12x12.gif" width="12" height="12" 
               class="dhtmlMenu" alt="#TAB_LABEL# Drill Down"/>
       </a>
       <ul id="#TAB_NAME#" htmldb:listlevel="1" class="aTabs dhtmlSubMenu pulldown-tabs" style="display:none;">
           #TABS#
           <li class="last" dir="RTL"><span></span></li>
        </ul>
    </div>6- You will find a sample here in
    Workspace : ralab
    User : nicolette
    Password : abc123
    Application 33791 - TestDropDownAppBuilderTabs
    If the post completes your solution mark it as correct and the question as answered, otherwise, mark it as helpful.
    Best Regards
    Mahmoud

  • JQuery Cycle 2 Image Slideshow (Works (cycles) in Explorer, but not in Safari or Chrome??

    I am novice designer. I copied code for Cycle2 into my head (declaration or initializer?) and body (image source) of HTML document. The slider cycles through pictures in Explorer, but not in Safari or Crome. Any help, suggestions, alternatives would be appreciated. Thank you.
    I have tried
    Spry Content Slideshow- trouble being responsive when resized.
    FlexSlider2.2- trouble with image height/viewport sizing to big (kinda had workaround), but had trouble with getting HTML text and image together on one slide.
    WOWSlider- could not get rid of the gutter/margins surrounding the slider.
    Cycle2-won't work in all browsers (for me)
    Here is my code (on otherwise empty HTML and CSS pages) for Cycle 2
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>HTML5 document with Cycle2</title>
    <!--Latest jQuery Core Library-->
    <script src="http://code.jquery.com/jquery-latest.min.js">
    </script>
    <!--Cycle2 Plugin Script-->
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130409/jquery.cycle2.min.js"></script>
    <style>
    .cycle-slideshow, .cycle-slideshow * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 auto;
    width:45%; /**adjust width as required**/
    .cycle-slideshow img {width: 100%;}
    </style>
    <title>Untitled Document</title>
    <link href="css/boilerplate.css" rel="stylesheet" type="text/css">
    <link href="css/stylesheet.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="css/respond.min.js"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="LayoutDiv1">Use Insert Panel for additional Fluid Grid Layout Div tags. Note: All Layout Div tags must be inserted directly inside the "gridContainer" div tag. Nested Layout Div tags are not currently supported. </div>
      <div id="top">This is the content for Layout Div Tag "top"</div>
      <div id="header">This is the content for Layout Div Tag "header"</div>
      <div id="navigation">This is the content for Layout Div Tag "navigation"</div>
      <div id="slider"><h1><a href="http://www.malsup.com/jquery/cycle2/">jQuery Cycle 2</a> Responsive Slideshow</h1>
    <!--begin slideshow-->
    <div class="cycle-slideshow"
        data-cycle-pause-on-hover="true"
        data-cycle-speed="700"
    >
    <!--your images go here-->
    <img src="http://malsup.github.com/images/beach1.jpg" data-cycle-title="beach1">
    <img src="http://malsup.github.com/images/beach2.jpg" data-cycle-title="beach2">
    <img src="http://malsup.github.com/images/beach3.jpg" data-cycle-title="beach3">
    <img src="http://malsup.github.com/images/beach4.jpg" data-cycle-title="beach4">
    <img src="http://malsup.github.com/images/beach9.jpg" data-cycle-title="beach9">
    <!--end slideshow-->
    </div></div>
      <div id="content1">This is the content for Layout Div Tag "content1"</div>
    </div>
    </body>
    </html>

    Resize/re-scale & optimize all images for the web in your graphics editor before you insert them into your web pages.  Saves bandwidth and reduces page load.
    Cycle2 is a responsive slideshow.  If you want all images to remain 400px and not responsive to layout,  you'll need to modify the CSS code a little.
    Details on using Previous & Next links are in the documentation.
    http://jquery.malsup.com/cycle2/demo/prevnext.php
    Nancy O.

Maybe you are looking for

  • Creation of inbound shipments with reference to GR

    Hi Gurus, Is it possible to create a shipment document with reference to GR made from the PO's? I understand that there is a procedure to create inbound shipment from inbound deliveries. I would like to know if inbound delivery is mandatory to create

  • Correspondence type set up

    Hi , I have to setup a SAPSCRIPT for company codes (7200) for correspondence type . I have to create a new correspondence type . I was going thru the SPRO->FI->Global..->correspondence type. 1) there already exists a corr type called ZAP01 for all th

  • OIM 11g R1 LDAP Synch with OID.

    Hi, We are doing an LDAP Synch with OID directly. The users from various organisations in OIM needs to be synched to different OU's in OID, instead of a single container. How do we acheive this? would it be easy if we involve OVD also?

  • I can't edit my image in the browser

    Hi everyone, I have a problem with the new feature of Adobe Muse (editing with browser) When i publish the site with the edit window, i can only change the TEXT....I can't edit or insert new image even if the bloc image is editable...(i have a messag

  • Restoring a wiped MacBook without discs...possible?

    Okay, so I should have learnt from previous computers but I haven't... I recently bought a 2007 MacBook from a friend to use as a music library computer and general laptop. The MacBook was totally full of needless files and a mess with files, so I fi