"Do not spoil what you have by desiring what you have not; but remember that what you now have was once among the things you only hoped for." -Epicurus
CSS

Introduction

Is it great how you can change how the entire page looks via a single CSS file without touching the XHTML of the page? CSS is certainly a very powerful tool for web developers as they design and style their web pages. However, one of the biggest problem with CSS is that it is not truly cross browser. What works in one browser may or may not work for another browser.

Articles

It becomes really annoying when you spend so much effort in building your web site using only CSS and not tables then find out it only works in one browser. I have been and will probably continue to go through all of those problems. However, there are plenty of tricks out there that can fix these CSS problems. Below are articles relating to CSS that highlights some of these tips and tricks:

This page was last modified on: May 13, 2008.