Poll
Categories
- Accessibility (1)
- Css (21)
- Inspiration (1)
- Javascript (18)
- Link (4)
- News (65)
- Performance (2)
- Photoshop (21)
- Print (2)
- Resources (31)
- Review (16)
- Semantic (4)
- Uncategorized (12)
- Validation (2)
- Weekly winner (22)
- Wordpress (43)
I like maps as you can tell, or to be perfectly honest, I work with maps quite often at the moment. And when I find something interesting it usually end up here, so I can share it but also find it later on for other projects.
Today we’re talking about mapped images. Image mapping is an [...]
I was just playing around with the homepage of the gallery and I found out something I didn’t know about CSS. Similar to ids, you can’t start a css class name with numbers.
Let’s have a look at a real life example.
So we’ve seen the grungy, the colorful, large background and large title. But I’ve got a couple more to list before I can claim my list complete.
If you see anything that you feel should be added here do not hesitate to use the comment section to let me know. I wouldn’t mind having some more [...]
Believe it or not there are still people defending the use of tables for layout purpose. Their main argumentation is often based on how easy it is to get a fluid layout with fixed column or or simple the vertical text alignment is inside cells. Some also talk about development timescale being longer when using [...]
I very quick tips today about the display:block property in CSS. Used a lot to make tab effect or drop down menu by switching from block to none.
What about changing from inline to block? If you know work with CSS since a while you must know the difference between inline and block element. If not [...]
The property vertical-align in css can emulate the align=”middle” in table. But if you think you just need to put the property and your text will follow you are at the beginning of a nightmare.
Vertical-align doesn’t really work the same way than the table equivalent, and to be honest I am still confused about it.
I [...]
Comments