CSS [attribute|=value] 选择器为什么没效果? 20
<!DOCTYPEhtml><html><head><metahttp-equiv="Content-Type"content="text/html;charset=ut...
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style>
[class|="width"]{width:500px;height:200px;border:3px solid black}
</style>
</head>
<body>
<div class="width height border"></div>
</body>
</html>
页面上什么也不显示 展开
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style>
[class|="width"]{width:500px;height:200px;border:3px solid black}
</style>
</head>
<body>
<div class="width height border"></div>
</body>
</html>
页面上什么也不显示 展开
1个回答
2015-03-07
展开全部
[class*="width"]{width:500px;height:200px;border:3px solid black}
这个才是包含的意思
这个才是包含的意思
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询