Is it correct that blueprint css allows you to formulate your layout as a grid instead of in terms o

Posted by brian on Stack Overflow See other posts from Stack Overflow or by brian
Published on 2009-06-27T19:43:27Z Indexed on 2010/05/22 0:40 UTC
Read the original article Hit count: 325

One of the arguments I've heard about blueprint css is that it lets you think of your layout in terms of a grid rather than in terms of floats. This seems like a big advantage to me because I always get confused about where my floats are going to end up - sometimes a float will unexpectedly drop down below some other floats and I have a hard time figuring out how to reposition everything. Does this make blueprint css a good choice for me - or should I just put the time in to learn how to use floats properly and do all of my layouts manually?

© Stack Overflow or respective owner

Related posts about html

Related posts about css-layout