首先,我知道jQuery UI ThemeRoller - 安装主题问题。但是,在咨询之后,我仍然遇到问题。
当我打开index.html
安装中包含的内容时,我得到了这个(正确的主题):
但是,当我将它放入我的页面时,我得到以下信息(默认/失败安装):
首先,我不喜欢 Smoothness 主题,其次,字体大小比我页面上的字体大几倍。我已经获取了jquery-ui-1.8.18.custom.css
(从css/custom-theme
and development-bundle/theme/custom-theme
)的两个副本并将目录复制custom-theme
到我的styles
目录,但它仍然无法正常工作。
这是我到目前为止所拥有的:
<link href="../styles/custom-theme/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="../scripts/jquery-ui-1.8.18.custom.min.js"></script>
这是我的目录树:
pages/
page1.html
page2.html
styles/
custom-theme/
images/
// bunch of files for jQuery UI theme
jquery-ui-1.8.18.custom.css
global.css
reset.css // note that on the page, this is defined before any other CSS
scripts/
jquery-ui-1.8.18.custom.js
// bunch of other custom scripts
鉴于此,为什么它不能正确显示?