Explain a CSS style

Source: Internet
Author: User

A page has been downloaded with a style as follows:
#slinner div#slidenum DIV.slideNumber:unknown {clear:both;   Display:block;   Visibility:hidden;   height:0px; Content: "."}

I don't quite know what it means.
#slinner Div#slidenum Div#slidenum:unknown What does this mean,
Div#slidenum Div#slidenum also: What is the use of unknown respectively, and the content of the style: "." What is the meaning




#slinner表示id =slinner
Div#slidenum represents id=slidenum and must be a DIV element
Div#slidenum:unknown says Id=slidenum and must be the unknown underneath the DIV element, it's probably just a style without content.
It's similar to clicking on a super connection that has not been clicked.

Note that a space represents a level, that is, the Div#slidenum is already the second level, that is, it must be included in the first level #slinner inside.
Your example will be applied to the example
<div id= "Slinner"
<div id= "Slidenum" >
<div id= "slidenumber>
</div>
</div>
</div>


A:link {}
a:active {}
a:visited {}
Similar to this, this means that the connection has not been accessed, the activation status is CSS style

That unknown and this should be the same, unkonwn should be wrong or no content when the style
SlideNumber should be a pseudo class bar ~

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.