[jQuery] jQuery Cycle Slideshow makes site crash in IE7

2009-04-07 Thread zeckdude
Please look at http://www.idea-palette.com http://www.idea-palette.com I have multiple pages that are being faded in using the top nav. When the user clicks on any of the above buttons to fade in another page that contains the Slideshow using the jQuery Cycle Plugin, IE7 crashes. When I

[jQuery] Why does my website crash in IE when fading?

2009-04-06 Thread zeckdude
My site works fine in Firefox, but it crashes in IE. I am using alot of jQuery in order to fade in content. When the user clicks on one of the above links a few times, it will crash in IE. Here is my site: http://www.idea-palette.com/ http://www.idea-palette.com/ I have absolutely no idea

[jQuery] Re: Can't get anchor tags to work with Cycle Plugin

2009-03-17 Thread zeckdude
This seems like a pretty easy problem. Does anybody know how I can add anchor tags around the Cycle Plugin Slideshow? -- View this message in context: http://www.nabble.com/Can%27t-get-anchor-tags-to-work-with-Cycle-Plugin-tp22475620s27240p22571406.html Sent from the jQuery General Discussion

[jQuery] Can't get anchor tags to work with Cycle Plugin

2009-03-12 Thread zeckdude
I'm using the jQuery Cycle Plugin, and I am trying to add anchor tags around the images in the slideshow so that the user can click on it to go to another site. I saw the example Malsup made at http://www.malsup.com/jquery/cycle/test/egil.html http://www.malsup.com/jquery/cycle/test/egil.html

[jQuery] Re: Can't get anchor tags to work with Cycle Plugin

2009-03-12 Thread zeckdude
nobody? anybody? -- View this message in context: http://www.nabble.com/Can%27t-get-anchor-tags-to-work-with-Cycle-Plugin-tp22475620s27240p22489934.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: Need Help with changing css on an object

2009-03-08 Thread zeckdude
phpbutcher wrote: Charlie is absolutely right. You can simplify it by using the css :hover to do your rollover states. You still however need to do something on top of that to handle the current problem you're having with it keeping the state change when a user clicks on one of the nav

[jQuery] Re: Need Help with changing css on an object

2009-03-08 Thread zeckdude
I will definitely add sprites though, I forgot to mention that. Thanks for that suggestion. -- View this message in context: http://www.nabble.com/Need-Help-with-changing-css-on-an-object-tp22394562s27240p22405565.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Need Help with changing css on an object

2009-03-07 Thread zeckdude
Hi, I am having some issues with my site. I have a main Nav with four links that load in 4 different sections. You can see the page I am working on here: http://idea-palette.com/official/newofficialsite4.html http://idea-palette.com/official/newofficialsite4.html What I am trying to do is,

[jQuery] Div's conflicting with each other

2009-02-03 Thread zeckdude
Hello all, I am using the jqGalScroll v2.1 Photo Gallery on my site. I have implemented the version that koesbong made at http://www.ryanbrenizer.com/wedding_portrait, but I am having an issue with Internet Explorer that I was hoping you can help me with. This is the Image Gallery in it's

[jQuery] Problems with creating a pager effect with a kwicks nav

2009-01-25 Thread zeckdude
Hello all, I created a Kwicks style nav and I am trying to make each of the buttons fade in a certain area of content. Each of the buttons fades in their areas correctly, but after I hit one button, it won't do anything when I hit another button after that. I'm pretty sure it has something to

[jQuery] Re: Simple jQuery problem with fading In/Out

2009-01-21 Thread zeckdude
Thanks for your help RSol! I did what you said, but I'm experiencing problems. In firefox, It still won't fade in the second area, and it wont fade back to the first area either. So pretty much, none of it works in Firefox. In Internet Explorer, the first area cuts away before the second area

[jQuery] Re: Content not fading in correctly

2009-01-21 Thread zeckdude
zeckdude wrote: Hello all, brbr I am trying to fade in some content, but it's not working correctly. I got some code at the Nettuts tutorial at http://nettuts.com/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/ and changed it a bit so it just fades in and out. brbr I

[jQuery] Issues with jQuery Cycle Plugin

2009-01-20 Thread zeckdude
Hello all, I'm working with the Pager feature using the jQuery Cycle Plugin(http://malsup.com/jquery/cycle/int2.html) I'm having some problems. I made two buttons at the bottom of my layout that when pressed are supposed to fade in two separate content areas. I'm pretty sure I made the correct

[jQuery] Simple jQuery problem with fading In/Out

