Archive for the ‘ CSS Tricks & Tips ’ Category
For those of you who came here from Google or other search engines please first read part one of this article at Custom Fonts using @font-face in HTML/CSS While working on one of my previous website project that uses custom fonts i tried a new way of calling @font-face and it worked. Its a lot [ READ MORE ]
Web Designers use CSS float values without considering how it is going to effect their rendering and therefore Cross Browser Compatibility issues arises. Floats helps us control columns of HTML data using DIV based layouts. Many developers use float values unnecessarily in their layout implementation and thus many issues arises with their implemented layouts. I [ READ MORE ]