[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) jquery-en@googlegroups.com Sent: Monday, December 17, 2007 7:43 PM Subject: [jQuery] Re: ClockPick and IE7 Josh I found the issue but it caused me

[jQuery] Re: ClockPick and IE7

2007-12-17 Thread [EMAIL PROTECTED]
Josh, here is a small test page that I setup for testing. Thanks. html xmlns=http://www.w3.org/1999/xhtml; head meta http-equiv=Content-Type content=text/html; charset=windows-1252/ titleReal-closer.com/title script type=text/javascript src=scripts/jquery.js/script script

[jQuery] Re: ClockPick and IE7

2007-12-17 Thread Josh Nathanson
: [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com 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. html xmlns=http://www.w3.org/1999/xhtml; head meta http-equiv=Content-Type

[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 least

[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. Or

[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