Sign Up for OSTraining

Welcome, Guest
Username: Password: Remember me

TOPIC: Session 23: Fixing Floated Issues

Session 23: Fixing Floated Issues 1 year 4 months ago #37143

  • Stefan
  • Stefan's Avatar
  • OFFLINE
  • OSTarter
  • Posts: 4
  • Karma: 0
This session refers to the clearfix code at the bottom of the screen but no link is visible.

Do you have a link to this code please
Please become a member of OSTraining to reply to this post.

Session 23: Fixing Floated Issues 1 year 4 months ago #37147

  • Nick
  • Nick's Avatar
  • OFFLINE
  • Administrator
  • Posts: 17190
  • Thank you received: 450
  • Karma: 64
Hi Stefan,

Sorry about that. Here's the code:
.clear {
	clear: both;
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

I'll get it added below the video in a few minutes.

Kind regards,
Nick
Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Session 23: Fixing Floated Issues 1 year 4 months ago #37148

  • Nick
  • Nick's Avatar
  • OFFLINE
  • Administrator
  • Posts: 17190
  • Thank you received: 450
  • Karma: 64
Ok, it's added below the video too :)

Kind regards,
Nick
Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Sign Up for OSTraining

Copyright 2013 Open Source Training, LLC. All rights reserved.