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" <[EMAIL PROTECTED]> wrote: > Jimbo - I checked out that link you sent. It looks like there are a few bad > characters at the beginning of theclockpick.css file. Not sure how those > snuck in there, but you can see them in Firebug, if you go to Net tab, then > CSS, clickclockpick.css, then Response tab - you can see some funky stuff > above the first id declaration. Those will sneak by in Firefox but IE will > go fubar. Make sure those bad characters are removed and then give it > another try. > > -- Josh > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: "jQuery (English)" <jquery-en@googlegroups.com> > Sent: Monday, December 17, 2007 9:23 AM > Subject: [jQuery] Re:ClockPickand 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 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 Message ----- > >> From: <[EMAIL PROTECTED]> > >> To: "jQuery (English)" <jquery-en@googlegroups.com> > >> Sent: Saturday, December 15, 2007 1:40 PM > >> Subject: [jQuery]ClockPickand IE7 > > >> > Josh, > > >> > I just found this group so I thought I would post my problem here. I > >> > haveClockPickworking very well with Firefox. I tried this with IE7 > >> > and all I get is a Grey box at the bottom of the page. I created a > >> > plain html page with only the js and css files needed to make > >> >ClockPickwork and got the same result. I commented out > >> > position:absolute in the css file and now I see all the text but it is > >> > not positioned correctly. I can run your demo just fine with IE7 so I > >> > must be doing something wrong but I sure can't figure out what. Any > >> > help would be very much appreciated. > > >> > Thanks.