CSS hacks overview
Thursday, November 27th, 2008Browsers and standards is an eternal pursuit. Because of discrepancies to standards and different ways of rendering of pages the largest part of the web designer time takes the smoothing down these discrepancies. As a result, instead of effective work, the designer enters unnatural relations with browsers, wasting precious time. In this article some css hacks (they are also called css-filters) which will help you to solve some problems of discrepancy of browsers are considered.
1. Box Model hack
Box Model hack is used to solve the problem of Explorer where border and padding are included into the width of the … read more