As a web developer, it is VERY impotant to check how your website looks in various browsers and screen resolutions. A problem has arisen when developing on a Windows Vista machine and its inability to install IE6. The first thing I did is attempt to install my old favorite “MultipleIE”, but I got an error [...]

read more...

When developing for the web using CSS there is a critical component of development that is the foundation of most design.
How can I avoid problems with the box model?
First of all, the box model is a simply representation of how a div is interpreted. See the image below, provided from w3.org.

When a developer creates a [...]

read more...