IEがクラッシュする不具合
2022-01-29 01:07:02
コピーコード
コードは以下の通りです。
<style type="text/css">
#ab{margin:0 25px;position:relative;border:1px solid;
font:bold;text-decoration:none;list-style:none;}
a:hover{display:block;color:#000;width:50px;}
#cd{display:none;}
a:hover #cd{
display:block;background:#edecdc;
border:1px solid #f3f3f8;
padding:10px 20px;color:#009933;
}
</style>
<a href="" title="" id="ab">
Move here and try it!
<span id="cd"> Here's the prompt! </span>
<span id="cd">Here is the prompt message! </span>
</a>
<a href="" title="" id="ab">
Move here and try it!
<span id="cd"> Here's the prompt! </span>
<span id="cd">Here is the prompt message! </span>
</a>
<! --
1. The menu should be wrapped in <a></a>, because ie6 only supports a:hover effect
2.a:hover should be turned on display:block:
3. Selectors should be related to each other, such as: a#cd:hover span{}
4. Use table tables
-->
関連
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン