Css implementation, when the mouse is suspended, it indicates the effect of the layer, css when

Source: Internet
Author: User

Css implementation, when the mouse is suspended, it indicates the effect of the layer, css when

When the css is implemented, the following figure shows the effect of the layer:
This section shares an example of code. It uses the css-only method to show the effect of the layer.
The code example is as follows:

<! DOCTYPE html> 

By default, the span element is hidden. When the mouse is suspended, the following CSS Code takes effect immediately:

a.alt:hover span{  position:absolute;  display:block;  top:-1px;  left:158px;  width:130px;  height:30px;  border:1px solid #eee;  z-index:1;}

Use absolute positioning to locate the pop-up layer on the right of the link.

The original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 18143.

For more information, see: http://www.softwhy.com/divcss/

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.