我正在使用jquery模態對話框,但對話框的外觀不是對話框example的外觀。包含並啓用jquery ui。有任何想法嗎?奇怪的樣子,jQuery UI
0
A
回答
0
看起來字體大小的問題。儘量在你的頁面的樣式表這一行:
body{ font-size: 60% }
+0
好的,現在對話框看起來很好,但是我的頁面上的其他每個文本都太小了^^ – 2010-09-19 11:20:56
+0
您需要編輯css文件。減小jquery對話框模板中的字體大小或增加頁面css中除正文以外的所有元素的字體大小。隨你便。 – Branimir 2010-09-19 11:29:47
相關問題
- 1. 可排序UI的奇怪行爲jquery
- 2. jQuery UI Sortable奇怪的結果
- 3. jQuery UI的奇怪按鈕問題
- 4. 奇怪的jQuery UI執行延遲
- 5. jQuery UI AutoComplete發生奇怪的錯誤
- 6. 奇怪的jQuery UI滑塊行爲
- 7. jQuery ui自動完成奇怪行爲
- 8. iPhone的奇怪動畫UI
- 9. jquery奇怪的行爲
- 10. jquery slideToggle奇怪
- 11. jQuery .toggle()使用jQuery UI標籤的奇怪行爲
- 12. android setVisibility ui顯示奇怪
- 13. jQuery UI怪異
- 14. jQuery UI的教程/例子/樣本
- 15. 奇怪子行爲
- 16. jquery表演奇怪
- 17. jQuery延期奇怪
- 18. jQuery驗證奇怪
- 19. jQuery UI的標籤添加標籤奇怪的行爲
- 20. UpdatePanel中的Jquery UI對話框做奇怪的事情
- 21. UI的一些奇怪的行爲?
- 22. 奇怪的行爲,jQuery的
- 23. 奇怪的jQuery的錯誤
- 24. 奇怪的行爲,jQuery的
- 25. 奇怪的catch子句... C++
- 26. 奇怪的jQuery UI滑塊行爲使用Page Up/Down
- 27. jQuery UI滑塊使用範圍,奇怪的行爲
- 28. 奇怪jQuery UI的日期選擇器行爲
- 29. 奇怪jQuery UI的 - 拖放不能克隆
- 30. jquery ui奇怪的行爲與.clone(true,true)+ .remove()
使用Firebug,檢查對話框元素,看看有什麼其他* *樣式應用到它 – 2010-09-19 11:05:32
與@Yi蔣同意,聽起來似乎有些全局樣式被應用。您可能需要在樣式表中爲jQuery UI元素覆蓋這些預設 – jcolebrand 2010-09-19 11:07:11