Category Archives: css

Reply to “Best Clearfix Ever” post.

I just had to reply to the clearfix post found on Marc Watts website.  I felt that some aspects of his clearfix solution needed to be cleaned up, as well as explaining a bit more about past solutions. In the … Continue reading

Posted in browser-issues, css, webdev | 3 Comments

Don’t use ID selectors in CSS

Lately I have been testing out performance among css styles and I found that some of my very smart friends, started asking,”why aren’t you testing using ID’s for the unique sections of the page?”. This wasn’t a hard answer: The … Continue reading

Posted in css, webdev | Leave a comment

The joys of Vertical-Align using inline-block

I am being sarcastic.   As designs are getting more complex and more and more developers are ditching IE6… we are finding new problems using these new styles. Specifically, we need a way to make different elements (all with different margins … Continue reading

Posted in browser-issues, css | Leave a comment