Category Archives: CSS

Top 10 Links for CSS3 Resources

If you haven’t already, you soon will start using CSS3 and HTML5 in your web development. Below is a list I’ve compiled of the most popular postings, tips or tutorials on using CSS3. CSS3info “Everything you need to know about … Continue reading

Posted in CSS | Tagged , , | 1 Comment

CSS: Things to Avoid

1. Avoid not resetting the browsers default setting. When creating a new website or web page, the first thing you should do is reset everything to zero. Browsers have their own default settings, mainly for padding and margins. Resetting all … Continue reading

Posted in CSS | Tagged | Leave a comment

Resetting the Browser Default Style

I’m sure you’ve all been there. You create a web page and it looks great in Firefox, then you preview it in Internet Explorer and…doh! You scratch your head and wonder, where did I go wrong? Every browser has their … Continue reading

Posted in CSS | Tagged , , | 1 Comment

DIV Basics Using CSS

Introduction Divisions or “div” are a ‘block level element’, meaning they have the “block” attribute already inherited. Divs are used to display content in a block format much like tables but also used to define sections of a web page. … Continue reading

Posted in CSS | Tagged , , | Leave a comment

The Basics of CSS

This section will only be helpful if you know the basic understanding of HTML. What is CSS? CSS (Cascading Style Sheets) is the standard way of presenting and formatting a web page. The middle word, Style, basically describes its purpose. … Continue reading

Posted in CSS | Tagged | Leave a comment