2009-01-20 Thread zeckdude
Hello all, I'm trying to fade in one content area when I click on Button 1 and have the other content area fade out. As I wrote my code right now, it doesn't seem as though it's right. In Internet Explorer, It sort of works, but for some reason the content that is in content area 1 doesn't

[jQuery] Re: Simple jQuery problem with fading In/Out

2009-01-20 Thread zeckdude
What's wrong with my tags? I don't understand. What's in the comments? Can you please explain? RSol wrote: The problem is: Your tags: div id=area2 images/poster_thumb1.gif /div in comment. :) -- View this message in context:

[jQuery] Content not fading in correctly

2009-01-20 Thread zeckdude
Hello all, I am trying to fade in some content, but it's not working correctly. I got some code at the Nettuts tutorial at http://nettuts.com/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/ and changed it a bit so it just fades in and out. The fading sort of works, but there

[jQuery] Re: Browser Inconsistencies

2009-01-19 Thread zeckdude
is fiddle with the CSS until you make it work. On Jan 19, 4:57 am, zeckdude zeckd...@gmail.com wrote: Hello all, I have a strange problem I don't know how to fix. My page is showing up just as it should in Firefox, but when I look at the same exact page in Internet Explorer, the buttons

[jQuery] jQuery doesn't like being put inside a parent div in Internet Explorer

2009-01-18 Thread zeckdude
Hello all, I have a weird problem. I put a container div around the html for a kwicks style navigation bar and a Cycle Plugin slideshow which are both being powered by jquery scripts. It works fine when I look at it in Firefox, but when I look at it Internet Explorer, the navigation bar isn't

[jQuery] Re: jQuery doesn't like being put inside a parent div in Internet Explorer

2009-01-18 Thread zeckdude
Sean, I don't understand what that means. I did some googling on it and i found that it means the name of the starttag (the first some_name you find is not equal to the final end tag (the last /some_name you will find) you need to make them the same name. My html and head tags are named the

[jQuery] Re: jQuery doesn't like being put inside a parent div in Internet Explorer

2009-01-18 Thread zeckdude
I see the warning icon now. I just now enabled my script debugging and I see the Error message that appears: A Runtime Error has occurred. Do you wish to Debug? Line: 27, Error: Object doesn't support this property or method When I click on the Yes button to debug, nothing happens. I did some

[jQuery] Re: jQuery doesn't like being put inside a parent div in Internet Explorer

2009-01-18 Thread zeckdude
I figured out what was causing the problem. There was something being referred to in the JS that was called container on Line 27, so I simply changed the name of the div. I am still somewhat puzzled on how to open the script editor or how to tell Internet Explorer which Script editing program

[jQuery] Browser Inconsistencies

2009-01-18 Thread zeckdude
Hello all, I have a strange problem I don't know how to fix. My page is showing up just as it should in Firefox, but when I look at the same exact page in Internet Explorer, the buttons below the slideshow don't appear. I figured out, however that when you look at the page in Internet Explorer

[jQuery] Problem with jQuery Cycle Plugin

2009-01-17 Thread zeckdude
Hello all, I'm using the jQuery Cylce Plugin(http://malsup.com/jquery/cycle/) and I ran into some problems when I added it to some other pre-exising code I have. 1. Here is the working Slideshow - http://www.idea-palette.com/testfolder/slideshowtest.html When I add the existing working

[jQuery] Re: Problem with jQuery Cycle Plugin

2009-01-17 Thread zeckdude
Ofcourse. I figured it was such a simple solution. Thanks for the great code and for taking the time and effort to help us out! I need to use Firebug alot more too I see. -Chris malsup wrote: I'm using the jQuery Cylce Plugin(http://malsup.com/jquery/cycle/) and I ran into some

[jQuery] Re: What is the white area area behind text using sIFR on jQuery Media Plugin?

2008-05-29 Thread zeckdude
malsup wrote: You can control the background color using the 'bgColor' option. I just updated the sIFR demo page to show how to do this and also how to control the font size using the height option: http://www.malsup.com/jquery/media/sifr.html?v2 Mike I was able to change

[jQuery] What is the white area area behind text using sIFR on jQuery Media Plugin?

2008-05-28 Thread zeckdude
Hello Everybody, I am using the jQuery Media Plugin and I am using a .swf font file that I made via an online generator. When I use the script supplied at http://www.malsup.com/jquery/media/sifr.html http://www.malsup.com/jquery/media/sifr.html , I get a white area behind the sIFR text and I