geeky · school n work

How to STYLE a table using CSS (JSF examples)

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)

geeky

Clear left workaround

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