I'm also assuming there is no - "no theme" css.
- <link type="text/css" rel="stylesheet" href="css/notheme/jquery-ui-1.8.15.css" />
If you don't want to use a theme, just remove the theme reference, correct?
Also, is there any need to include
- <link type="text/css" rel="stylesheet" href="css/jquery.ui.all.css" />
if you already have these
- <head>
- <link type="text/css" rel="stylesheet" href="css/smoothness/jquery-ui-1.8.15.css" />
<script type="text/javascript" src="js/jquery-1.6.2.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.15.js"></script>
<script type="text/javascript" src="js/themeswitchertool.js"></script> - </head>
references?
Thanks,