CSS布局:40个教程,技巧,演示

Posted in February 9, 2010 at 22:51

CSS布局教程

1-Three column fixed layout structure using CSS

This post explains how to realize an HTML/CSS basic structure to design a simple three column fixed page layout with standard elements (logo top bar, navigation bar, text stage, center column for post categories and right column to insert Google AdSense 120X600 ads), to use in your projects.

Css-layouts in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


2-Design page layout using CSS

How to design page’s layout for your site using a css file.

Css-layouts2 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


3-How To Create a Horizontally Scrolling Site

Different techniques for creating horizontally scrolling layouts.

Css-layouts3 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


4-Super Simple Two Column Layout

Different techniques for creating horizontally scrolling layouts.

Css-layouts4 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


5-Simple 2 column CSS layout

This is a tutorial on how to use CSS to create a simple two column layout. The layout consists of a header, a horizontal navigation bar, a main content column, a sidebar, and a footer. It is also horizontally centered in the browser window.

Css-layouts6 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


6-The holy grail layout – 3 columns and a lot less problems

This is a article discuss the three columns – two fixed-width sidebars and a fluid center column, all while keeping the markup clean and semantic, and most importantly well structured.

Css-layouts7 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


7-CSS Centering 101

How to center a fixed-width layout using CSS

<body>
  <div id="container">
    ...entire layout goes here...
  </div>
</body>
Using CSS, the following two rules force whatever is contained within #container to be centered:
body {
  text-align: center;
  }
#container {
  margin: 0 auto;
  width: xxxpx;
  text-align: left;
  }

8-Creating a CSS layout from scratch

This guide will attempt to take you step by step, through the process of creating a fully functioning CSS layout.

Css-layouts9 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


9-Multi-Column Layouts Climb Out of the Box

Multiple columns, equal column heights, fixed or liquid center column, clean markup, and CSS.

Css-layouts9 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


10- In search of the One True Layout

Total Layout Flexibility, Equal Height Columns, Vertical placement of elements across grids/columns. This article shows how to achieve each of these goals, and then how to combine them, creating what could be called the One True Layout

Css-layouts22 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


11-From PSD to HTML, Building a Set of Website Designs Step by Step

The entire process of getting from Photoshop to completed HTML.

Css-layouts34 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


12- 5 Tips for coding xhtml/css layouts

These are few tips that could help you out in the transition from table-based web design to standards compliant css based layouts.


13-Designing a CSS based template

This is the start of a step-by-step based tutorial about how to create a CSS based template page. This will be a tutorial consisting of several parts: part 1 covers the creation of the navigation buttons in Photoshop CS*, the 2nd part will be the creation of the background, next on the list is the header and layout of the page and the final part will be the implementation in CSS and XHTML.

Css-layouts35 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


14-Breaking Out of the Box With CSS Layouts

If you understand how the grid works, you can fracture or abstract that grid to make your layout more dynamic and interesting. In achieving this goal (while supporting flexibility and maintainability), CSS designs have so much more to offer than table-based layouts. Jina Bolton explains how to acheive this goal.

Css-layouts36 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


15-Advanced CSS Layouts: Step by Step

The ultimate goal of this tutorial is to create a CSS layout that exactly resembles the WebReference.com layout made with tables and also behaves well with small window sizes and large fonts.

Css-layouts29 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


16-6 Keys to Understanding Modern CSS-based Layouts

These are the six things that will help people understand CSS-based layouts: Box Model, Floated Columns, Sizing Using Ems, Image Replacement, Floated Navigation and Sprites.


17-Are you making these common blog layout mistakes?

Discussing 4 mistakes in basic blog layout are all too common and all too easy to fix.


18-Page Layout

A practical guide for positioing and floating elements in a CSS page layout.


19-Site in an Hour

Making Simple Work of Complex CSS Layouts

Css-layouts40 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


最佳CSS布局

Most of these demonstrations can be used without asking for permission. However, some will require email approval first. Just check each site for the copyright requirements before use.

20-Sample CSS Page Layouts

Here are a range of CSS page layouts, including 2 column and 3 column layouts.

Css-layouts10 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


21-The Perfect 3 Column Liquid Layout (Percentage widths)

No CSS hacks. SEO friendly. No Images. No JavaScript. Cross-browser & iPhone compatible.

Css-layouts11 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


22-CSS TEMPLATES AND SAMPLES

Css-layouts21 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


23-IM Layouts

IM Layouts is a simple CSS layout system. IM Layouts offer full Grade-A browser support.

Css-layouts24 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


24-CSSplay

CSS Layout Listing

Css-layouts25 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


25-Layoutgala

Getting the maximum number of layouts based on the same markup, each with valid CSS and HTML, without hacks nor workaround and a good cross-browser compatibility. The result is a set of 40 layouts.

Css-layouts26 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


26-Glish

Many useful cross-browser CSS layout techniques

Css-layouts27 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


27-Thenoodleincident

CSS Boxes going from a simple single box, through 3 columns with a full width top box, all with variations.

Css-layouts28 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


28-The Layout Reservoir

Many useful CSS layout techniques

Css-layouts30 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


29-The only CSS layout you need

In this article you are presented to ten different layouts with example pages, all based on the same HTML.

Css-layouts32 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


30-Yet Another Multicolumn Layout

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.

  • Download YAML here.

31-Liquid Designs

Liquid Designs is a gallery of websites designed with liquid layouts using XHTML and CSS


最佳实践


下面是搜集的一些CSS经典布局网站。这些网站的CSS布局展示如何应用在不同类型的网站。布局可分为2栏,3栏,窄屏和宽屏以及混合型。

32-Helldesign

Css-layouts5 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


33-Silverbackapp

Css-layouts12 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


34-OS communications informatiques

Css-layouts13 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


35-Rockatee

Css-layouts14 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


136-Darrenhoyt

Css-layouts15 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


37-Makebetterwebsites

Css-layouts16 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


38-Elitetheme

Css-layouts17 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


39-Studio7designs

Css-layouts18 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices


40-Brightcreative

Css-layouts19 in CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices




www.noupe.com
Add a comment

Nickname

Site URI

Email

Enable HTML Enable UBB Enable Emots Hidden Remember [Login] [Register]