[jQuery] Re: jquery cycle plugin problem?

2008-11-06 Thread Netherscurial

I solved the problem in IE 7, it seems the top and bottom divs/spans
that contains the background image were collapsing width wise, so I
have to add a width inline on the first slide to get it to work.

I am still having trouble with the blue background problem in IE 6. It
seems that the background of the site is showing through. Not sure
why, the CSS looks fine.

Anyone know the problem?

thanks!


[jQuery] Re: jquery cycle plugin problem?

2008-11-06 Thread Netherscurial

Thanks Mike,

I got it working, i have to add inline widths to the first slide for
the background endcap containers.

The IE 6 problem is frustrating. The CSS looks fine. Could you take a
look at the CSS and code to see if I am doing ti right?

I have this for js call

   precode class=mix$('#s7').cycle({
fx:'scrollUp',
pause: 1,
cleartype: 1,
timeout: 11000,
delay: 500,
fit: 1,
nowrap: 1
 });/code/pre



[jQuery] Mootools and Jquery conflict?

2008-09-11 Thread Netherscurial

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

link href=imageMenu2.css rel=stylesheet type=text/css
media=screen /
script type=text/javascript src=mootools.js/script
script type=text/javascript src=imageMenu.js/script

script type=text/javascript src=http://67.199.21.74/js/
jquery.validate.pack.js/script
script type=text/javascript src=http://67.199.21.74/js/
ui.core.js/script
script type=text/javascript src=http://67.199.21.74/js/
jquery.easing.js/script
script type=text/javascript src=http://67.199.21.74/js/
jquery.cookie.js/script
script type=text/javascript src=http://67.199.21.74/js/
jquery.scrollFollow.js/script

script type=text/javascript
 $( document ).ready( function () {
  $( '#call' ).scrollFollow( {
   container: 'wrap'
  } );
 } );
/script

script
 jQuery.noConflict();

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


script src=sifr/sifr.js type=text/javascript/script
script src=sifr/sifr-addons.js type=text/javascript/script
link rel=stylesheet href=sifr/sIFR-screen.css type=text/css
media=screen /


--

Any ideas how to fix it?

Thanks!




[jQuery] links in accordion plugin?

2008-03-26 Thread Netherscurial

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!


[jQuery] links in accordion plugin?

2008-03-26 Thread netherscurial


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! 


-- 
View this message in context: 
http://www.nabble.com/links-in-accordion-plugin--tp16304014s27240p16304014.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.