我的项目里面引用的样式是这样的包括javascript
<link rel="stylesheet" type="text/css" media="screen" href=" http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/redmond/jquery-ui.css" />
<link rel="stylesheet" type="text/css" media="screen" href="jgridcss/ui.jqgrid.css" /><script src="cjs/grid.locale-cn.js" type="text/javascript"></script>
<script src="cjs/jquery.jqGrid.min2.js" type="text/javascript"></script>里面的
<link rel="stylesheet" type="text/css" media="screen" href=" http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/redmond/jquery-ui.css" />这个文件我下载到本地,可是图片都没有了,我想问一下图片上哪里下载,我按照jquery-ui.css文件里面的相对路劲
去找图片,老打不开网页,说没有此网页

解决方案 »

  1.   

    在  http://www.trirand.net/download.aspx
      

  2.   

    我下了中间那一个 asp.net的,例子有这样引用<link rel="stylesheet" type="text/css" media="screen" href=" http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/redmond/jquery-ui.css" />我就根据地址下到本地,结果按钮图片都不见,我就找图片 结果什么也没找到
      

  3.   

    不好意思看错了http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/redmond/jquery-ui.css
    按道理这样引用的都不用管它里面的内容的。。除非他们服务器上没上传的有图片。。
      

  4.   

    自己搞定了!终于下到图片了 ,真是坑爹啊! 
    我打开 http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/redmond/jquery-ui.css
    想下载了jquery-ui.css,我电脑有Dreamweaver,jquery-ui.css先以临时文件用Dreamweaver打开了,我发现
    里面的图片的路径都是 images/ui-bg_gloss-wave_55_5c9ccc_500x100.png ,我就奇怪了,我另存为本地文件时,Dreamweaver居然问我要不要更新连接,我点是 结果文件下 下来了 ,jquery-ui.css里面的图片的路径变成 ../Local Settings/Temporary Internet Files/Content.IE5/S40928WB/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png我就延着这样的路径去找,本来就得这样
    http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png真坑爹 害我老是这样去找http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/themes/Local Settings/Temporary Internet Files/Content.IE5/S40928WB/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png在IE老是报没有此网页 希望遇到这种情况的各位以后注意咯 ! 坑爹啊!!!