<

Archive for the ‘Web Development’ Category

Using clears on floated elements

0
September 15th, 2011 in Web Development by post Rick

#example-container { background: orange; } #example-container img { float:left; margin-right: 10px; } Floats are great for positioning elements on a web page, but it has one serious drawback. When an element is floated is taken out of ...

Read full article

It’s not about the website

0
September 13th, 2011 in Web Development by post Rick

I have been building website's for quite awhile now, and I believe there is one major misconception with how websites are percieved. A lot of people still believe that to ...

Read full article

The Correct Way to use Specificity in CSS

0
June 14th, 2010 in Web Development by post Rick

CSS stands for Cascading Style Sheets, the cascading part means that the more generic a rule is the more items it will effect. The exact opposite is also true the ...

Read full article