Monthly Archives: June 2010

Internet Explorer common bugs

IE6 will become problematic if floats are overused, causing (paradoxically) disappearing content or duplicate text IE6 will double the margin on floated elements on the side that is the same direction as the float; setting display: inline will often fix this In IE6 and IE7, if an element doesn’t have layout, it can cause a […]

Differentiate between block elements from inline

Here are some basic rules that differentiate block elements from inline:

The Principles Of Cross-Browser CSS Coding

It is arguable that there is no goal in web design more satisfying than getting a beautiful and intuitive design to look exactly the same in every currently-used browser. Unfortunately, that goal is generally agreed to be almost impossible to attain. Some have even gone on record as stating that perfect, cross-browser compatibility is not […]