Archives
- July 2010
- February 2010
- December 2009
- October 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- April 2007
- January 2007
- October 2006
- September 2006
- July 2006
Tag Archives: layout
Cascading Style Sheets
.class1{ font-size:16px; color:lightblue; font-weight:bold; } .class2{ color:blue; text-decoration:underline; } CSS. Cascading Style Sheets. Why are they named that? This is a tutorial on how the cascading part of CSS works, and how to work with multiple classes. The main thing … Continue reading
Easy CSS fixed footer
I’ve seen a lot of tutorials out there for how to have a fixed footer using CSS. Most of them require all kinds of nested div’s, wrappers, and so on. It’s really very simple, and this code can be copied … Continue reading