Hey Steven,

Thanks for the heads up, I must have missed that in the docs.  Now
it's working better, but still not perfect, am I missing another css
file?  Notice the outline of the datepicker is visable on the page
before clicking into the box, and the next and previous buttons are
still visable over the arrows.  So close, thanks so much for your
help!

Greg

On Mar 1, 10:52 pm, Steven Black <[email protected]> wrote:
> Looks like you are missing a call to ui.datepicker.css
>
> **--**  Steve
>
> On Mar 2, 1:21 am, gregerly <[email protected]> wrote:
>
> > Hello, I'm having an issue with the jquery datepicker, mostly the CSS
> > theme doesn't look right.  I've included the code below as well as a
> > link to the test page in question:
>
> > HTML:
>
> > <html>
> > <head>
> >         <script type='text/javascript' 
> > src='http://www.google.com/jsapi?key=<?
> > =$google_js_api?>'></script>
> >     <script type="text/javascript">
> >         google.load('jquery','1.3.1');
> >     </script>
> >     <script type='text/javascript' src='./javascript/jquery-
> > ui.min.js'></script>
> >     <script type="text/javascript">
> >                 $(document).ready(
> >                         function(){
> >                                 $('#datebox').datepicker();
> >                         }
> >                 );
> >         </script>
> >     <link rel="stylesheet" type="text/css" href="./css/ui.theme.css" /
>
> > </head>
> > <body>
> >         <input type='text' id='datebox' />
> > </body>
> > </html>
>
> > Link:
>
> >http://app.pencilem.com/test.php
>
> > Any idea what might be going on here?  I've tried to reupload the CSS
> > multiple times, and there is no conflicting CSS on the page as the
> > only CSS is the theme.  Thanks if anyone can help me with this!
>
> > Greg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to