Trouble styling Datepicker
Hi
I've just tried to use the Datepicker, and something seems to go wrong
with the styling of it. I used the ThemeRoller to create "my own"
theme, and think I've included it right, but the styling doesn't work
(the functionality of Datepicker does work).
The way I've included it, is like this:
<link href="styles/jQueryTheme/ui.datepicker.css" rel="stylesheet"
type="text/css" media="screen" />
<script type="text/javascript" src="jscripts/jquery-1.3.1.min.js"></
script>
<script type="text/javascript" src="jscripts/ui.core.js"></script>
<script type="text/javascript" src="jscripts/ui.datepicker.js"></
script>
<script type="text/javascript">
$(function() {
$("#dob").datepicker();
});
</script>
It works fine, except for the missing styles (no styles at all).
Does anyone have a clue to, what I'm doing wrong?