[jquery-ui] Re: No styles showing on datepicker

2009-04-21 Thread Magnus
haha. Thanks. On Apr 21, 12:39 pm, "Richard D. Worth" wrote: > Close, but you've got a typo. Change > > rel="stylsheet" > > to > > rel="stylesheet" > > - Richard > > On Tue, Apr 21, 2009 at 3:25 PM, Magnus wrote: > > > I have tried that and it makes no difference. > > > Magnus > > > On Apr 17,

[jquery-ui] Re: No styles showing on datepicker

2009-04-21 Thread Magnus
haha. Thanks. On Apr 21, 12:39 pm, "Richard D. Worth" wrote: > Close, but you've got a typo. Change > > rel="stylsheet" > > to > > rel="stylesheet" > > - Richard > > On Tue, Apr 21, 2009 at 3:25 PM, Magnus wrote: > > > I have tried that and it makes no difference. > > > Magnus > > > On Apr 17,

[jquery-ui] Re: No styles showing on datepicker

2009-04-21 Thread Magnus
I have tried that and it makes no difference. Magnus On Apr 17, 12:23 am, Josch wrote: > You forgot the attribute rel="stylesheet" in your css-tag. > It has to be: > rel="stylesheet"/> > > Josch > > On 17 Apr., 02:17, Magnus wrote: > > > I have just started playing around with jQuery UI and h

[jquery-ui] Re: No styles showing on datepicker

2009-04-21 Thread Richard D. Worth
Close, but you've got a typo. Change rel="stylsheet" to rel="stylesheet" - Richard On Tue, Apr 21, 2009 at 3:25 PM, Magnus wrote: > > I have tried that and it makes no difference. > > Magnus > > On Apr 17, 12:23 am, Josch wrote: > > You forgot the attribute rel="stylesheet" in your css-tag.

[jquery-ui] Re: No styles showing on datepicker

2009-04-21 Thread Magnus
I have tried that and it makes no difference. Magnus On Apr 17, 12:23 am, Josch wrote: > You forgot the attribute rel="stylesheet" in your css-tag. > It has to be: > rel="stylesheet"/> > > Josch > > On 17 Apr., 02:17, Magnus wrote: > > > I have just started playing around with jQuery UI and h

[jquery-ui] Re: No styles showing on datepicker

2009-04-17 Thread Josch
You forgot the attribute rel="stylesheet" in your css-tag. It has to be: Josch On 17 Apr., 02:17, Magnus wrote: > I have just started playing around with jQuery UI and have set up a > very basic first test page.It seems to work except there is no styling > on the calendar and it is transpar