tags:

views:

99

answers:

3

Hello All,

I would like to know which is the most versatile CSS layout applicable to most or all types of different layouts?

+4  A: 

No CSS Framework can possibly be applicable to all different types of layouts, you will have to choose depending on what type of website you're building.

However, most layouts can be divided into grids... therefore it can be a good idea to pick a grid-based framework, like the 960 grid or Blueprint CSS for example.

Mickel
ok i see, but i was wondering for something better than others.
Sarfraz
then I would say the 960-grid or Blueprint, see edits in my post for links.
Mickel
A: 

Try YUI Grids. I found it very powerful and well documented.

cetnar
YUI grids also has a builder that you can experiment with layouts and then generate the CSS and HTML stubs for it.
Ed Griebel
A: 

Tripoli Framework supports IE5.

If you need IE5 or any old frameworks, go with it. Some other frameworks are really bloated.

TK
Just Say NO! to IE < 7. Please, the world will be a better place for it.
Ed Griebel