Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 9719 | Replies: 15
CSS and div is a half-baked system of page layout. You have very little control over it. The only way I can think of to do this is nesting some divs, each with different properties and widths.
This is a place where tables are better. The table is not deprecated. They just don't want us to use them to create padding, borders, and margins.
My rule:
1. If you want something fluid, which changes its arrangement when you resize the browser or change screen resolution, use div.
2. If you want a stable structure which keeps its shape, use table.
This is a place where tables are better. The table is not deprecated. They just don't want us to use them to create padding, borders, and margins.
My rule:
1. If you want something fluid, which changes its arrangement when you resize the browser or change screen resolution, use div.
2. If you want a stable structure which keeps its shape, use table.
Daylight-saving time uses more gasoline
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)







Threaded Mode