June 25
I haven't experienced myself with web page design using XHTML compliant css with div although almost two years ago I began to know that the web page layout pattern has been changed to this from common table layout. Last week, I began to know AppFuse which is a good framework accelarating you with your web application project startup and doing a lot of plumbing works for you including page generation, DAO service code, Hibernate mapping and other repeated tasks you must have to face. From then on, I have seen and appriciated its elegant page layout using css and div and know some css syntax I seldom used before.
- el e2{} stands that style will apply to e2 element which is desendant of el.
- e1>e2{} stands that style will apply to 22 element which is child of e1 element.