[jQuery] Re: ClockPick and IE7

2007-12-18 Thread Josh Nathanson
Jimbo, good to know the plugin is working for you now. -- Josh - Original Message - From: <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Monday, December 17, 2007 7:43 PM Subject: [jQuery] Re: ClockPick and IE7 Josh I found the issue but it caused me a bunch o

[jQuery] Re: ClockPick and IE7

2007-12-17 Thread [EMAIL PROTECTED]
Josh I found the issue but it caused me a bunch of other problems. I did not have a document header in my page. Once I add that then clockpick worked. It broke a bunch of other stuff though. Looks like I am back to the drawing board. Thanks for your help. On Dec 17, 3:56 pm, "Josh Nathanson

[jQuery] Re: ClockPick and IE7

2007-12-17 Thread Josh Nathanson
ember 17, 2007 9:23 AM Subject: [jQuery] Re: ClockPick and IE7 Josh, I added this link for you to see as well. http://www.realcoser.net/defaultold.html Thanks. On Dec 16, 11:27 am, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: Jimbo, do you have a link you can post? I don't

[jQuery] Re: ClockPick and IE7

2007-12-17 Thread [EMAIL PROTECTED]
I am using jQuery 1.2.1. The problem has to do with position:absolute in the css file. I can change position to fixed or relative and I can see the time but it does not position correctly. On Dec 17, 10:20 am, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: > Jimbo - make sure you are using at leas

[jQuery] Re: ClockPick and IE7

2007-12-17 Thread [EMAIL PROTECTED]
Josh, I added this link for you to see as well. http://www.realcoser.net/defaultold.html Thanks. On Dec 16, 11:27 am, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: > Jimbo, do you have a link you can post? I don't have IE7 running so I can't > test it myself, but I can take a look at your code.

[jQuery] Re: ClockPick and IE7

2007-12-17 Thread Josh Nathanson
From: <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Monday, December 17, 2007 7:32 AM Subject: [jQuery] Re: ClockPick and IE7 Josh, here is a small test page that I setup for testing. Thanks. http://www.w3.org/1999/xhtml"; > Real-closer.com jQ

[jQuery] Re: ClockPick and IE7

2007-12-17 Thread [EMAIL PROTECTED]
Josh, here is a small test page that I setup for testing. Thanks. http://www.w3.org/1999/xhtml"; > Real-closer.com jQuery(document).ready(function(){ $("#test").unbind().clockpick({layout: 'vertical',minutedivisions: 12}); }); On

[jQuery] Re: ClockPick and IE7

2007-12-16 Thread Josh Nathanson
Jimbo, do you have a link you can post? I don't have IE7 running so I can't test it myself, but I can take a look at your code. Or if you can't post a link just post your code to the list. If it works in IE7 in the demo it should work in your own environment. -- Josh - Original Mess