Multi Columned Layouts in CSS3

post-thumb

It's been a while since my last CSS3 post/tutorial but that doesn't mean I haven't been following the development of CSS3. I have been looking at some of the newer features that have recently been implemented and one that's caught my eye is the multi column layout module. You can already guess what this module can do. Thats right it creates columns! Using the new column module it allows you to create columns in the form of a newspaper style column. News websites and blogs rejoice! Lets take a look at how we can create columns with the new module.

« Read the rest of this post

Website Layouts with sidebars

post-thumb

There are many different website layouts that are designed differently, many website layouts choose to have one or more sidebar, but a problem that you many encounter is how can you get the sidebar to be same length as your content? This is a good question, because if your sidebar ends before your content then your website layout will look strange. But there are methods of being able to achieve a sidebar that is the same height as your content. In this Quick CSS segment, im going to show you how you can achieve this effect, it's pretty simple and basic, but it's good to know!

« Read the rest of this post