您好,登錄后才能下訂單哦!
這篇文章主要介紹“html5游戲設計模式實例分析”的相關知識,小編通過實際案例向大家展示操作過程,操作方法簡單快捷,實用性強,希望這篇“html5游戲設計模式實例分析”文章能幫助大家解決問題。
一、背景設計模式
[html]
一、背景設計模式
p { background:#f00 url("images/heading2.jpg") no-repeat; width:250px; height:76px; }
二、絕對定位設計模式
*.positioned { position:relative; }
*.absolute { position:absolute; top:10px; left:10px; }
*.positioned { border:1px solid red; height:100px; background-color:#ffee00; }
*.absolute { border:4px solid green; background-color:white; }
三、文本替換設計模式
#h3 { position:relative; width:250px;height:76px; overflow:hidden; }
#h3 span { position:absolute; width:250px; height:76px; top:0; left:0; background:#ff0 url("images/heading2.jpg") no-repeat; }
四、左旁注設計模式
*.left-marginal { position:relative; margin-left:200px; }
*.marginal-heading { position:absolute; top:0; left:-200px; margin:0; }
You want to excerpt an element and move it into the left again.
五、旁注式圖片下沉設計模式
*.indent { position:relative; margin-left:120px; }
*.graphic-dropcap { position:absolute; width:120px; height:90px; left:-120px; top:0; }
*.graphic-dropcap span { position:absolute; width:120px; height:90px; margin:0; top:0; left:0; background:url(images/m.jpg) no-repeat; }
arginal Graphic Dropcap. The letter M has been covered by the dropcap is image.Screen readers? read the text and visual users see the image.If the browser cannot display the dropcap image, the text becomes visible.
關于“html5游戲設計模式實例分析”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識,可以關注億速云行業資訊頻道,小編每天都會為大家更新不同的知識點。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。