Book Image

Learning Zurb Foundation

By : Kevin Horek
Book Image

Learning Zurb Foundation

By: Kevin Horek

Overview of this book

<p>Responsive web design is the next big thing in web design right now. It allows you to control and adapt to the user experience across a variety of devices, screens, and resolutions. Foundation is one of the most well-known responsive frameworks available, and allows you to speed up the prototyping, designing, and theming of your web project; as well as allowing you to create your own custom themes to suit your needs. It makes your life easier by giving you a grid, elements, and JavaScript functions that are responsive and easily customized to work with any web or mobile project that arises.</p> <p>This book starts off with teaching you the basics, and gradually moves on to cover the most advanced parts of this amazing framework. You will learn how to use Foundation to prototype, design, and theme your projects as well as discover how to use the framework with any programming language or content management system.</p>
Table of Contents (17 chapters)
Learning Zurb Foundation
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Supporting unsupported versions of IE


Foundation 4 and 5 both dropped support for IE8, and for a lot of projects, you can get away with not supporting IE version 6, 7, and 8. However, what happens if you need some of the functionality in Foundation 5 and also need to support IE8. Well, here are some ideas to do this. Bryan Thrasher came up with this really great solution to get the grid working in IE8 http://foundation.zurb.com/forum/posts/2049-simple-solution-for-ie8-and-foundation-5.

It involves some additional HTML, CSS, and jQuery but it can be a lifesaver. There is also a grid fix for IE8 for Foundation 4 that can be downloaded from https://gist.github.com/hatefulcrawdad/5068210. Basically, it forces IE8 to support the grid and does a pretty good job.

Testing IE7 and IE6

If you need to support IE7, you can either go to http://foundation.zurb.com/docs/ and scroll to the bottom, and download and use an older version of Foundation, Version 2 supports IE7, or you can set the Foundation 2 grid...