手机
当前位置:查字典教程网 >网页设计 > Div+Css教程 >css实现的交互小三角箭头图标
css实现的交互小三角箭头图标
摘要:css实现的交互小三角箭头图标p{border-color:transparenttransparent#f0f0f0transparent...

<!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>css实现的交互小三角箭头图标</title>

<style>

p{

border-color: transparent transparent #f0f0f0 transparent;

border-style: solid;

border-width: 0 6px 6px 6px;

padding: 0;

width: 0;

height: 0;

font-size: 0;

line-height: 0;

overflow: hidden;

}

</style>

</head>

<body>

<p></p>

</body>

</html>

【css实现的交互小三角箭头图标】相关文章:

用css样式表实现首字大写

css3隔行变换色实现示例

div+css实现的滑动门

纯css实现的下拉菜单只有边框底纹用到图片

用css实现十字的布局示例代码

用CSS实现文字的阴影效果

CSS出现overflow的一些问题

利用纯CSS创建一个三角形

使用CSS3实现圆角,阴影,透明

实现链接的虚线下划线效果

精品推荐
分类导航