Hi,
I came across the following in an example in a book:
.col-left,
.col-right,
.col-wrapper,
.col2-right-layout .col-main
{ float: left
}
Why is comma (,) used to separate some class identifiers and not between .col2-right-layout .col-main. Is this correct or is there an error? Will be grateful for all help.
I came across the following in an example in a book:
.col-left,
.col-right,
.col-wrapper,
.col2-right-layout .col-main
{ float: left
}
Why is comma (,) used to separate some class identifiers and not between .col2-right-layout .col-main. Is this correct or is there an error? Will be grateful for all help.