Tag Archives: CSS

Section 508 Checklist

The following checklist covers all aspects of Section 508. Use this as a guide to ensure your application is in compliance. (more…)

Read full storyComments { 0 }

Testing and Preparing Your Template

Now that we have the basics of our web page template set up, we need to prepare it for expansion. Here is some final house cleaning that will make it ready for prime time: (more…)

Read full storyComments { 0 }

Writing Cross Browser Friendly CSS (Mozilla vs. IE)

Yesterday, a web designer approached me with a rather common question relating to CSS. He wanted to know why his CSS code looks great in Internet Explorer, but horrid in Mozilla Firefox and even Safari. He had designed a killer website for his company (I must say!) and the only drawback was the problem with cross-browser compatibility. He didn’t understand why he was experiencing these problems because he knew that all of his XHTML and CSS code was valid and he even checked all of his CSS code with the W3C to make sure that it was tested against their standards in CSS development. (more…)

Read full storyComments { 4 }

Introduction to HTML & CSS

This is probably going to be the most challenging chapter of the whole book, so please pay close attention to the concepts you learn and practice creating your own web pages. As I mentioned in the previous chapter, WYSIWYG editors are an option, but I certainly recommend hand-coding all of the exercises I give you. They will pay off very quickly. (more…)

Read full storyComments { 0 }

Optimize Your CSS File

A while back, I found a very groovy tool that has helped me organize my CSS tremendously by ordering my @Rules, Style Rules, and Properties, standardizing the format and consistencies of line breaks through the document, and compressed my CSS file sizes nearly in half! (more…)

Read full storyComments { 0 }