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: