Category Archives: CSS

Quick CSS Tip: Box Model

Understanding the box model is extremely important when dealing with Cascading Style Sheets. Remember: Paddings are added to the overall size Borders are added to the overall size Check out the excellent Interactive CSS Box Model Demo (Flash) which illustrates … Continue reading

Posted in CSS, Web-design Comments Off

Quick CSS Tip: Sizing Text

I’m surprised how many designers still struggle with sizing text on web sites. Using pixels is not a good solution because IE cannot resize text set in pixels. Users should be able to resize text, so here’s a simple solution: … Continue reading

Posted in CSS, Web-design 8 Comments