jQuery滑鼠懸停顯示提示資訊視窗
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>滑鼠懸停顯示提示資訊視窗</title>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
<style type="text/css">
.contact{width:100px;height:15px;margin:20px 0 0 50px;background-color:#CCCCCC;text-align:center;}
.us{display:none;width:300px;height:40px;padding:10px;position:relative;top:0px;left:50px;background-color:#0099FF;}
</style>
<script src="/ajaxjs/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".contact").mouseover(function(){
$(".us").show("slow");
$(".contact").mouseout(function(){
$(".us").hide("slow");
});
});
})
</script>
</head>
<body>
<div class="contact">聯絡我們</div>
<div class="us">提示內容!提示內容!提示內容!</div>
<div><A href="http://www.999jiujiu.com/">http://www.999jiujiu.com/</A></div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>滑鼠懸停顯示提示資訊視窗</title>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
<style type="text/css">
.contact{width:100px;height:15px;margin:20px 0 0 50px;background-color:#CCCCCC;text-align:center;}
.us{display:none;width:300px;height:40px;padding:10px;position:relative;top:0px;left:50px;background-color:#0099FF;}
</style>
<script src="/ajaxjs/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".contact").mouseover(function(){
$(".us").show("slow");
$(".contact").mouseout(function(){
$(".us").hide("slow");
});
});
})
</script>
</head>
<body>
<div class="contact">聯絡我們</div>
<div class="us">提示內容!提示內容!提示內容!</div>
<div><A href="http://www.999jiujiu.com/">http://www.999jiujiu.com/</A></div>
</body>
</html>
相關文章
- VUE 實現 Studio 管理後臺(六):滑鼠懸停顯示彈出視窗Vue
- js css滑鼠懸停顯示下拉選單JSCSS
- 滑鼠懸停新增遮罩及圖示。遮罩
- VUE:quill富文字,滑鼠懸停時沒有提示VueUI
- chrome刪除 標題欄滑鼠懸停提示網址Chrome
- CSS滑鼠懸停下拉顯示內容CSS
- 分享兩個特別有用的 vscode快捷鍵 觸發提示以及顯示懸停VSCode
- el-table滑鼠懸停變色
- SAP Spartacus B2B 頁面資訊提示圖示的彈出視窗顯示實現邏輯
- HTML+CSS+JQuery實現下拉選單滑鼠懸浮顯示下拉選單,取消隱藏HTMLCSSjQuery
- CSS 滑鼠懸浮動畫暫停效果CSS動畫
- jQuery滑鼠懸浮翻牌效果詳解jQuery
- jQuery滑鼠懸浮聚焦效果詳解jQuery
- Layer.js實現表格溢位內容省略號顯示,懸停顯示全部JS
- UWP 取消GridView、ListView滑鼠選中、懸停效果View
- [高效Mac] 多顯示器快速切換滑鼠焦點和移動視窗Mac
- jQuery Validate自定義錯誤資訊顯示位置jQuery
- Qt 設定視窗居中顯示QT
- IDEA整個視窗不顯示Idea
- QPM 之懸浮窗設定資訊
- 滑鼠懸浮出現圓形資訊遮罩層遮罩
- video視訊標籤播放時js/jQuery顯示播放控制元件會導致播放暫停解決辦法IDEJSjQuery控制元件
- CSS: hover選擇器的使用(實現滑鼠懸浮效果,滑鼠移上去div顯示)CSS
- Excel2007工作表如何分視窗顯示?Excel2007工作表分視窗顯示的方法Excel
- js 選項卡 【滑鼠懸停標題,顯示對應內容,改變其他標題顏色並隱藏內容】...JS
- Qt 讓彈出的視窗居中顯示QT
- Qt5.12視窗螢幕居中顯示QT
- vue 滑鼠移入顯示圖示 ,滑鼠移出隱藏圖示Vue
- jquery-滑鼠經過導航條,顯示二級下拉選單jQuery
- CSS3滑鼠懸浮圖示旋轉CSSS3
- 【新特性速遞】指定提示資訊的顯示位置(ToolTipPosition)
- 【IDL】滑鼠資訊顯示介面(同理可實現鷹眼圖等)
- jquery 滑鼠移到圖片彈出浮動層顯示大圖片例子jQuery
- 線上直播系統原始碼,滑鼠懸停後彈出氣泡原始碼
- dotnet X11 視窗之間傳送滑鼠訊息 模擬滑鼠輸入
- Windows 任務計劃隱藏顯示黑視窗Windows
- jQuery 滑鼠懸浮連結彈出跟隨圖片詳解jQuery
- HTML5與CSS3中滑鼠懸停會有下拉選單HTMLCSSS3
- Android 攝像頭預覽懸浮窗,可拖動,可顯示在其他app上方AndroidAPP