您现在的位置是:网站首页> 编程资料编程资料
css 提示框 CSS实现带箭头的DIV提示框HTML5+CSS3内置功能按钮提示框带有关闭小图标CSS3实现的提示框Tooltip动画效果DIV+CSS通过border样式制作带箭头提示框效果CSS实现带箭头的DIV(鼠标放上显示提示框)怎么用纯CSS制作带小三角的tooltip提示框用纯CSS实现的各种性感的信息提示框效果纯CSS打造Bubble气泡提示框实现代码CSS制作提示框 ‘正在加载请。。。。。’
2023-10-28
184人已围观
简介 毕业设计要做一个提示框:当鼠标放在某个链接上时,下边显示有提示功能的窗体,接下来详细介绍,感兴趣的朋友可以参考下
毕业设计要做一个提示框:当鼠标放在某个链接上时,下边显示有提示功能的窗体。如下:
具体代码实现如下:
CSS:
.rhsyyhqDIV{
position:absolute;
top:555px;
left:200px;
font-size: 9pt;
display:block;
height:335px;
width:405px;
background-color:transparent;
display: none;
}
s{
position:absolute;
top:-20px;
left:50px;
display:block;
height:0;
width:0;
font-size: 0;
line-height: 0;
border-color:transparent transparent #FA0505 transparent;
border-style:dashed dashed solid dashed;
border-width:10px;
}
i{
position:absolute;
top:-9px;
*top:-9px;
left:-10px;
display:block;
height:0;
width:0;
font-size: 0;
line-height: 0;
border-color:transparent transparent #FFFFFF transparent;
border-style:dashed dashed solid dashed;
border-width:10px;
}
.rhsyyhqDIV .content{
border:1px solid #FA0505;
-moz-border-radius:3px;
-webkit-border-radius:3px;
position:absolute;
background-color:#FEFEF4;
width:100%;
height:100%;
padding:5px;
*top:-2px;
*border-top:1px solid #FA0505;
*border-top:1px solid #FA0505;
*border-left:none;
*border-right:none;
*height:102px;
}
HTML
使用优惠码说明
具体代码实现如下:
CSS:
复制代码
代码如下:.rhsyyhqDIV{
position:absolute;
top:555px;
left:200px;
font-size: 9pt;
display:block;
height:335px;
width:405px;
background-color:transparent;
display: none;
}
s{
position:absolute;
top:-20px;
left:50px;
display:block;
height:0;
width:0;
font-size: 0;
line-height: 0;
border-color:transparent transparent #FA0505 transparent;
border-style:dashed dashed solid dashed;
border-width:10px;
}
i{
position:absolute;
top:-9px;
*top:-9px;
left:-10px;
display:block;
height:0;
width:0;
font-size: 0;
line-height: 0;
border-color:transparent transparent #FFFFFF transparent;
border-style:dashed dashed solid dashed;
border-width:10px;
}
.rhsyyhqDIV .content{
border:1px solid #FA0505;
-moz-border-radius:3px;
-webkit-border-radius:3px;
position:absolute;
background-color:#FEFEF4;
width:100%;
height:100%;
padding:5px;
*top:-2px;
*border-top:1px solid #FA0505;
*border-top:1px solid #FA0505;
*border-left:none;
*border-right:none;
*height:102px;
}
HTML
复制代码
代码如下:使用优惠码说明
- 如下图:登陆成功后,在文本框中输入优惠码,点击"使用"按钮


相关内容
- 雷霆战机辅助葫芦侠修改教程攻略 刷钻教学_手机游戏_游戏攻略_
- 雷霆战机平民首选战机推荐 凤凰系列战机_手机游戏_游戏攻略_
- 腾讯雷霆战机幻影系列装备搭配方案推荐_手机游戏_游戏攻略_
- 手机网游秦时明月法师打什么宝石比较好_手机游戏_游戏攻略_
- 雷霆战机辅助ios图文教程攻略 叉叉助手版_手机游戏_游戏攻略_
- 秦时明月手游攻略 秦时明月战士用什么宝石_手机游戏_游戏攻略_
- 雷霆战机3月27日辅助修改图文教程推荐_手机游戏_游戏攻略_
- 雷霆战机凤凰搭配技巧心得 高手玩家推荐组合_手机游戏_游戏攻略_
- 秦时明月奶妈有哪几个 奶妈适合用什么宝石_手机游戏_游戏攻略_
- 雷霆战机平民新选择 暴力凤凰全面解析_手机游戏_游戏攻略_
