Responsive flexbox justified columns demo
NO MORE negative margin hack
NO MORE negative margin hack
I saw another custom font solution today: typeface Instead of creating images or using flash just to show your site’s graphic text in the font you want, you can use typeface.js and write in plain HTML and CSS, just as if your visitors had the font installed locally. A while ago, I blogged about the… Continue reading Custom font
I write my CSS from scratch and I know enough tricks/hacks to pull out most of all what I want to accomplish. Although I’ve always heard the yahoo YUI project and understand what its reset css achieves, I never knew there are so many other CSS frameworks out there. Hidden pixels has listed a great… Continue reading CSS Frameworks
Tables are very important parts of the web interface. They are (hopefully) used for tabular data. It is one of the oldest and most basic HTML presentation tag but in order for it to smoothly fit into the new CSS age, we need to look at the most practical way in correctly setting up the… Continue reading How to STYLE a table using CSS (JSF examples)
You may have run into this problem, you may have not. But I found an acceptable workaround to this particular problem. Here’s the scenario. So I have a two column layout where my navigation list (red) is floated to the left and my main content is on the right. In my main content I have… Continue reading Clear left workaround