动态改变div边框的颜色
把鼠标移动到这个div上就改变这个div边框的颜色(注:不是移动到div边框上才改变边框颜色,是移动到这个div的任何一个区域都会改变边框的颜色)请知道的朋友告知一下...
把鼠标移动到这个div上就改变这个div边框的颜色(注:不是移动到div边框上才改变边框颜色,是移动到这个div的任何一个区域都会改变边框的颜色)
请知道的朋友告知一下 展开
请知道的朋友告知一下 展开
3个回答
展开全部
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
<!--
#dd {
border: 1px solid #FF0000;
height: 200px;
width: 200px;
}
-->
</style>
</head>
<body>
<div id="dd" onmouseover="this.style.borderColor='#000';" onmouseout="this.style.borderColor='#FF0000';"></div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
<!--
#dd {
border: 1px solid #FF0000;
height: 200px;
width: 200px;
}
-->
</style>
</head>
<body>
<div id="dd" onmouseover="this.style.borderColor='#000';" onmouseout="this.style.borderColor='#FF0000';"></div>
</body>
</html>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<!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>
<meta
http-equiv="Content-Type"
content="text/html;
charset=utf-8"
/>
<title>无标题文档</title>
<style
type="text/css">
<!--
#dd
{
border:
1px
solid
#FF0000;
height:
200px;
width:
200px;
}
-->
</style>
</head>
<body>
<div
id="dd"
onmouseover="this.style.borderColor='#000';"
onmouseout="this.style.borderColor='#FF0000';"></div>
</body>
</html>
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>
<meta
http-equiv="Content-Type"
content="text/html;
charset=utf-8"
/>
<title>无标题文档</title>
<style
type="text/css">
<!--
#dd
{
border:
1px
solid
#FF0000;
height:
200px;
width:
200px;
}
-->
</style>
</head>
<body>
<div
id="dd"
onmouseover="this.style.borderColor='#000';"
onmouseout="this.style.borderColor='#FF0000';"></div>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
做成超级链接吧!做A:HOVER
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询