div css 其他HTML問題 disabled屬性
分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!http://blog.csdn.net/jiangjunshow
也歡迎大家轉載本篇文章。分享知識,造福人民,實現我們中華民族偉大復興!
div+css - 其他HTML問題 - disabled屬性
DISABLED Attribute | disabled Property
Sets or retrieves a value that indicates whether the user can interact with the object設定或獲取使用者能否與物件互動的屬性值。
[disabled Property (BUTTON, INPUT type=button, INPUT type=checkbox, ...): - IE標準]
http://msdn2.microsoft.com/en-us/library/ms533732.aspx
[div+css - 關鍵詞]
div css[div+css - 論壇]
http://WebGeeks.board.newsmth.net/
http://bbs.pku.edu.cn/, homepage看版
http://forum.csdn.net/SList/HTMLCSS/
http://groups.google.com/group/alt.html
http://groups.google.com/group/comp.infosystems.www.authoring.html
http://groups.google.com/group/comp.infosystems.www.authoring.stylesheets
[div+css - 工具]
The W3C Markup Validation Service:, http://validator.w3.org/
微軟印刷技術 - 自由字型資訊, TrueType, OpenType, ClearType:, http://www.microsoft.com/typography/default.mspx
微軟印刷技術 - WEFT 3網頁嵌入字型3, http://www.microsoft.com/typography/WEFT.mspx
微軟印刷技術 - WEFT 3 - 網頁嵌入字型3 - 嚮導, http://www.microsoft.com/typography/web/embedding/weft3/wizard.aspx
微 軟印刷技術 - WEFT 3網頁嵌入字型3 - Wizard嚮導 - Create font objects建立字型物件, http://www.microsoft.com/typography/web/embedding/weft3/wizard.aspx#create
微 軟印刷技術 - WEFT 3網頁嵌入字型3 - Wizard嚮導 - Fonts to embed待嵌入字型, http://www.microsoft.com/typography/web/embedding/weft3/wizard.aspx#embed
[div+css - 常見問題]
較驗div+css格式, http://validator.w3.org/div+css的margin縮寫方式
div+css的padding縮寫方式
連結的:link,:visited,:hover,:active四種狀態
div+css使用backgroundRepeat樣式設定背景圖片的顯示方式, http://msdn2.microsoft.com/en-us/library/ms530721.aspx
page-break-before設定列印分佈符
url()指示符, http://www.w3.org/TR/CSS21/syndata.html#value-def-uri
!important規則, http://www.w3.org/TR/CSS21/cascade.html#important-rules
table中直接輸入的文字和其他標記設定不同的顏色
CSS標準中級聯的文件, http://www.w3.org/TR/CSS21/cascade.html#cascade
[div+css - Firefox和IE瀏覽器相容問題]
水平居中,Firefox使用margin-left: auto; margin-right: auto; IE6 使用text-align: center;垂直居中,Firefox中使用display: table-cell; vertical-align: middle;可以實現div垂直居中,而IE6中則需要藉助IE6中css的特點實現垂直居中。
!important標記,Firefox支援!important標記,IE6忽略!important標記,!important需要放在前面才能起作用
手形滑鼠指標,使用cursor: pointer;
padding的尺寸,在Firefox中padding是計算在width之外的,而IE6是計算在width之內的
margin的尺寸,在IE6中帶有float樣式的元素的margin尺寸計算有誤,需要藉助padding和!important標記實現相容
使用word-wrap設定自動折行, 僅對IE有效
<li style="overflow:hidden">在Firefox下會丟失左側的圓點
Internet Explorer的CSS參考資料, http://msdn2.microsoft.com/en-us/library/ms531209.aspx
用CSS實現cellSpacing屬性效果, border-spacing: 10px; border-spacing: expression(this.cellSpacing=10);
padding-right在IE6下導致抖動
[div+css - CSS標準]
4.3.2 Lengths長度, http://www.w3.org/TR/CSS21/syndata.html#length-units
5.8.3 Class selectors - Class選擇器 - CSS標準文件, http://www.w3.org/TR/CSS21/selector.html#class-html
class屬性 - IE文件, http://msdn2.microsoft.com/en-us/library/ms533560.aspx
8.5 Border properties邊框屬性, http://www.w3.org/TR/CSS21/box.html#border-properties
9.5 Floats浮動, http://www.w3.org/TR/CSS21/visuren.html#floats
background-image背景圖片, http://www.w3.org/TR/CSS21/colors.html#propdef-background-image
17.6.2 The collapsing border model壓縮邊框模型, http://www.w3.org/TR/CSS21/tables.html#collapsing-borders
border-collapse壓縮邊框 - IE文件, http://msdn2.microsoft.com/en-us/library/ms533513.aspx
[div+css - XHTML標準]
5.6. Table Modules - Table模組, http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#sec_5.6.
[div+css - 其他HTML問題]
使用OPTGROUP對SELECT中的OPTION分組
nowrap標記設定不自動折行, http://www.w3.org/TR/1998/REC-html40-19980424/struct/tables.html#adef-nowrap
leftmargin設定頁面左邊距, topmargin設定頁面上邊距
disabled屬性, http://msdn2.microsoft.com/en-us/library/ms533732.aspx
About Font Embedding:關於字型嵌入, http://msdn2.microsoft.com/en-us/library/ms533034.aspx
Vector Markup Language (VML):, http://msdn2.microsoft.com/en-us/library/bb264280.aspx