箭头和手风琴按钮不显示! [英] Arrows and accordian buttons dont show up!

查看:79
本文介绍了箭头和手风琴按钮不显示!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


像手风琴一样的箭头和其他导航按钮是空白的,只有黑色的空白字段......


为什么?


这在预览1中有效。


帮助。没有它看起来很讨厌


Sven




SE1969

解决方案

嗨Sven,



感谢您报告此问题。  ;不幸的是,我们不得不在发布预览2之前进行最后一分钟的更改,这打破了(读取:隐藏)箭头。我所知道的唯一解决方法是在本地而不是通过CDN引用jQueryMobile的CSS。 
以下是如何操作:


1。将jQueryMobile 1.1.1下载到您的机器:
http:// code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.zip


2。解压缩上面的包


3。将jQueryMobile  CSS添加到您的项目中:


a)右键单击客户端项目中的Content文件夹


b)添加现有项目: jquery.mobile.structure-1.1.1.css


4。将上述ZIP中的默认图标添加到内容/图像(icons-18-black.png,icons-18-white.png等)


5。更新default.htm中的以下行:


更改:


< link < span style ="font-size:small"> rel =" stylesheet" ; type =" text / css" href =" // ajax.aspnetcdn.com/ajax/jquery.mobile/1.1.1/jquery.mobile.structure-1.1.1.css" />



收件人:


< link rel =" stylesheet" type =" text / css" href =" Content / jquery.mobile.structure-1.1.1.css" />








图标现在应显示在手风琴控件上。不幸的是,另一个错误(无解决方法)会阻止列表箭头显示。



我意识到这很麻烦;我只是想给你一个解决方法,以防你缺少手风琴图标。



如果您遇到任何其他问题,请告诉我们。



谢谢。



Joe







Hi,

The Arrows and other navigation buttons like accordian is blank, there are only black empty fields......

Why?

This worked in preview 1.

HELP. It looks nasty without it

Sven


SE1969

解决方案

Hi Sven,

Thanks for reporting this issue.  Unfortunately, we had to make a last-minute change prior to releasing Preview 2 that broke (read: hid) the arrows. The only workaround that I'm aware of is to reference jQueryMobile's CSS locally rather than via CDN.  Here's how to do it:

1. Download jQueryMobile 1.1.1 to your machine: http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.zip.

2. Unzip the above package

3. Add the jQueryMobile CSS to your project:

a) Right-click the Content folder in your client project

b) Add-Existing Item: jquery.mobile.structure-1.1.1.css

4. Add the default icons from the above ZIP to Content/Images (icons-18-black.png, icons-18-white.png, etc)

5. Update the following lines in default.htm:

Change:

<linkrel="stylesheet"type="text/css"href="//ajax.aspnetcdn.com/ajax/jquery.mobile/1.1.1/jquery.mobile.structure-1.1.1.css"/>

To:

<linkrel="stylesheet"type="text/css"href="Content/jquery.mobile.structure-1.1.1.css"/>

Icons should now show on the accordian control.  Unfortunately, yet another bug (no workaround) prevents the list arrows from showing.

I realize this is cumbersome; I just wanted to give you a workaround in case the lack of accordian icons is blocking for you.

Let us know if you run into any other issues.

Thanks.

Joe


这篇关于箭头和手风琴按钮不显示!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