Click here to return to the 123WORDPRESS.COM HTML Tutorial section. To view the CSS tutorial, please click here. Above: Markup language - Print style . Chapter 12 CSS Layout So far in this book, we have mainly discussed the internal elements of the page, that is, the content, but what about the larger structure? For a long time, designers have relied on tables for column layout, often nesting other tables within tables to achieve just the right spacing and visual effects. These huge layouts are not only slow to download and difficult to maintain, but also cannot be read correctly by text browsers, screen readers, and small-screen devices. In this chapter, we will use four common practices to combine CSS with structured markup syntax to create a two-column layout. You will soon find that you can create a column layout without nesting tables or using GIFs for spacing. Later in "Extended Tips", we'll discuss the box model issues in Internet Explorer 5.0 for Windows and how to get around them. We'll also share a simple secret for achieving equal-width columns with CSS. Previous Page 1 2 3 4 5 6 7 8 Next Page Read Full Article |
<<: MySQL data archiving tool mysql_archiver detailed explanation
>>: Analysis of the process of deploying Python applications in Docker containers
Table of contents Overview What are Generics Buil...
Implementation of navigation bar, fixed top navig...
Effect Preview Ideas Scroll the current list to t...
This article records the detailed installation tu...
mysql dirty pages Due to the WAL mechanism, when ...
The description of echo in the Linux help documen...
Overview In actual business scenario applications...
1. Install MySQL: Use the following three command...
Table of contents Overview Object rest attribute ...
Under the instructions of my leader, I took over ...
Sometimes we need to control whether HTML elements...
Table of contents Objectives for this period 1. F...
To get straight to the point, there is a very com...
Table of contents 1. Overview 2. Name field 3. Ve...
Table of contents 1. Security issues with Docker ...