Link to home
Start Free TrialLog in
Avatar of stargateatlantis
stargateatlantis

asked on

Need to understand some thing

I have some css code regarding clearfix can somebody explain the code for me

for instance clearfix:after what is the : for also html[xmlns] what is the brackets for.  Is there some documentation online regarding  this.  

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial