要件を満たすために CSS で

を設定する方法_html/css_WEB-ITnose

WBOY
リリース: 2016-06-24 11:51:10
オリジナル
1174 人が閲覧しました

最初: 「ユーザー管理」という 4 つの単語を上下の中央に配置するにはどうすればよいですか?
2 番目: マウスをその上に置くと、どうすれば緑が赤を完全に覆うことができますか?

<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>leftwindow</title><style type="text/css">  #baseInfoManager{ width:180px; height:200px;}#baseInfoManager p{ height:50px;  text-indent:20px; background:#ff0000; }#baseInfoManager p a{   display:block;   height:50px;   width:180px;   text-decoration:none;    font-family:Arial, Helvetica, sans-serif;   font-size:12px;}#baseInfoManager p a:hover{  width:180px;  height:30px;  color:#000;   text-decoration:none;   background:#00ff00;}</style></head><body > <div id="baseInfoManager"> <p id="btn"><a href="#">用户管理</a></p> </div></body></html>
ログイン後にコピー


ディスカッションに返信 (解決策)

<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>leftwindow</title><style type="text/css">  #baseInfoManager{ width:180px; height:200px;}#baseInfoManager p{ height:50px;   text-indent:20px; background:#ff0000;  }#baseInfoManager p a{   display:block;   height:100%;   width:100%;   text-decoration:none;   line-height:50px;   font-family:Arial, Helvetica, sans-serif;   font-size:12px;}#baseInfoManager p a:hover{   height:100%;   width:100%;  color:#000;   text-decoration:none;   background:#00ff00;}</style></head><body > <div id="baseInfoManager"> <p id="btn"><a href="#">用户管理</a></p> </div> </body></html>
ログイン後にコピー
ログイン後にコピー

テストしましたが、まだ動作しません

<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>leftwindow</title><style type="text/css">  #baseInfoManager{ width:180px; height:200px;}#baseInfoManager p{ height:50px;   text-indent:20px; background:#ff0000;  }#baseInfoManager p a{   display:block;   height:100%;   width:100%;   text-decoration:none;   line-height:50px;   font-family:Arial, Helvetica, sans-serif;   font-size:12px;}#baseInfoManager p a:hover{   height:100%;   width:100%;  color:#000;   text-decoration:none;   background:#00ff00;}</style></head><body > <div id="baseInfoManager"> <p id="btn"><a href="#">用户管理</a></p> </div> </body></html>
ログイン後にコピー
ログイン後にコピー


わかりました、ありがとうございます!
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート