Is there a simple 3-column, pure CSS layout?

前端 未结 7 876
粉色の甜心
粉色の甜心 2020-12-29 16:27

One that doesn\'t require the following:

  1. Reliance on images (i.e. \"faux columns\")
  2. Some kind of weirdness or \"hack\" put in specifically for IE
7条回答
  •  天涯浪人
    2020-12-29 16:56

    YAML

    "Yet Another Multicolumn Layout" (YAML) is an (X)HTML/CSS framework for creating modern and flexible floated layouts. The structure is extremely versatile in its programming and absolutely accessible for end users.

    It contains some IE bug fixes, but you can remove them.

提交回复
热议问题