Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css using the same background-color as the parent background

.child {
    float: right;
    background-color: inherit;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #parent #background
ADD COMMENT
Topic
Name
7+9 =