[jQuery] Re: Odd behavior in IE with select boxes

2008-10-15 Thread JohnieKarr
I don't do this with client side, I do it with server side and a database, but I think you should try one of the following: 1) Select Type --- Type --- // javascript here to dynamically load content or 2) Select Type //No option to start with javascript: Then make your javascript

[jQuery] Re: accordion open in different sections?

2008-09-17 Thread JohnieKarr
Hi Kevin, I did this on one of the website I maintain: http://www.lovinggodlovingyouonline.com and also, the navigation menu is in the includes. To further complicate things, I use page.php?id= to load each page, so I'm not even pulling seperate pages. Also, not always is page.php used...for e

[jQuery] Re: IE slideDown bad attitude!

2008-09-16 Thread JohnieKarr
>From what I can tell it works great for me (ie 6). On Sep 15, 11:25 pm, JFRanger <[EMAIL PROTECTED]> wrote: > Hello World! > > Can some one can tell me WHY the content of my div's disappear (IE > ONLY) at the end of the slideDown/slideUp functions. > > See it in action:http://dev.residencia.ca/?

[jQuery] Re: Want slide over effect for forms

2008-07-21 Thread JohnieKarr
Perhaps you want to use a tabs type plugin? http://stilbuero.de/jquery/tabs_3/ I have seen tab plugins that do a slide. I've never used this plugin but it seems like what you want, just make the page 1 big form, the tabs go to different divs, so you can split up the form into different divs per

[jQuery] Re: Underlay to replace overlay

2008-07-16 Thread JohnieKarr
es there is something loading and more, I want to have my > thumb in front of the image displayed. > That's it ! > > Thank you for answering. > > Gabriel > > On 14 juil, 15:09, JohnieKarr <[EMAIL PROTECTED]> wrote: > > > > > Hi Gabriel, > > &

[jQuery] Re: Underlay to replace overlay

2008-07-14 Thread JohnieKarr
Hi Gabriel, I'm not familiar with thickbox, but don't you just want your gallery to be a div and change the background image of that div? I hope I'm visualizing what you want correctly. Thanks, Johnie Karr On Jul 12, 7:22 am, Gabriel <[EMAIL PROTECTED]> wrote: > Nobody ??? :( > > On 10 juil, 2

[jQuery] Re: slideDown and slideUp are jerky

2008-07-07 Thread JohnieKarr
slideUp ("Slide > Out" on the test page), and padding causes a jerk on the slideDown ("Slide > In"). So you need to zero them both. > > If you can zero the margin and padding on the animated element in your page, > it should fix it. > > -Mike > > > >

[jQuery] Re: slideDown and slideUp are jerky

2008-07-05 Thread JohnieKarr
smoother it gets. Any ideas or discussion on this is greatly appreciated. Thanks! On Jun 23, 7:59 am, JohnieKarr <[EMAIL PROTECTED]> wrote: > I had to change some files around, so the correct url > ishttp://www.lovinggodlovingyouonline.com/main.php > > Thanks, > Johnie Karr &g

[jQuery] FF doesn't recognize elements created with .append?

2008-07-02 Thread JohnieKarr
Hello all, I am working on this form (http://www.datamt.org/vornado/test.htm) and everything works fine in IE, but in FF it does not. What is supposed to happen is you select an item from the drop down and it auto generates the description for you. You can also click Add An Item button to add a

[jQuery] Re: Multiple File Upload Update

2008-07-02 Thread JohnieKarr
Diego, What is the Major Bug that you fixed? Thanks, Johnie Karr On Jul 1, 12:48 pm, "Diego A." <[EMAIL PROTECTED]> wrote: > Annoucement to anyone using this plugin: > - MAJOR BUG FIX > - New documentation website > - Documentation available to download (works off-line just as it does > online)

[jQuery] Strange, but major IE issue...

2008-06-24 Thread JohnieKarr
Hello, I run an intranet site (so I can't post a link) at work and I'm having a very wierd problem, that I just can't seem to correct. What happens is, my script works fine on the first page that is loaded, and it doesn't matter what page it is. Then, as soon as you leave that page, the script

[jQuery] Re: slideDown and slideUp are jerky

2008-06-23 Thread JohnieKarr
I had to change some files around, so the correct url is http://www.lovinggodlovingyouonline.com/main.php Thanks, Johnie Karr On Jun 17, 10:47 pm, JohnieKarr <[EMAIL PROTECTED]> wrote: > Hello, > > I have a site:www.lovinggodlovingyouonline.comthat the menu is jerky > in IE6

[jQuery] Re: cluetip question: is it possible to have tabs inside a cluetip?

2008-06-18 Thread JohnieKarr
I can't remember the name of it, but there is a tool tip plug-in that allows the plug-in to be another page. I can't remember if you can take your mouse inside the tooltip or not. I'm sure it can be made to do so. I use it at work. so I will get the name of it in the morning for you and post.

[jQuery] slideDown and slideUp are jerky

2008-06-18 Thread JohnieKarr
Hello, I have a site: www.lovinggodlovingyouonline.com that the menu is jerky in IE6 & 7 on xp. FF is really smooth. I would prefer onmouseover, but I changed my code to onmouseclick to help remedy the problem, but it did not work. Does anyone have any suggestions regarding this? My jquery co

[jQuery] Re: IE6 and blockUI Issue

2008-06-12 Thread JohnieKarr
I use blockUI for my intranet site, so I can't provide a demo page, but every user in the company must use IE6. To fix this problem, I modified lines 132 - 134 to the following: var lyr1 = ($.browser.msie) ? $('') : $(''); var lyr2 = $(''); I'm not an expert

[jQuery] Re: jqDock doesn't do anything?

2008-05-15 Thread JohnieKarr
>                    , distance:  60 >                    , coefficient: 1.5 >                    , labels:  false >                    , duration:  500 >                    , source:    false >                    }; >     jQuery('#icons').jqDock(opts); >   });

[jQuery] jqDock doesn't do anything?

2008-05-14 Thread JohnieKarr
Hello, I'm trying to find some support for this problem I'm having and there isn't much on google regarding jqDock. I have created just a basic test page using jqDock, but nothing happens. My images appear as normal, but nothing happens when I mouse over them (except the title shows as normal).