close
  • http://nettuts.com/html-css-techniques/solving-5-common-css-headaches/

    From the page: "CSS is a relatively simple language to learn. Mastering it, on the other, can prove a little more difficult. Compensating for various browser inconsistencies alone can produce a migraine. In this article, we'll demystify five of the most head thumping issues that... more

    Reviewed by ozwebfx Aug 07 2008, 10:11am ( 7 reviews ) nettuts.com

  • 6 reviews
  • Reviews of the site
  • Join StumbleUpon or login to add a review! default avatar
  • Rated by jggube on Dec 26 2008, 8:17am

    A roundup of common CSS bugs and how to fix them.
  • Rated by Steve-HannisdalX on Aug 10 2008, 9:36am

    This is a good article if you are just getting used to CSS and can't figure out why your rules aren't working. Some common pitfalls here.
  • Rated by demet8 on Aug 09 2008, 1:01pm

    From the page: "Solving 5 Common CSS Headaches"
  • Rated by ozwebfx on Aug 07 2008, 10:11am

    From the page: "CSS is a relatively simple language to learn. Mastering it, on the other, can prove a little more difficult. Compensating for various browser inconsistencies alone can produce a migraine. In this article, we'll demystify five of the most head thumping issues that you'll encounter when building web applications."
  • Rated by traceygr on Jul 29 2008, 7:12pm

    I definitely learned some things from this article. Really good.
  • Rated by MartinHunt on Jul 22 2008, 10:02pm

    From the page: "For those who are unfamiliar with the "Double-Margin Bug", if you float an element and then procede to add margins in the same direction as the float, Internet Explorer 6 will incorrectly double the value. In effect, a left margin of "100px" becomes "200px" in IE6. There are three different remedies that we'll review. "