PICC '12

SolarWinds Advertisement

LISA '12

CSS Positioning

I admit it. I use tables for positioning in HTML. It is easy and works.

However, I just read this excellent tutorial on CSS positioning and I finally understand what the heck all that positioning stuff means.

http://www.barelyfitz.com/screencast/html-training/css/positioning/

I promise not to use tables any more.

I highly recommend this tutorial.

Posted by Tom Limoncelli at September 24, 2010 10:36 AM | Comments (3) | TrackBack (0) |

TrackBack

TrackBack URL for this entry:
http://everythingsysadmin.com/cgi-bin/mt-tb.cgi/406

Comments


I have been playing this game for a long time and I continue to use tables where they do a better job. Using tables is a hack or unintended usage. But there is in fact no way to do certain things (such as equal height columns) in CSS without using hacks that are even worse than using tables. I will check the tutorial above to see if they have *clean* solutions for such legitimate problems (as equal height) but I am not hopeful.

Posted by: ravi at September 24, 2010 11:59 AM

Welcome to 2005, Tom. Next, you'll learn to use AJAX and DHTML, right? ;-)

Posted by: Dossy Shiobara at September 24, 2010 2:47 PM

I am learning AJAX. Though, I use the Google Closure library to do the hard work for me.

Posted by: Tom Limoncelli at September 24, 2010 3:22 PM
Post a comment