CSS:碰觸後寬度緩慢增加
2013/01/01
萌芽站長
462 1
網站技術 , CSS
⚠️ 溫馨提醒:我們發現您可能啟用了廣告阻擋器,請將本站加入白名單以正常閱讀文章內容,謝謝支持 ❤️
這是基本的CSS寫法~歡迎參考!
↓範例(游標移到上面試試)
測試
~完整語法~
一、CSS部分
<style>
.mnya027 {
font:12px Tahoma,'Microsoft Yahei','mingliu';
background:rgba(102, 255, 255, 0.6);
padding: 3px;
border-radius: 5px;
-moz-border-radius: 5px;
height:30px;
width:50px;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.mnya027:hover {
width:200px;
}
</style>
二、HTML部分
<div class="mnya027">測試</div>
贊助廣告 ‧ Sponsor advertisements
JSP:XY的加減乘除,自訂函數、宣告變數
📆 2019-04-04
📁
網站技術, HTML, JSP
CSS:模糊效果的美化邊框
📆 2013-01-01
📁
網站技術, CSS
「靜態網頁」與「動態網頁」
📆 2015-01-08
📁
網站技術
ScrollIt.js:建立頁面滾動導覽的 jQuery 插件
📆 2019-01-19
📁
網站技術, HTML, JavaScript, jQuery
PHP:自定義 ini 設定檔並讀取裏頭設定值輸出
📆 2022-02-14
📁
網站技術, PHP
HeidiSQL:支援 MariaDB、MySQL、Microsoft SQL、PostgreSQL、SQLite 的資料庫管理軟體
📆 2022-09-11
📁
軟體介紹, 網站技術, 資料庫, SQL
Windows:自行設定網域與IP對應的「hosts」設定檔
📆 2018-08-16
📁
網站技術, 作業系統, Windows, 架站資源
GitHub Desktop:建立、上傳專案教學,公開自己的專案到 GitHub 吧!
📆 2019-04-04
📁
軟體介紹, 軟體應用, 網路應用, 網站技術
留言區 / Comments
萌芽論壇