Changes to csswoes.com

posted May 19, 2008  

Over the next few days, I’ll be making some changes to the design of the site.  Thus, I won’t have too much time to post anything until I’m finished.  Hope everything goes according to plan!

filed under: miscellaneous



IE6 float margins fixed!

posted May 15, 2008  

Ever notice the weird difference in margins between IE6 and the rest of the browsers when using floats? IE6 seems to like to add an extra pixel more than specified in margins. The following will show you an easy way to fix this problem.
more →

filed under: ie solutions, layouts

tags: , ,


CSS “Tables”

posted May 14, 2008  

Which is better, divs or tables? There’s really no correct answer for this and it’s basically a matter of preference. In terms of layout, they can work in the same way. However, I would say that using divs are more efficient.

In order to be rendered, browsers download the table’s presentational markup every time, even when the page is refreshed. While CSS can initially be bigger than a table’s markup, browsers cache the styles so that it takes less time to render the page.
more →

filed under: layouts

tags: , ,


Keeping the footer at the bottom of the page

posted May 10, 2008  

Keeping the footer at the bottom of the page isn’t hard to do. The way I will show you will also keep a min-height so that if the browser gets too small, the footer won’t run into any of the page’s content.
more →

filed under: layouts

tags: , ,


Adding style to forms

posted May 8, 2008  

Styling forms is quite easy and can make the page look a lot better. In this tutorial, I will show you how to style the input fields and create what is called a two-column form in which the left column consists of the label and the right column consists of the input fields.
more →

filed under: forms

tags: , ,


tag cloud
Copyright © 2008-2009 csswoes.com • Bryan Duran • All Rights Reserved