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: , ,


Styling scrollbars

posted May 6, 2008  

I’m only going to show you how to style scrollbars because sometimes it helps make a site look better…SOMETIMES. I should tell you right now before you read on any further, styling scrollbars only work on IE, surprisingly enough. I won’t go into it, but there are many other reasons why you shouldn’t spend too much time trying to style scrollbars.
more →

filed under: scrollbars

tags: , ,


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