Blog
Thoughts about programming, design, and life in general.
-
How do I make images flexible height and width?
This is easy stuff.
Read more... -
How do I define multiple CSS attribues in JQuery?
You can string up your classes this way.
Read more... -
Can a span have a width?
Yes. Since a span tag is an inline element and it has “display:inline” as default, it doesn’t naturally have a width.
Read more...