[jQuery] jquery cycle plugin problem?

2008-11-06 Thread KEVIN EVANS

Hello,

I have a site here http://www.crsdepo.com/newsite/index_cycle.html  
where I am using the Jquery cycle plugin but I am having some problems  
in Explorer 7 and 6.

In the right column near the bottom there is a testimonials section,  
which I have it cycling up, it looks perfect in Firefox but in  
Explorer 7 there seems to be a graphic glitch on the initial slide/ 
frame, the top header looks like it is overwriting part of the box,  
same with bottom. It's fine after the first frame.

In Explorer 6, there is a blue background that is showing behind the  
testimonial box.

Thanks for the help!

Thanks!


[jQuery] accordion open in different sections?

2008-09-16 Thread KEVIN EVANS

Hello,

I am working on a site where I am using the Accordion script from 
http://docs.jquery.com/UI/Accordion 
  on the left navigation.

You have an option to keep a section open by defaultbut I need to  
change which button is opened depending on which section you are in,  
and I have that accordion menu in a include so I dont see how you can  
do it.

The one that is open by default has a class of opener.

Any ideas?

Kevin


[jQuery] mootools and jquery conflict....

2008-09-11 Thread KEVIN EVANS

Hello,

I have a page here where the ScrollFollow plugin for Jquery is  
conflicting with the phatfusion plugin in mootools.

The scrollfollow is on the bottom left ribbon button. The phatfusion  
is on the  4 vertical photos you see in the banner area.

http://67.199.21.74/default.asp

I have read the page where how to fix it but I must not be doing it  
right. The phatfusion is working but not the scrollfollow, which works  
if I take out the phatfusion code.

I have this in the head





http://67.199.21.74/js/jquery.validate.pack.js 
">
http://67.199.21.74/js/ 
ui.core.js">
http://67.199.21.74/js/jquery.easing.js 
">
http://67.199.21.74/js/jquery.cookie.js 
">
http://67.199.21.74/js/jquery.scrollFollow.js 
">


  $( document ).ready( function () {
   $( '#call' ).scrollFollow( {
container: 'wrap'
   } );
  } );



  jQuery.noConflict();

  // Use jQuery via jQuery(...)
  jQuery(document).ready(function(){
jQuery("div").hide();
  });








--

Any ideas how to fix it?

Thanks!
Kevin



[jQuery] Re: links in accordion plugin?

2008-03-26 Thread Kevin Evans
Thanks for the help, I'm quite a newbie at jQuery so not sure how to  
add that. I attempted to add that code to the jquery code the top in  
the head

I have this now:


jQuery().ready(function(){
// simple accordion
jQuery('#list1b').accordion({
autoheight: false
});

$(".ui-accordion").bind("changeaccordion", function(event, ui) {
   ui.accordion-heading // internal widget instance
});
});



It does not seem to be working, but I know I'm doing something wrong.

my heading code is like this:

Example Videos on Consultwebs' Client  
Websites.
Thanks again for the help!

Kevin


On Mar 26, 2008, at 2:38 PM, Jörn Zaefferer wrote:


>>
> Try to specify the header to use for the accordion via the header- 
> option, see http://docs.jquery.com/UI/Accordion/accordion#options
>
> Jörn



[jQuery] links in accordion plugin?

2008-03-26 Thread Kevin Evans
Hello,

I have a page at http://www.consultwebs.com/videoNEW.htm which uses  
the accordion plugin to run those tabs you see where the video is. It  
works fine but none of the links works in the tabs, and some of them  
disappear. Like under the "Example Videos on Consultwebs' Client  
Websites." heading. When you click on the links it closes the tab  
instead of going to the page I want.

How do I get the links working in the paragraphs?

Anyone know the problem?

thanks alot!