CSS selectors ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gautamz07
    New Member
    • Sep 2013
    • 26

    CSS selectors ?

    Code:
    ::-moz-selection {
    background : #333;
    color : #fff;
    
    ++++++++++++++++++++++++++++++++++++++++
    
    .group:after {
    display : block;
    height : 0;
    font-size : 0;
    content : ".";
    clear : both;
    visibility : hidden;
    }
    What are these two above selectors styling or selecting(can provide additional code / info if needed).
  • aswal
    New Member
    • Aug 2013
    • 38

    #2
    Follow the link for simple tutorial on the topics

    :after
    W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.


    ::-moz-selection
    W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

    Comment

    • gautamz07
      New Member
      • Sep 2013
      • 26

      #3
      Thank you

      Thank you dude . that was really helpful . thank you once again .

      Comment

      Working...