03 September 2008

Why working in CSS based layout is magic ?

I was working in an web based application and was on rapid development phase, so once I completed some 3 screens I had to give the same to development team the HTMLs, so this went on for 15 days and the demo day came. Then now the changing of Navigation Menu and some of the other module alignment issues came. Shockingly we did that in just 15-20 minutes, without touching the JSP code. Isin't it amazing..... well that's the power of CSS based layout. They may have some limitations or might create some problem in different browsers, but a little pain you do to fix the DIVs during html will make everyone's life very simple.

Go ahead and start building CSS based layout without any fear, but don't forget to use legendary tables (yes our very own TR TDs) when it comes to DATA grid display.

No comments: