Written by Nacho, under the category: Tips&Tricks
One of the existing CSS properties is: min-height.
The min-height property is quite self-explanatory. It defines the minimum height of an element. If the element’s content exceeds this value, the element resizes to the size needed.
On the other hand, the height property defines a fixed size. If the element’s content exceeds that size, the element doesn’t change it’s size, however it’s content overflows.
Read the rest of this entry »
Written by Nacho, under the category: Tips&Tricks

After some time battling with Internet Explorer 6 & 7, I discovered that most of it’s rendering problems are produced when using floats, because the hasLayout variable gets messed up.
Internet Explorer browser has a built-in variable called hasLayout, that allows the browser to ‘construct’ the elements in the page, interact with other elements, etc. When this variable is set to true, the content displays fine, but when it doesn’t our site gets pretty jammed.
Ignore the technicalities. Let’s go to the practical stage…
Read the rest of this entry »
Written by Nacho, under the category: Other
Hi! My name is Ignacio Ricci, or as my friends call me: Nacho. I’m a web designer and developer from Argentina.
Welcome to one of my recent project’s: ‘The CSS Blog’, a deeply focused blog on cascading stylesheets.
You’ll find some cool tips, tricks, tutorials and resources here soon!
If you want, you can check my first CSS articles on CSS Globe:
Note: There are some issues with the site in IE that I will fix during the week.
Cya!