Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css target except id

/*Use the :not selector
Example:*/

div:not(#bar){
    color:red;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #target #id
ADD COMMENT
Topic
Name
9+5 =