Untitled Document .outer{ width:200px; background:yellow; } .inner{ background-color:red; display:none; } a:hover .inner{ display:block; }aaaaaaaaaaaa
这里想鼠标划过显示
查看更多关于我想用纯css实现划过显示下拉的效果_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did103473
我想用纯css实现划过显示下拉的效果_html/css_WEB-ITnose
阅读:41次