10 Important CSS Tricks You Need To KnowA very useful breakdown of some of the not so commonly known, but very important tips for using CSS. Worth checking it out!Posted at November 16, 2008
CSS and Tables; The war continuesTime for a bit of fun. The eternal battle of tables vs. CSS layouts continues. We geeks have had classics such as vi vs. emacs, and Star Wars vs. Star Trek.Posted at November 13, 2008
An Exercise for Emerging CSS Experts: Avoid IDs and ClassesTo gain more expertise with CSS, there’s a great albeit probably unsurprising tip to share: Try avoiding IDs and classes altogether. That’s right, write your markup without any IDs and classes, at all.Posted at November 13, 2008
24 CSS Design Showcase WebsitesCollection of the best and most useful CSS design showcase websites that everyone should bookmark.Posted at November 13, 2008
Are You Making These 10 CSS Mistakes?Working with CSS can seem like a constant battle. Browsers are always changing they way they read the code (*cough* Internet Explorer *cough*), and it seems that there are lots of tiny little CSS "gotchas". While it's an incredibly powerful language, it can easily be used incorrectly, which will doom your development to a lifetime of imperfections.
Posted at November 13, 2008
12 Principles For Keeping Your Code CleanBeautiful HTML is the foundation of a beautiful website. When I teach people about CSS, I always begin by telling them that good CSS can only exist with equally good HTML markup. A house is only as strong as its foundation, right? The advantages of clean, semantic HTML are many, yet so many websites suffer from poorly written markup.
Posted at November 13, 2008
20 Websites To Help You Learn and Master CSSCSS can be both a tricky and easy to learn. The syntax itself is easy, but some concepts can be difficult to understand.
This article features 20 excellent websites to help you “grok” CSS. There’s a wide range of websites included – from blogs to directory-style lists and websites that focus on one particular topic related to CSS.
Posted at November 13, 2008
Using Javascript to Fix 12 Common Browser HeadachesWe advocate using CSS whenever possible, and we often successed. Modern browsers have very good support for CSS — it’s certainly good enough for you to use CSS to control layout and presentation. Sometimes however, certain page elements will appear differently in different browsers.Posted at November 13, 2008
Multilevel Drop Down Navigation Menus: Examples and TutorialsThis article presents over 25 (horizontal and vertical) multilevel drop down menu built using Javascript and CSS which you can use in your future projects. Also you will find some useful tutorials at the end of this post where you can use to start building your own multilevel navigation menu.Posted at November 13, 2008
How to get Cross Browser Compatibility Every TimeWorking with Internet Explorer can be a pain for the everyday web designer. But it doesn't have to be. Many, if not all, of the bugs can be fixed quickly and easily by understanding how the occur. I've put together a list of the major problems beginners have with cross browser compatibility.
Posted at November 13, 2008