Posts: 250
Name: Tom Maurer
Location: Pennslvania, USA
|
Confused!
CSS layout is confusing at best. I've been reading books lately on using web standard solutions. I read a book that states that floated layouts are an acceptable and standard solution for layout.
I read another book that says don't use floated layouts because they are inconsistent in browsers. This book says that positioned layouts are the standard. In the same paragraph it tells me that I need a special javascript snippet to make a footer stay below positioned column and content areas.
That doesn't seem real standard to me?
What's a guy to do? Floated layouts are easy. Positioned require me to use this script to make it look right. Any thoughts on this?
|