CSS implements DIV with arrows

Source: Internet
Author: User

In the graduation project, a prompt box is displayed: When you place the cursor over a link, a prompt form is displayed below. As follows:

The Code is as follows:

CSS:

 1 .rhsyyhqDIV{ 2     position:absolute; 3     top:555px; 4     left:200px; 5     font-size: 9pt; 6     display:block; 7     height:335px; 8     width:405px; 9     background-color:transparent;10     display: none;11 }12 13 s{14     position:absolute;15     top:-20px;16     left:50px;17     display:block;18     height:0;19     width:0;20     font-size: 0; 21     line-height: 0;22     border-color:transparent transparent #FA0505 transparent;23     border-style:dashed dashed solid dashed;24     border-width:10px;25 }26 27 i{28     position:absolute;29     top:-9px;30     *top:-9px;31     left:-10px;32     display:block;33     height:0;34     width:0;35     font-size: 0;36     line-height: 0;37     border-color:transparent transparent #FFFFFF transparent;38     border-style:dashed dashed solid dashed;39     border-width:10px;40 }41 42 .rhsyyhqDIV .content{43     border:1px solid #FA0505;44     -moz-border-radius:3px;45     -webkit-border-radius:3px;46     position:absolute;47     background-color:#FEFEF4;48     width:100%;49     height:100%;50     padding:5px;51     *top:-2px;52     *border-top:1px solid #FA0505;53     *border-top:1px solid #FA0505;54     *border-left:none;55     *border-right:none;56     *height:102px;57 }

 

HTML

1 <div class = "rhsyyhqDIV"> 2 <div class = "content"> 3 <div class = "title"> 4 <font> discount codes </font> 5 </div> 6 <div class = "main"> 7 <ul> 8 <li> E. g: after successful login, enter the discount code in the text box, click "use" button </li> 9 <li>  </li> 10 <li>  </li> 11 </ul> 12 </div> 13 </div> 14 <s> <I> </s> 15 </div>

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.