<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>2Coders - блог web-разработчика &#187; Дизайн</title>
	<atom:link href="http://2coders.ru/category/dizajn/feed/" rel="self" type="application/rss+xml" />
	<link>http://2coders.ru</link>
	<description>Web - программирование и SEO</description>
	<lastBuildDate>Mon, 16 Apr 2012 18:05:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Прокачиваем таблицы с помощью CSS3</title>
		<link>http://2coders.ru/prokachivaem-tablicy-s-pomoshhyu-css3/</link>
		<comments>http://2coders.ru/prokachivaem-tablicy-s-pomoshhyu-css3/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 07:57:17 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Верстка]]></category>
		<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=1776</guid>
		<description><![CDATA[Сегодня, мы познакомимся с некоторыми возможностями CSS3, а также изменим до неузнаваемости скучные и надоедливые таблицы. Всего, для таблиц будет создано 3 стиля: table1, table2 и table3. Посмотреть, как выглядят таблицы в готовом виде можно здесь, а скачать тут. Для начала нужно составить таблицу. В качестве данных возьмем тарифы одного из хостеров. 1 2 3 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://2coders.ru/wp-content/uploads/2010/08/tables2.gif" rel="lightbox[pics1776]" title="tables"><img src="http://2coders.ru/wp-content/uploads/2010/08/tables2.gif" alt="tables" width="558" height="429" class="attachment wp-att-1815 " /></a><br />
Сегодня, мы познакомимся с некоторыми возможностями <strong>CSS3</strong>, а также изменим до неузнаваемости скучные и надоедливые таблицы. Всего, для таблиц будет создано 3 стиля: table1, table2 и table3. Посмотреть, как выглядят таблицы в готовом виде можно <a href="http://2coders.ru/demo/tables/">здесь</a>, а скачать <a href="http://2coders.ru/demo/tables/tables.zip">тут</a>.<br />
<span id="more-1776"></span><br />
Для начала нужно составить таблицу. В качестве данных возьмем тарифы одного из хостеров.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;">            <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">table</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;table1&quot;</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">thead</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">th</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">th</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">th</span> <span style="color: #000066;">scope</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;col&quot;</span> <span style="color: #000066;">abbr</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Starter&quot;</span>&gt;</span>Lite<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">th</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">th</span> <span style="color: #000066;">scope</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;col&quot;</span> <span style="color: #000066;">abbr</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Medium&quot;</span>&gt;</span>Office<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">th</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">th</span> <span style="color: #000066;">scope</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;col&quot;</span> <span style="color: #000066;">abbr</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Business&quot;</span>&gt;</span>Master<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">th</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">th</span> <span style="color: #000066;">scope</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;col&quot;</span> <span style="color: #000066;">abbr</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Deluxe&quot;</span>&gt;</span>Profy<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">th</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">thead</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tfoot</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">th</span> <span style="color: #000066;">scope</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;row&quot;</span>&gt;</span>Цена в месяц<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">th</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>$ 2.00<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>$ 3.50<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>$ 6.20<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>$ 10.00<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tfoot</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tbody</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">th</span> <span style="color: #000066;">scope</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;row&quot;</span>&gt;</span>Место на диске<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">th</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>512 MB<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>1 GB<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>2 GB<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>4 GB<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">th</span> <span style="color: #000066;">scope</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;row&quot;</span>&gt;</span>Трафик<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">th</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>50 GB<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>100 GB<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>150 GB<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>Без ограничений<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">th</span> <span style="color: #000066;">scope</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;row&quot;</span>&gt;</span>MySQL БД<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">th</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>Без ограничений<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>Без ограничений<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>Без ограничений<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>Без ограничений<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">th</span> <span style="color: #000066;">scope</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;row&quot;</span>&gt;</span>FTP аккаунты<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">th</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>Без ограничений<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>Без ограничений<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>Без ограничений<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>Без ограничений<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">th</span> <span style="color: #000066;">scope</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;row&quot;</span>&gt;</span>PHP 5<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">th</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;check&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;check&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;check&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;check&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">th</span> <span style="color: #000066;">scope</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;row&quot;</span>&gt;</span>POP3 server<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">th</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;check&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;check&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;check&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;check&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
                    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
                <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tbody</span>&gt;</span>
            <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">table</span>&gt;</span></pre></td></tr></table></div>

<p>Таблица будет оставаться практически без изменений, меняться будет только класс (table1, table 2 и table 3) определяющий стиль элементов.</p>
<p><strong>CSS стиль № 1</strong><br />
<a href="http://2coders.ru/wp-content/uploads/2010/08/table1-css3.gif" rel="lightbox[pics1776]" title="table css3"><img src="http://2coders.ru/wp-content/uploads/2010/08/table1-css3.gif" alt="table css3" width="598" height="390" class="attachment wp-att-1802 " /></a><br />
Давайте начнем с основного стиля таблицы:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">table.table1<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">&quot;Trebuchet MS&quot;</span><span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">16px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1.4em</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-collapse</span><span style="color: #00AA00;">:</span><span style="color: #993333;">separate</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Мы задали шрифт и сделали пространство между ячейками, с помощью border-collapse:separate.</p>
<p>Для элементов в заголовке будет установлен следующий стиль:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table1</span> thead th<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #cc00cc;">#568F23</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#93CE37</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">3px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#9ED929</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#9DD929</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #3333ff;">:-webkit-</span>gradient<span style="color: #00AA00;">&#40;</span>
        linear<span style="color: #00AA00;">,</span>
        <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">,</span>
        <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">,</span>
        color-stop<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">0.02</span><span style="color: #00AA00;">,</span> <span style="color: #993333;">rgb</span><span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">123</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">192</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">67</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span>
        color-stop<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">0.51</span><span style="color: #00AA00;">,</span> <span style="color: #993333;">rgb</span><span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">139</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">198</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">66</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span>
        color-stop<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">0.87</span><span style="color: #00AA00;">,</span> <span style="color: #993333;">rgb</span><span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">158</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">217</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">41</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#41;</span>
        <span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> -moz-linear-gradient<span style="color: #00AA00;">&#40;</span>
        <span style="color: #993333;">center</span> <span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">,</span>
        <span style="color: #993333;">rgb</span><span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">123</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">192</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">67</span><span style="color: #00AA00;">&#41;</span> <span style="color: #933;">2%</span><span style="color: #00AA00;">,</span>
        <span style="color: #993333;">rgb</span><span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">139</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">198</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">66</span><span style="color: #00AA00;">&#41;</span> <span style="color: #933;">51%</span><span style="color: #00AA00;">,</span>
        <span style="color: #993333;">rgb</span><span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">158</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">217</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">41</span><span style="color: #00AA00;">&#41;</span> <span style="color: #933;">87%</span>
        <span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    -webkit-border-top-left-radius<span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
    -webkit-border-top-right-radius<span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
    -moz-border-radius<span style="color: #00AA00;">:</span><span style="color: #933;">5px</span> <span style="color: #933;">5px</span> <span style="color: #933;">0px</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
    border-top-left-radius<span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
    border-top-right-radius<span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Мы создаем градиент и закругляем углы у ячеек. Как вы наверное заметили, первая ячейка таблицы пустая. Как это сделать? Да очень просто, зададим стиль для первой ячейки (th):</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table1</span> thead th<span style="color: #3333ff;">:empty</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">transparent</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Применим для футера таблицы следующий стиль:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table1</span> tfoot td<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#9CD009</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">32px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #cc00cc;">#444</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.table1</span> tfoot th<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Ничего особенного здесь нет, мы просто создали тень для текста.<br />
Во внутренних ячейках таблицы будет светло-зеленый фон и текст белого цвета.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table1</span> tbody td<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#DEF3CA</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">2px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#E7EFE0</span><span style="color: #00AA00;">;</span>
    -moz-border-radius<span style="color: #00AA00;">:</span><span style="color: #933;">2px</span><span style="color: #00AA00;">;</span>
    -webkit-border-radius<span style="color: #00AA00;">:</span><span style="color: #933;">2px</span><span style="color: #00AA00;">;</span>
    border-radius<span style="color: #00AA00;">:</span><span style="color: #933;">2px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Так же, для каждого из тарифов, нам нужно добавить изображение галочки, напротив <strong>PHP 5</strong> и <strong>POP3 server</strong>.<br />
Галочка располагается в элементе span с классом &laquo;check&raquo;.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table1</span> tbody span<span style="color: #6666ff;">.check</span><span style="color: #00AA00;">:</span><span style="color: #3333ff;">:before</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">content</span> <span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span>../images/check0.png<span style="color: #00AA00;">&#41;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>С первым стилем для нашей таблицы мы разобрались, теперь можно приступать к стилю под номером 2.</p>
<p><strong>CSS стиль № 2</strong><br />
<a href="http://2coders.ru/wp-content/uploads/2010/08/table2-css3.gif" rel="lightbox[pics1776]" title="css3 tables"><img src="http://2coders.ru/wp-content/uploads/2010/08/table2-css3.gif" alt="css3 tables" width="598" height="458" class="attachment wp-att-1804 " /></a><br />
Вторая таблица будет выглять более элегантно, по сравнению с первой. Зададим для нее основной стиль:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">table.table2<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">&quot;Trebuchet MS&quot;</span><span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">18px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">letter-spacing</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-1px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1.2em</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-collapse</span><span style="color: #00AA00;">:</span><span style="color: #993333;">collapse</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Футер и хедер таблицы будут в одном стиле, по этому зададим для них такой стиль:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table2</span> thead th<span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.table2</span> tfoot td<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">20px</span> <span style="color: #933;">10px</span> <span style="color: #933;">40px</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">26px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#222</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-top</span><span style="color: #00AA00;">:</span><span style="color: #933;">3px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span>
    -moz-box-shadow<span style="color: #00AA00;">:</span><span style="color: #933;">0px</span> <span style="color: #933;">-1px</span> <span style="color: #933;">4px</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
    -webkit-box-shadow<span style="color: #00AA00;">:</span><span style="color: #933;">0px</span> <span style="color: #933;">-1px</span> <span style="color: #933;">4px</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
    box-shadow<span style="color: #00AA00;">:</span><span style="color: #933;">0px</span> <span style="color: #933;">-1px</span> <span style="color: #933;">4px</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Для th в футере зададим следующий стиль:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table2</span> tfoot th<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">18px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-transform</span><span style="color: #00AA00;">:</span><span style="color: #993333;">uppercase</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#888</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Теперь зададим стиль, для ячеек в нижней части таблицы.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table2</span> tfoot td<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">36px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#EF870E</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-top</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">3px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span>
    -moz-box-shadow<span style="color: #00AA00;">:</span><span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #933;">4px</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
    -webkit-box-shadow<span style="color: #00AA00;">:</span><span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #933;">4px</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
    box-shadow<span style="color: #00AA00;">:</span><span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #933;">4px</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Так же, как и в первом стиле, нам нужно сделать пустой первую ячейку.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table2</span> thead th<span style="color: #3333ff;">:empty</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">transparent</span><span style="color: #00AA00;">;</span>
    -moz-box-shadow<span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
    -webkit-box-shadow<span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
    box-shadow<span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>С помощью селектора :nth-last-child выбираем последнюю ячейку в заголовке таблицы и удаляем границу справа.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table2</span> thead <span style="color: #3333ff;">:nth-last-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">1</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">border-right</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Так же удаляем границы у первой ячейки в заголовке и последней ячейки в теле таблицы.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table2</span> thead <span style="color: #3333ff;">:first-child</span><span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.table2</span> tbody <span style="color: #3333ff;">:nth-last-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">1</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Зададим стиль, для описаний расположенных в левой части таблицы:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table2</span> tbody th<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#333</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#f9f9f9</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Следующий стиль будет задан, для остальных ячеек:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table2</span> tbody td<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#f0f0f0</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#999</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span><span style="color: #933;">-1px</span> <span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-transform</span><span style="color: #00AA00;">:</span><span style="color: #993333;">uppercase</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#333</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Теперь нам только осталось добавить галочку:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table2</span> tbody span<span style="color: #6666ff;">.check</span><span style="color: #00AA00;">:</span><span style="color: #3333ff;">:before</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">content</span> <span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span>../images/check1.png<span style="color: #00AA00;">&#41;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p><strong>CSS стиль № 3</strong><br />
<a href="http://2coders.ru/wp-content/uploads/2010/08/table31-css3.gif" rel="lightbox[pics1776]" title="css3 tables"><img src="http://2coders.ru/wp-content/uploads/2010/08/table31-css3.gif" alt="css3 tables" width="598" height="434" class="attachment wp-att-1808 " /></a><br />
Третья таблица будет сложнее предыдущих. Чем дороже тариф, тем темнее цвет ячейки.<br />
Основной стиль:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">table.table3<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span>Arial<span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">18px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-transform</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">uppercase</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">letter-spacing</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-1px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1.7em</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-collapse</span><span style="color: #00AA00;">:</span><span style="color: #993333;">collapse</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Стиль для ячеек, в заголовке будет таким:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table3</span> thead th<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">6px</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-transform</span><span style="color: #00AA00;">:</span><span style="color: #993333;">uppercase</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#444</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#444</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Стиль для пустых ячеек:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table3</span> thead th<span style="color: #3333ff;">:empty</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">transparent</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Теперь нам нужно задать цвет для ячеек в хедере и футере таблицы:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table3</span> thead <span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">2</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.table3</span> tfoot <span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">2</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#7FD2FF</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.table3</span> tfoot <span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">2</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
    -moz-border-radius<span style="color: #00AA00;">:</span><span style="color: #933;">0px</span> <span style="color: #933;">0px</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
    -webkit-border-bottom-left-radius<span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
    border-bottom-left-radius<span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.table3</span> thead <span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">2</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
    -moz-border-radius<span style="color: #00AA00;">:</span><span style="color: #933;">5px</span> <span style="color: #933;">0px</span> <span style="color: #933;">0px</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
    -webkit-border-top-left-radius<span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
    border-top-left-radius<span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.table3</span> thead <span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">3</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.table3</span> tfoot <span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">3</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#45A8DF</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.table3</span> thead <span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">4</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.table3</span> tfoot <span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">4</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#2388BF</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.table3</span> thead <span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">5</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.table3</span> tfoot <span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">5</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#096A9F</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.table3</span> thead <span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">5</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
    -moz-border-radius<span style="color: #00AA00;">:</span><span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #933;">0px</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
    -webkit-border-top-right-radius<span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
    border-top-right-radius<span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.table3</span> tfoot <span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">5</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
    -moz-border-radius<span style="color: #00AA00;">:</span><span style="color: #933;">0px</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
    -webkit-border-bottom-right-radius<span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
    border-bottom-right-radius<span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Общий стиль для всех td ячеек в футере будет таким:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table3</span> tfoot td<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">38px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">15px</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Зададим немного отступов:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table3</span> tbody td<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Стиль для ячеек в которых указывается цена:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table3</span> tbody tr<span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">4</span><span style="color: #00AA00;">&#41;</span> td<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">18px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Зададим стиль для ячеек в теле таблицы:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table3</span> tbody td<span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span>even<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#444</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#444</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#444</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #3333ff;">:-webkit-</span>gradient<span style="color: #00AA00;">&#40;</span>
        linear<span style="color: #00AA00;">,</span>
        <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">,</span>
        <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">,</span>
        color-stop<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">0.39</span><span style="color: #00AA00;">,</span> <span style="color: #993333;">rgb</span><span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">189</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">189</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">189</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span>
        color-stop<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">0.7</span><span style="color: #00AA00;">,</span> <span style="color: #993333;">rgb</span><span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">224</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">224</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">224</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#41;</span>
        <span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #3333ff;">:-moz-linear-</span>gradient<span style="color: #00AA00;">&#40;</span>
        <span style="color: #993333;">center</span> <span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">,</span>
        <span style="color: #993333;">rgb</span><span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">189</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">189</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">189</span><span style="color: #00AA00;">&#41;</span> <span style="color: #933;">39%</span><span style="color: #00AA00;">,</span>
        <span style="color: #993333;">rgb</span><span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">224</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">224</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">224</span><span style="color: #00AA00;">&#41;</span> <span style="color: #933;">70%</span>
        <span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.table3</span> tbody td<span style="color: #3333ff;">:nth-</span>child<span style="color: #00AA00;">&#40;</span>odd<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#555</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#f0f0f0</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#444</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #3333ff;">:-webkit-</span>gradient<span style="color: #00AA00;">&#40;</span>
        linear<span style="color: #00AA00;">,</span>
        <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">,</span>
        <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">,</span>
        color-stop<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">0.39</span><span style="color: #00AA00;">,</span> <span style="color: #993333;">rgb</span><span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">85</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">85</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">85</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span>
        color-stop<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">0.7</span><span style="color: #00AA00;">,</span> <span style="color: #993333;">rgb</span><span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">105</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">105</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">105</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#41;</span>
        <span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #3333ff;">:-moz-linear-</span>gradient<span style="color: #00AA00;">&#40;</span>
        <span style="color: #993333;">center</span> <span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">,</span>
        <span style="color: #993333;">rgb</span><span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">85</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">85</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">85</span><span style="color: #00AA00;">&#41;</span> <span style="color: #933;">39%</span><span style="color: #00AA00;">,</span>
        <span style="color: #993333;">rgb</span><span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">105</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">105</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">105</span><span style="color: #00AA00;">&#41;</span> <span style="color: #933;">70%</span>
        <span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #933;">1px</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Так же зададим границу для последних ячеек:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table3</span> tbody td<span style="color: #3333ff;">:nth-last-</span>child<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">1</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">border-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#222</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Описание слева, будет с таким стилем:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table3</span> tbody th<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#696969</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#aaa</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Не забываем про нашу галочку:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.table3</span> tbody span<span style="color: #6666ff;">.check</span><span style="color: #00AA00;">:</span><span style="color: #3333ff;">:before</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">content</span> <span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span>../images/check2.png<span style="color: #00AA00;">&#41;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Так же советую вам ознакомиться, с приведенными ниже ссылками:</p>
<p>Градиенты в CSS3        &#8211; <a href="http://gradients.glrzad.com/">http://gradients.glrzad.com/</a><br />
W3C Selectors Level 3   &#8211; <a href="http://www.w3.org/TR/css3-selectors/">http://www.w3.org/TR/css3-selectors/</a></p>
<p>Напомню, что <strong>демо</strong> можно псомотреть <a href="http://2coders.ru/demo/tables/">здесь</a>, а скачать <a href="http://2coders.ru/demo/tables/tables.zip">тут</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/prokachivaem-tablicy-s-pomoshhyu-css3/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Лучшие сайты недели 4</title>
		<link>http://2coders.ru/luchshie-sajty-nedeli-4/</link>
		<comments>http://2coders.ru/luchshie-sajty-nedeli-4/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 13:49:23 +0000</pubDate>
		<dc:creator>d4rkr00t</dc:creator>
				<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[Обзоры]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=1700</guid>
		<description><![CDATA[Здравствуйте! Дорогие читатели. Представляем вашему вниманию очередную подборку лучших сайтов недели. Jameslaicreative.com Zacharypulman.com Virtualskystudio.com Mint.com Bythreads.com Shoeguru.ca Paul-rand.com]]></description>
			<content:encoded><![CDATA[<p>Здравствуйте! Дорогие читатели. Представляем вашему вниманию очередную подборку лучших сайтов недели.</p>
<p><strong>Jameslaicreative.com</strong></p>
<p style="text-align: center;"><a rel='nofollow' title="www.jameslaicreative.com" href="http://www.jameslaicreative.com/"><img class="attachment wp-att-1701 centered" src="http://2coders.ru/wp-content/uploads/2010/06/www.jameslaicreative.com_.png" alt="www.jameslaicreative.com" width="598" height="469" /></a></p>
<p><span id="more-1700"></span></p>
<p><strong>Zacharypulman.com</strong></p>
<p style="text-align: center;"><a rel='nofollow' title="zacharypulman.com" href="http://zacharypulman.com"><img class="attachment wp-att-1704 centered" src="http://2coders.ru/wp-content/uploads/2010/06/zacharypulman.com_.png" alt="zacharypulman.com" width="600" height="761" /></a></p>
<p><strong>Virtualskystudio.com</strong></p>
<p style="text-align: center;"><a rel='nofollow' title="virtualskystudio.com" href="http://virtualskystudio.com/"><img class="attachment wp-att-1706 centered" src="http://2coders.ru/wp-content/uploads/2010/06/virtualskystudio.com_.png" alt="virtualskystudio.com" width="600" height="866" /></a></p>
<p><strong>Mint.com</strong></p>
<p style="text-align: center;"><a rel='nofollow' title="www.mint.com" href="http://www.mint.com"><img class="attachment wp-att-1707 centered" src="http://2coders.ru/wp-content/uploads/2010/06/www.mint_.com_.png" alt="www.mint.com" width="600" height="747" /></a></p>
<p><strong>Bythreads.com</strong></p>
<p style="text-align: center;"><a rel='nofollow' title="bythreads.com" href="http://www.bythreads.com/"><img class="attachment wp-att-1709 centered" src="http://2coders.ru/wp-content/uploads/2010/06/bythreads.com_.png" alt="bythreads.com" width="600" height="475" /></a></p>
<p><strong>Shoeguru.ca</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong></p>
<p style="text-align: center;"><a rel='nofollow' title="shoeguru.ca" href="http://shoeguru.ca/"><img class="attachment wp-att-1710 centered" src="http://2coders.ru/wp-content/uploads/2010/06/shoeguru.ca_.png" alt="shoeguru.ca" width="600" height="445" /></a></p>
<p></strong></p>
<p><strong>Paul-rand.com</strong></p>
<p><strong><span style="font-weight: normal;"> </span></strong></p>
<p><strong></p>
<p style="text-align: center;"><a rel='nofollow' title="paul-rand.com" href="http://www.paul-rand.com/"><img class="attachment wp-att-1711 centered" src="http://2coders.ru/wp-content/uploads/2010/06/paul-rand.com_.png" alt="paul-rand.com" width="600" height="411" /></a></p>
<p></strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/luchshie-sajty-nedeli-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Лучшие сайты недели 3</title>
		<link>http://2coders.ru/luchshie-sajty-nedeli-3/</link>
		<comments>http://2coders.ru/luchshie-sajty-nedeli-3/#comments</comments>
		<pubDate>Thu, 13 May 2010 08:36:23 +0000</pubDate>
		<dc:creator>d4rkr00t</dc:creator>
				<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[Обзоры]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Вдохновение]]></category>
		<category><![CDATA[Лучшие сайты недели]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=1668</guid>
		<description><![CDATA[С небольшой задержкой(праздники ) выпускаем очередную подборку &#171;Лучших сайтов недели&#187;. www.emotionslive.co.uk wwwinabox.com mattdempsey.com divvoted.com thigpendesigns.com level2d.com visitcascadia.com Ждите следующего выпуска&#8230;]]></description>
			<content:encoded><![CDATA[<p>С небольшой задержкой(праздники <img src='http://2coders.ru/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) выпускаем очередную подборку &laquo;Лучших сайтов недели&raquo;.</p>
<p><strong>www.emotionslive.co.uk</strong></p>
<p><a rel='nofollow' href="http://www.emotionslive.co.uk/" target="_blank"><img src="http://2coders.ru/wp-content/uploads/2010/05/www.emotionslive.co_.uk_.png" alt="www.emotionslive.co.uk" width="600" height="433" /></a></p>
<p><strong><span id="more-1668"></span><a rel='nofollow' href="http://www.wwwinabox.com/">wwwinabox.com</a></strong></p>
<p><a rel='nofollow'  title="wwwinabox" href="http://www.wwwinabox.com/"><img src="http://2coders.ru/wp-content/uploads/2010/05/wwwinabox.png" alt="wwwinabox" width="600" height="368" /></a></p>
<p><a  rel='nofollow'  href="http://www.mattdempsey.com/"><strong>mattdempsey.com</strong></a></p>
<p><strong><span style="font-weight: normal;"><a  rel='nofollow' title="doodle" href="http://www.mattdempsey.com/"><img class="attachment wp-att-1674 alignleft" src="http://2coders.ru/wp-content/uploads/2010/05/doodle.png" alt="doodle" width="600" height="373" /></a><br />
</span></strong></p>
<p><strong><br />
</strong></p>
<p><a  rel='nofollow' href="http://www.divvoted.com/"><strong>divvoted.com</strong></a></p>
<p><img src="http://2coders.ru/wp-content/uploads/2010/05/www.divvoted.png" alt="www.divvoted" width="600" height="396" /></p>
<p><a  rel='nofollow' href="http://www.thigpendesigns.com/"><strong>thigpendesigns.com</strong></a></p>
<p><img src="http://2coders.ru/wp-content/uploads/2010/05/www.thigpendesigns.com_.png" alt="www.thigpendesigns.com" width="600" height="440" /></p>
<p><strong><a href="http://www.level2d.com" target="_blank">level2d.com</a></strong></p>
<p><a rel='nofollow'  title="www.level2d.com" href="http://www.level2d.com"><img src="http://2coders.ru/wp-content/uploads/2010/05/www.level2d.com_.png" alt="www.level2d.com" width="600" height="363" /></a></p>
<p><a  rel='nofollow' href="http://www.visitcascadia.com/"><strong>visitcascadia.com</strong></a></p>
<p><strong><a title="visitcascadia.com" href="http://visitcascadia.com"></a><img src="http://2coders.ru/wp-content/uploads/2010/05/visitcascadia.com_.png" alt="visitcascadia.com" width="600" height="394" /></strong></p>
<p>Ждите следующего выпуска&#8230; <img src='http://2coders.ru/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<div><strong><br />
</strong></div>
<div><strong><br />
</strong></div>
<div><strong><br />
</strong></div>
<div><strong><br />
</strong></div>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/luchshie-sajty-nedeli-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Лучшие сайты недели 2</title>
		<link>http://2coders.ru/luchshie-sajty-nedeli-2/</link>
		<comments>http://2coders.ru/luchshie-sajty-nedeli-2/#comments</comments>
		<pubDate>Mon, 03 May 2010 08:31:16 +0000</pubDate>
		<dc:creator>d4rkr00t</dc:creator>
				<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[Вдохновение]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=1610</guid>
		<description><![CDATA[Вот и прошла первая неделя с запуска новой рубрики, получаем новую порцию вдохновения: Antonpeck.com Loscoloresolvidados.com Gomediazine.com Tapmates.com Recessmobile.com Safarista.com Sohtanaka.com На этом сегодня все. Удачи.]]></description>
			<content:encoded><![CDATA[<p>Вот и прошла первая неделя с запуска новой рубрики, получаем новую порцию вдохновения:</p>
<p><strong>Antonpeck.com</strong><br />
<a title="FireShot capture #033 - 'Homepage of Anton Peck, Digital Artist'  - www_antonpeck_com" href="http://www.antonpeck.com/"><img src="../wp-content/uploads/2010/05/FireShot-capture-033-Homepage-of-Anton-Peck-Digital-Artist-www_antonpeck_com.jpg" alt="FireShot capture #033 - 'Homepage of Anton Peck, Digital Artist' -  www_antonpeck_com" width="600" height="358" /></a></p>
<p><strong><span id="more-1610"></span>Loscoloresolvidados.com</strong></p>
<p><a title="FireShot capture #034 - 'Los colores olvidados' - www_loscoloresolvidados_com" href="http://www.loscoloresolvidados.com/"><img class="attachment wp-att-1613 alignleft" src="http://2coders.ru/wp-content/uploads/2010/05/FireShot-capture-034-Los-colores-olvidados-www_loscoloresolvidados_com.jpg" alt="FireShot capture #034 - 'Los colores olvidados' - www_loscoloresolvidados_com" width="600" height="391" /></a></p>
<p><strong>Gomediazine.com</strong></p>
<p><a title="FireShot capture #035 - 'Vector &amp; Photoshop Tutorials, Freebies &amp; Tips for Graphic DesignersI GoMediaZine' - www_gomediazine_com" href="http://www.gomediazine.com/"><img class="attachment wp-att-1614 alignleft" src="http://2coders.ru/wp-content/uploads/2010/05/FireShot-capture-035-Vector-Photoshop-Tutorials-Freebies-Tips-for-Graphic-DesignersI-GoMediaZine-www_gomediazine_com.jpg" alt="FireShot capture #035 - 'Vector &amp; Photoshop Tutorials, Freebies &amp; Tips for Graphic DesignersI GoMediaZine' - www_gomediazine_com" width="600" height="331" /></a></p>
<p><strong><br />
</strong></p>
<p><strong>Tapmates.com</strong></p>
<p><strong><a title="FireShot capture #036 -  'tapmates' - www_tapmates_com" href="http://www.tapmates.com/"><img src="../wp-content/uploads/2010/05/FireShot-capture-036-tapmates-www_tapmates_com.jpg" alt="FireShot capture #036 - 'tapmates' - www_tapmates_com" width="600" height="411" /></a></strong></p>
<p><strong>Recessmobile.com</strong></p>
<p><strong><a title="FireShot capture #037 - 'Elegant SMS Integration + Application Development - Recess Mobile' - www_recessmobile_com" href="http://www.recessmobile.com/"><img class="attachment wp-att-1618 alignleft" src="http://2coders.ru/wp-content/uploads/2010/05/FireShot-capture-037-Elegant-SMS-Integration-+-Application-Development-Recess-Mobile-www_recessmobile_com.jpg" alt="FireShot capture #037 - 'Elegant SMS Integration + Application Development - Recess Mobile' - www_recessmobile_com" width="600" height="354" /></a><br />
</strong></p>
<p><strong>Safarista.com</strong></p>
<p><a title="FireShot capture #038 - 'Safarista Design I Web Design Lincoln UK I Webdesign Lincoln UK I Branding Lincoln UK I Graphic Design Lincoln UK I Logo Design Lincoln UK' - www_safarista_com" href="http://www.safarista.com/"><img class="attachment wp-att-1620 alignleft" src="http://2coders.ru/wp-content/uploads/2010/05/FireShot-capture-038-Safarista-Design-I-Web-Design-Lincoln-UK-I-Webdesign-Lincoln-UK-I-Branding-Lincoln-UK-I-Graphic-Design-Lincoln-UK-I-Logo-Design-Lincoln-UK-www_safarista_com.jpg" alt="FireShot capture #038 - 'Safarista Design I Web Design Lincoln UK I Webdesign Lincoln UK I Branding Lincoln UK I Graphic Design Lincoln UK I Logo Design Lincoln UK' - www_safarista_com" width="600" height="341" /></a></p>
<p><strong><br />
</strong></p>
<p><strong>Sohtanaka.com</strong></p>
<p><strong><a title="www_sohtanaka_com" href="http://www.sohtanaka.com/"><img src="../wp-content/uploads/2010/05/www_sohtanaka_com.jpg" alt="www_sohtanaka_com" width="600" height="388" /></a></strong></p>
<p>На этом сегодня все. Удачи.</p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/luchshie-sajty-nedeli-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Лучшие сайты недели</title>
		<link>http://2coders.ru/luchshie-sajty-nedeli/</link>
		<comments>http://2coders.ru/luchshie-sajty-nedeli/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 09:07:23 +0000</pubDate>
		<dc:creator>d4rkr00t</dc:creator>
				<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[Обзоры]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Вдохновение]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=1575</guid>
		<description><![CDATA[Этим постом я открываю серию сообщений &#171;Лучшие сайты недели&#187;. В них буду публиковать самые интересные, на мой взгляд сайты, по дизайну. Так сказать дизайнерское вдохновение Получайте первую порцию из 7 сайтов: Formebikes.co.uk Advuli.com Adorasoft.net Davidwoolf.net Ipadmixr.com Creanto.com Mikeprecious.com На этом сегодня все.]]></description>
			<content:encoded><![CDATA[<p>Этим постом я открываю серию сообщений &laquo;Лучшие сайты недели&raquo;. В них буду  публиковать самые интересные, на мой взгляд сайты, по дизайну. Так  сказать дизайнерское вдохновение <img src='http://2coders.ru/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Получайте первую порцию из 7  сайтов:</p>
<p><strong>Formebikes.co.uk</strong></p>
<p><a  rel='nofollow'  title="FireShot-capture-026-Affordable-and-stylish-road-bikes-from-Forme-www_formebikes_co_uk" rel="lightbox[pics1575]" href="http://www.formebikes.co.uk/" target="_blank"><img src="http://2coders.ru/wp-content/uploads/2010/04/FireShot-capture-026-Affordable-and-stylish-road-bikes-from-Forme-www_formebikes_co_uk.jpg" alt="FireShot-capture-026-Affordable-and-stylish-road-bikes-from-Forme-www_formebikes_co_uk" width="600" height="403" /><span id="more-1575"></span></a></p>
<p><strong>Advuli.com</strong></p>
<p><strong><a  rel='nofollow'  title="FireShot-capture-027-Advuli-www_advuli_com" rel="lightbox[pics1575]" href="http://www.advuli.com/" target="_blank"><img src="../wp-content/uploads/2010/04/FireShot-capture-027-Advuli-www_advuli_com.jpg" alt="FireShot-capture-027-Advuli-www_advuli_com" width="600" height="356" /></a></strong></p>
<p><strong>Adorasoft.net</strong></p>
<p><strong><a  rel='nofollow'  title="FireShot-capture-028-Welcome-To-Adorasoft-I-The-Leader-In-IT-Value-www_adorasoft_net" rel="lightbox[pics1575]" href="http://www.adorasoft.net/" target="_blank"><img src="../wp-content/uploads/2010/04/FireShot-capture-028-Welcome-To-Adorasoft-I-The-Leader-In-IT-Value-www_adorasoft_net.jpg" alt="FireShot-capture-028-Welcome-To-Adorasoft-I-The-Leader-In-IT-Value-www_adorasoft_net" width="600" height="336" /></a></strong></p>
<p><strong>Davidwoolf.net</strong></p>
<p><a  rel='nofollow'  title="FireShot-capture-029-David-Woolf-Freelance-Web-Designer-www_davidwoolf_net" rel="lightbox[pics1575]" href="http://www.davidwoolf.net/" target="_blank"><img src="../wp-content/uploads/2010/04/FireShot-capture-029-David-Woolf-Freelance-Web-Designer-www_davidwoolf_net.jpg" alt="FireShot-capture-029-David-Woolf-Freelance-Web-Designer-www_davidwoolf_net" width="600" height="290" /></a></p>
<p><strong>Ipadmixr.com</strong></p>
<p><strong><a  rel='nofollow'  title="FireShot-capture-030-Mixr-I-iPad-DJ-App-ipadmixr_com" rel="lightbox[pics1575]" href="http://ipadmixr.com/" target="_blank"><img src="../wp-content/uploads/2010/04/FireShot-capture-030-Mixr-I-iPad-DJ-App-ipadmixr_com.jpg" alt="FireShot-capture-030-Mixr-I-iPad-DJ-App-ipadmixr_com" width="600" height="317" /></a></strong></p>
<p><strong>Creanto.com</strong></p>
<p><strong><a  rel='nofollow'  title="FireShot-capture-031-Agencia-de-comunicacion-en-Espana-I-Creanto_-The-Cloud-Agency-www_creanto_com" rel="lightbox[pics1575]" href="http://www.creanto.com/" target="_blank"><img src="../wp-content/uploads/2010/04/FireShot-capture-031-Agencia-de-comunicacion-en-Espana-I-Creanto_-The-Cloud-Agency-www_creanto_com.jpg" alt="FireShot-capture-031-Agencia-de-comunicacion-en-Espana-I-Creanto_-The-Cloud-Agency-www_creanto_com" width="600" height="320" /></a></strong></p>
<p><strong>Mikeprecious.com</strong></p>
<p><strong><a  rel='nofollow'  title="FireShot-capture-032-The-Design-Studio-of-Mike-Precious-www_mikeprecious_com" rel="lightbox[pics1575]" href="http://www.mikeprecious.com/" target="_blank"><img src="../wp-content/uploads/2010/04/FireShot-capture-032-The-Design-Studio-of-Mike-Precious-www_mikeprecious_com.jpg" alt="FireShot-capture-032-The-Design-Studio-of-Mike-Precious-www_mikeprecious_com" width="600" height="484" /></a></strong></p>
<p><strong><br />
</strong>На этом сегодня все.</p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/luchshie-sajty-nedeli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 генераторов текста</title>
		<link>http://2coders.ru/10-generatorov-teksta/</link>
		<comments>http://2coders.ru/10-generatorov-teksta/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 14:21:40 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[Обзоры]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=1407</guid>
		<description><![CDATA[Сегодня мы поговорим о рыбе. Нет, не о той, которая плавает в речке или в море. А о той, которую дизайнеры используют в качестве текста. А если быть точнее, я рассмотрю 10 генераторов текста, которые эту самую рыбу и генерируют. В основном рыба представляет из себя lorem ipsum текст. Ну, или бредотекст про то, как [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://2coders.ru/wp-content/uploads/2010/03/fish3.gif" rel="lightbox[pics1407]" title="text-generator"><img src="http://2coders.ru/wp-content/uploads/2010/03/fish3.gif" alt="text-generator" width="205" height="136" class="attachment wp-att-1441 alignleft" /></a>Сегодня мы поговорим о <a  rel='nofollow'  href="http://www.artlebedev.ru/kovodstvo/sections/66/">рыбе</a>. Нет, не о той, которая плавает в речке или в море. А о той, которую дизайнеры используют в качестве текста. А если быть точнее, я рассмотрю 10 генераторов текста, которые эту самую рыбу и генерируют. </p>
<p>В основном рыба представляет из себя lorem ipsum текст. Ну, или бредотекст про то, как космические корабли бороздят просторы вселенной и все в том же духе. Не буду утомлять вас долгим вступлением, перейдем сразу к обзору генераторов текста.<br />
<span id="more-1407"></span><br />
<strong>1. Lorem Ipsum Generator</strong><br />
Этот генератор, позволяет пользователю генерировать абзацы, фразы и слова. Так же есть возможность добавления HTML тэгов.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/lorem-ipsum-generator.gif" rel="lightbox[pics1407]" title="lorem-ipsum-generator"><img src="http://2coders.ru/wp-content/uploads/2010/03/lorem-ipsum-generator.gif" alt="lorem-ipsum-generator" width="518" height="234" class="attachment wp-att-1474 " /></a><br />
<a  rel='nofollow' href="http://www.ipsum-generator.com/">http://www.ipsum-generator.com/</a></p>
<p><strong>2. Lipsum Generator</strong><br />
Lipsum Generator является одним из самых популярных генераторов lorem ipsum текста. При генерации можно задать количество абзацев, слов, байтов и списков. Текст можно генерировать, более чем на 20-ти языках.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/lipsum-generator1.gif" rel="lightbox[pics1407]" title="lorem ipsum"><img src="http://2coders.ru/wp-content/uploads/2010/03/lipsum-generator1.gif" alt="lorem ipsum" width="517" height="203" class="attachment wp-att-1480 " /></a></p>
<p><a  rel='nofollow' href="http://www.lipsum.com/">http://www.lipsum.com/</a></p>
<p><strong>3. Весна</strong><br />
Бредогенератор от яндекса. Может генерировать текст, на 16 различных тем. Количество абзацев и язык настроить нельзя. Вполне подойдет тем, кто устал от скучного lorem ipsum текста.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/yandex-vesna.gif" rel="lightbox[pics1407]" title="lorem ipsum generator"><img src="http://2coders.ru/wp-content/uploads/2010/03/yandex-vesna.gif" alt="lorem ipsum generator" width="518" height="275" class="attachment wp-att-1483 " /></a><br />
<a  rel='nofollow' href="http://vesna.yandex.ru/">http://vesna.yandex.ru/</a></p>
<p><strong>4. adhesiontext</strong><br />
adhesiontext еще один интересный генератор, позволяющий  генерировать текст с различными наборами символов и на разных языках.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/adhesiontext.gif" rel="lightbox[pics1407]" title="lorem ipsum generator"><img src="http://2coders.ru/wp-content/uploads/2010/03/adhesiontext.gif" alt="lorem ipsum generator" width="518" height="277" class="attachment wp-att-1487 " /></a><br />
<a  rel='nofollow' href="http://www.adhesiontext.com/">http://www.adhesiontext.com/</a></p>
<p><strong>5. HTML-Ipsum</strong><br />
Это не совсем генератор текста. Это скорее подборка готового текста, размещенного в HTML тэгах.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/htmlipsum.gif" rel="lightbox[pics1407]" title="lorem ipsum generator"><img src="http://2coders.ru/wp-content/uploads/2010/03/htmlipsum.gif" alt="lorem ipsum generator" width="518" height="126" class="attachment wp-att-1489 " /></a><br />
<a  rel='nofollow' href="http://html-ipsum.com/">http://html-ipsum.com/</a></p>
<p><strong>6. Text Generator by malevole</strong><br />
Этот генератор, так же, как и &laquo;весна&raquo; от яндекса генерирует каждый раз случайный текст.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/malevole.gif" rel="lightbox[pics1407]" title="text-generator"><img src="http://2coders.ru/wp-content/uploads/2010/03/malevole.gif" alt="text-generator" width="518" height="403" class="attachment wp-att-1491 " /></a><br />
<a  rel='nofollow' href="http://www.malevole.com/mv/misc/text/">http://www.malevole.com/mv/misc/text/</a></p>
<p><strong>7. Blind Text Generator</strong><br />
Blind Text Generator, генератор с очень большим функционалом. Можно задать количество слов и символов, из которых будет состоять текст. Так же есть возможность настраивать шрифт. Для шрифта, можно  задать такие параметры, как: Font-Family, Font-Style, Font-Weight и др.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/blind.gif" rel="lightbox[pics1407]" title="text-generator"><img src="http://2coders.ru/wp-content/uploads/2010/03/blind.gif" alt="text-generator" width="518" height="265" class="attachment wp-att-1493 " /></a><br />
<a  rel='nofollow' href="http://www.blindtextgenerator.com/">http://www.blindtextgenerator.com/</a></p>
<p><strong>8. Dummy Text Generator</strong><br />
Этот генератор позволяет генерировать lorem ipsum и текст на английском. Можно задать количество слов и абзацев.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/dummytext.gif" rel="lightbox[pics1407]" title="text-generator"><img src="http://2coders.ru/wp-content/uploads/2010/03/dummytext.gif" alt="text-generator" width="505" height="242" class="attachment wp-att-1495 " /></a><br />
<a  rel='nofollow' href="http://www.dummytextgenerator.com/">http://www.dummytextgenerator.com/</a></p>
<p><strong>9. Random Text Generator</strong><br />
Это самый простой генератор текста из рассматриваемых здесь. Просто выбираем язык и нажимаем на кнопку Go. В итоге получаем текст, сгенерированный на одном из 10-ти языков. </p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/randomtext.gif" rel="lightbox[pics1407]" title="text-generator"><img src="http://2coders.ru/wp-content/uploads/2010/03/randomtext.gif" alt="text-generator" width="518" height="175" class="attachment wp-att-1497 " /></a><br />
<a  rel='nofollow' href="http://randomtextgenerator.com/">http://randomtextgenerator.com/</a></p>
<p><strong>10. Dummy Lipsum</strong><br />
В отличие от предыдущих генераторов, этот представляет из себя дополнение для firefox. Можно задать количество абзацев и слов, из которых будет состоять текст. Так же можно включить отображение HTML тэгов. </p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/dummylipsum.gif" rel="lightbox[pics1407]" title="text-generator"><img src="http://2coders.ru/wp-content/uploads/2010/03/dummylipsum.gif" alt="text-generator" width="495" height="321" class="attachment wp-att-1498 " /></a><br />
Скачать можно <a  rel='nofollow' href="https://addons.mozilla.org/en-US/firefox/addon/2064">здесь</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/10-generatorov-teksta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Модульные сетки в Веб-Дизайне</title>
		<link>http://2coders.ru/modulnye-setki-v-veb-dizajne/</link>
		<comments>http://2coders.ru/modulnye-setki-v-veb-dizajne/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 13:31:06 +0000</pubDate>
		<dc:creator>d4rkr00t</dc:creator>
				<category><![CDATA[Верстка]]></category>
		<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Модульные сетки]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=1120</guid>
		<description><![CDATA[Модульная сетка&#160;&#8212; представляет собой набор невидимых направляющих, вдоль которых располагаются элементы веб-страницы. Это облегчает размещение данных в&#160;документе, обеспечивает визуальную связь между отдельными блоками и&#160;сохраняет преемственность дизайна при переходе от&#160;одной страницы к&#160;другой. Модульная система вёрстки&#160;&#8212; система вёрстки, при которой основой композиции полос и&#160;разворотов становится модульная сетка с&#160;определенным шагом (модулем), одинаковым или разным по&#160;горизонтали и&#160;вертикали. Модульная система [...]]]></description>
			<content:encoded><![CDATA[<p>Модульная сетка&nbsp;&mdash; представляет собой набор невидимых направляющих, вдоль которых располагаются элементы <nobr>веб-страницы</nobr>. Это облегчает размещение данных в&nbsp;документе, обеспечивает визуальную связь между отдельными блоками и&nbsp;сохраняет преемственность дизайна при переходе от&nbsp;одной страницы к&nbsp;другой.</p>
<p>Модульная система вёрстки&nbsp;&mdash; система вёрстки, при которой основой композиции полос и&nbsp;разворотов становится модульная сетка с&nbsp;определенным шагом (модулем), одинаковым или разным по&nbsp;горизонтали и&nbsp;вертикали.<br />
Модульная система упрощает и&nbsp;убыстряет художественное конструирование и&nbsp;создаёт благоприятные условия для автоматизации вёрстки при использовании компьютерных <nobr>настольно-издательских</nobr> систем.</p>
<p>Не&nbsp;буду сильно расписывать, что это такое, просто дам пару ссылочек на&nbsp;эту тему:<br />
&mdash;&nbsp;<a  rel='nofollow'  href="http://goo.gl/wKuO">Модульные сетки, часть первая. &laquo;38 попугаев&raquo;</a><br />
&mdash;&nbsp;<a  rel='nofollow'  href="http://goo.gl/Kudg">Часть вторая. Алгоритм построения модульной сетки. Оптика и&nbsp;геометрия </a></p>
<p>А&nbsp;также советую всем воспользоваться интересным <a  rel='nofollow' href="http://goo.gl/1VQ9">букмарклетом</a>, который вывод модульную сетку поверх <acronym title="HyperText Markup Language" lang="en">html</acronym> страницы. </p>
<p>Ну&nbsp;и&nbsp;напоследок, <a href="http://2coders.ru/wp-content/uploads/2010/02/Templates-960px-1216-col.zip">мой набор</a> из&nbsp;<nobr>2-х</nobr> шаблонов для Photoshop с&nbsp;модульной сеткой на&nbsp;12 и&nbsp;16 колонок.</p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/modulnye-setki-v-veb-dizajne/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Создание вертикального меню для сайта</title>
		<link>http://2coders.ru/sozdanie-vertikalnogo-menyu/</link>
		<comments>http://2coders.ru/sozdanie-vertikalnogo-menyu/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 15:49:46 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Верстка]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=701</guid>
		<description><![CDATA[В прошлом посте я уже показывал, как с помощью изменения фона можно создавать красивые кнопки. Изменение фона отлично подходит для простых кнопок, для более сложных лучше измененить фоновое изображение. Особенно, если кнопки будут расположены в меню. Основная проблема заключается в задержке вывода кнопки, когда браузер загружает изображение кнопки. Из-за этого создается мерцание. Есть несколько способов [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://2coders.ru/wp-content/uploads/2009/07/cssmenu.gif" alt="css-menu" width="154" height="159" class="attachment wp-att-712 alignleft" /><br />
В прошлом <a href="http://2coders.ru/sozdanie-krasivyx-knopok-s-pomoshhyu-css/">посте</a> я уже показывал, как с помощью изменения фона можно создавать <strong>красивые кнопки</strong>.  Изменение фона отлично подходит для простых кнопок, для более сложных лучше измененить фоновое изображение. Особенно, если кнопки будут расположены в меню.</p>
<p>Основная проблема заключается в задержке вывода кнопки, когда браузер загружает изображение кнопки. Из-за этого создается мерцание. Есть несколько способов для того, чтобы избежать этого. Одним из них является <strong>метод pixy</strong>. Вместо нескольких фоновых изображений в нем используется одно, и это изображение будет выравниваться влево для обычного состояния и вправо, при наведении курсора на кнопку.<br />
<span id="more-701"></span><br />
Для начала нужно создать объединенное изображение кнопки. Одна часть будет для обычного состояния, вторая при наведении курсора на кнопку. В моем случае размеры кнопки равны <strong>300х40</strong>.</p>
<p><img src="http://2coders.ru/wp-content/uploads/2009/07/pixy-button1.gif" alt="кнопка" width="300" height="40" class="attachment wp-att-781 " /></p>
<p>Теперь зададим стили:.</p>
<pre class="brush: css; title: ; notranslate">
body {
font-family: &quot;Myriad Pro&quot;, Frutiger, &quot;Lucida Grande&quot;, &quot;Lucida Sans&quot;, &quot;Lucida Sans Unicode&quot;, Verdana, sans-serif;
font-size: 1.4em;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
li {
display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}
a {
display: block;
width: 150px;
height: 39px;
line-height: 39px;
color: #c1e11c;
text-decoration: none;
background: #94B8E9 url(pixy-button.gif) no-repeat left bottom;
text-indent: 50px;
text-transform: uppercase;
}
a:hover {
background-color: #369;
background-position: right bottom;
color: #fff;
}
li.firstSelected a {
height: 40px;
line-height: 40px;
}
</pre>
<p>Как вы могли заметить высоту кнопки я задал равную <strong>39px</strong>, нет это не ошибка. Это сделано специально, из-за того, что при всоте 40px, сверху будет слишком жирная рамка между кнопками. Чтобы избежать этого для всех, кнопок задаем высоту равную 39px, а для первой кнопки <strong>40px</strong>.  </p>
<p>Зададим меню:</p>
<pre class="brush: css; title: ; notranslate">
&lt;ul&gt;
    &lt;li class=&quot;firstSelected&quot;&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;News&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Tools&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;About&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>
<p>Вот так наше меню будет выглядеть в готовом виде:<br />
<iframe height="200" width="159" style="border: medium none ;" src="http://2coders.ru/wp-content/uploads/2009/07/vmenu.htm" ><br />
</iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/sozdanie-vertikalnogo-menyu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Создание красивых кнопок с помощью css</title>
		<link>http://2coders.ru/sozdanie-krasivyx-knopok-s-pomoshhyu-css/</link>
		<comments>http://2coders.ru/sozdanie-krasivyx-knopok-s-pomoshhyu-css/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 16:48:39 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Дизайн]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=586</guid>
		<description><![CDATA[Наконец-то удалось выбраться в интернет. Давно не писал в блоге, на это были свои причины. Но теперь я вернулся. В этом посте я покажу, как можно сделать красивые кнопки с помощью css. Эти кнопки можно использовать в меню или в формах. Вот так наши кнопки выглядят до изменения: ПУСК Не слишком красиво. Попробуем сейчас это [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://2coders.ru/wp-content/uploads/2009/07/button.gif" alt="Кнопка" width="160" height="155" class="attachment wp-att-345 alignleft" /></p>
<p>Наконец-то удалось выбраться в интернет. Давно не писал в блоге, на это были свои причины. Но теперь я вернулся. В этом посте я покажу, как можно сделать <strong>красивые кнопки с помощью css</strong>. Эти кнопки можно использовать в меню или в формах.</p>
<p>Вот так наши кнопки выглядят до изменения:</p>
<p><a  href="#">ПУСК</a></p>
<input type="button" value="ПУСК"  />
<p>Не слишком красиво. Попробуем сейчас это исправить. Для этого зададим стиль для нашей первой <strong>css кнопки</strong>.<br />
<span id="more-586"></span></p>
<pre class="brush: css; title: ; notranslate">
#redButton {
	display: block;
	width: 6em;
	padding: 0.2em;
	line-height: 2.7;
	background-color: #ed0909;
	border:1px solid black;
	color: black;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
}
#redButton:hover {
	background-color: #c90f0f;
	color: #fff;
	font-weight:bold;
}
</pre>
<style>
#redButton {
			display: block;
			width: 6em;
			padding: 0.2em;
			line-height: 2.7;
			background-color: #ed0909;
			border:1px solid black;
			color: black;
			text-decoration: none;
			text-align: center;
			font-weight:bold;
			}
			#redButton:hover {
			background-color: #c90f0f;
			color: #fff;
			font-weight:bold;
			}
#btn{}
#greenButton {
			height:35px;
			width: 6em;
			background-color: #696969;
			border:1px solid black;
			font-weight:bold;
                        color:#c1e11c;
			}
			#greenButton:hover {
			background-color: #9ed216;
			color: #fff;
			font-weight: bold;
                        cursor: pointer;
			}
</style>
<p>После изменения наша <strong>css кнопка</strong> будет выглядеть вот так:</p>
<p><a id="redButton" href="#">ПУСК</a><br />
Думаю, со стилем кнопки все понятно. Присваиваем свойству display значение block, задаем длину и ширину кнопки, а также цвет фона и т. д.</p>
<p>Теперь займемся внешним видом второй кнопки. Зададим для нее стиль.</p>
<pre class="brush: css; title: ; notranslate">
#greenButton {
	height:35px;
	width: 6em;
	background-color: #696969;
	border:1px solid black;
	font-weight:bold;
        color:#c1e11c;
}
#greenButton:hover {
	background-color: #9ed216;
	color: #fff;
	font-weight: bold;
        cursor: pointer;
}
</pre>
<p>После того как мы задали стиль, наша вторая <strong>css кнопка</strong> будет выглядеть вот так:</p>
<input type="button" value="ПУСК" id="greenButton" />
<p>Как и в случае с первой кнопкой задаем фон, ширину, высоту и т. д. </p>
<p>Итак, подведем итоги. В этом посте я показал вам как можно сделать <strong>красивые кнопки с помощью css</strong>. Вид кнопки зависит только от вашей фантазии, вместо фона можно задать изображение, тоже неплохой вариант оформления.</p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/sozdanie-krasivyx-knopok-s-pomoshhyu-css/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Верстаем дизайн для блога. Часть 2</title>
		<link>http://2coders.ru/verstaem-dizajn-dlya-bloga-chast-2/</link>
		<comments>http://2coders.ru/verstaem-dizajn-dlya-bloga-chast-2/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 07:42:52 +0000</pubDate>
		<dc:creator>d4rkr00t</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Yii]]></category>
		<category><![CDATA[Верстка]]></category>
		<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Блог]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=488</guid>
		<description><![CDATA[В прошлом уроке мы сверстали макет нашей страницы, сделали фон и добавили тени отбрасываемые контент областью. Сегодня мы займемся шапкой нашего шаблона. Первое чем мы займемся – это разметим шапку под основные элементы: 1) Логотип сайта 2) Поиск 3) Горизонтальное меню. Для этого в файл index.html в теге: Добавим следующий код: И в файле style.css [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal">В прошлом уроке мы сверстали макет нашей страницы, сделали фон и добавили тени отбрасываемые контент областью. Сегодня мы займемся шапкой нашего шаблона.</p>
<p class="MsoNormal">Первое чем мы займемся – это разметим шапку под основные элементы:</p>
<p class="MsoNormal" style="margin-left: 53.25pt; text-indent: -18pt;"><!--[if !supportLists]--><span>1)<span style="font-family: &quot;Times New Roman&quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span><!--[endif]-->Логотип сайта</p>
<p class="MsoNormal" style="margin-left: 53.25pt; text-indent: -18pt;"><!--[if !supportLists]--><span>2)<span style="font-family: &quot;Times New Roman&quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span><!--[endif]-->Поиск</p>
<p class="MsoNormal" style="margin-left: 53.25pt; text-indent: -18pt;"><!--[if !supportLists]--><span>3)<span style="font-family: &quot;Times New Roman&quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span><!--[endif]-->Горизонтальное меню.</p>
<p class="MsoNormal">Для этого в файл <strong><span lang="EN-US">index</span>.</strong><strong><span lang="EN-US">html</span><span lang="EN-US"> </span></strong>в теге:</p>
<p class="MsoNormal">
<p><span id="more-488"></span></p>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal">Добавим следующий код:</p>
<p class="MsoNormal">
<pre class="brush: xml; title: ; notranslate"> &amp;lt;!--      Лого        --&amp;gt;

&amp;lt;div id=&amp;quot;logo&amp;quot;&amp;gt;
            Логотип&amp;lt;/div&amp;gt;

    &amp;lt;!--      Поиск        --&amp;gt;

&amp;lt;div id=&amp;quot;search&amp;quot;&amp;gt;
            Поиск&amp;lt;/div&amp;gt;

    &amp;lt;!--      Горизонтальное меню       --&amp;gt;

&amp;lt;div id=&quot;top_menu&quot;;
            Меню&amp;lt;/div&amp;gt;
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">И в файле <strong><span lang="EN-US">style</span>.</strong><strong><span lang="EN-US">css</span><span lang="EN-US"> </span></strong>добавим необходимые стили:</p>
<p class="MsoNormal">
<pre class="brush: xml; title: ; notranslate">
#logo
    {
        float: left;
        width: 63%;
    }
#search
    {
        float: left;
        width: 37%;
        height: 111px;
    }
    /* Только для IE */
    * html #search
    {
        width: 35%;
    }    #top_menu
    {
        clear: left;
    }
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">Теперь перейдем к логотипу. Вырезаем лого без текста.</span></p>
<p class="MsoNormal">
<p style="text-align: center;"><a title="shapka_verstka1" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/shapka_verstka1.gif"></a></p>
<p style="text-align: center;"><a title="logo" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/logo.gif"></a></p>
<p style="text-align: center;"><a title="logo" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/logo.gif"><img class="attachment wp-att-497 centered" src="http://2coders.ru/wp-content/uploads/2009/04/logo-150x111.gif" alt="logo" width="150" height="111" /></a></p>
<p class="MsoNormal">В файле <strong><span lang="EN-US">index</span>.<span lang="EN-US">html</span><span lang="EN-US"> </span></strong>добавил ссылку и описание блога:</p>
<p class="MsoNormal">
<pre class="brush: xml; title: ; notranslate"> &lt;a class=&quot;logo_link&quot; href=&quot;/&quot;&gt; &lt;/a&gt;
            &lt;label class=&quot;logo&quot;&gt;Блог 2-х веб разработчиков. Web - Дизайн, Web - Программирование, Seo&lt;/label&gt;
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal">И конечно добавим<span> </span>стили:</p>
<p class="MsoNormal">
<pre class="brush: xml; title: ; notranslate"> #logo
    {
        float: left;
        width: 67%;
        height: 111px;

        background: url('images/logo.gif') no-repeat top left;
    }
        a.logo_link
        {
            display: block;
            width: 627px;
            height: 90px;
            text-decoration: none;
        }
        label.logo
        {
            padding-left:20px;
            font-weight:bold;
            font-size: 12px;
            font-family: Verdana;
        }
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal">На данный момент шапка выглядит следующим образом:</p>
<p class="MsoNormal">
<p style="text-align: center;">
<p style="text-align: center;"><a title="shapka_verstka1" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/shapka_verstka1.gif"><img class="attachment wp-att-498 centered" src="http://2coders.ru/wp-content/uploads/2009/04/shapka_verstka1-150x150.gif" alt="shapka_verstka1" width="150" height="150" /></a></p>
<p style="text-align: left;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">С поиском пришлось повозиться, вот мой вариант его реализации. Для начала добавляем простое <span lang="EN-US">input</span><span lang="EN-US"> </span>поле, убираем границы и на фон ставим нашу картинку:</p>
<p style="text-align: center;"><a title="input" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/input.gif"><img class="attachment wp-att-501 centered" src="http://2coders.ru/wp-content/uploads/2009/04/input.gif" alt="input" width="3" height="22" /></a></p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">После слева и справа добавляем картинки с краями формы поиска:</p>
<p style="text-align: center;"><a title="input_l" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/input_l.gif"><img class="attachment wp-att-502 centered" src="http://2coders.ru/wp-content/uploads/2009/04/input_l.gif" alt="input_l" width="6" height="22" /></a></p>
<p style="text-align: center;"><a title="search_btn" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/search_btn.gif"><img class="attachment wp-att-503 centered" src="http://2coders.ru/wp-content/uploads/2009/04/search_btn.gif" alt="search_btn" width="31" height="22" /></a></p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">В коде это выглядит следующим образом. В файл <strong><span lang="EN-US">index</span>.<span lang="EN-US">html</span></strong><span lang="EN-US"> </span>добавляем следующие:</p>
<p class="MsoNormal">
<pre class="brush: xml; title: ; notranslate">    &lt;img class=&quot;search&quot; src=&quot;images/input_l.gif&quot; alt=&quot;&quot; /&gt;
&lt;input class=&quot;search&quot; name=&quot;search&quot; type=&quot;text&quot; /&gt;
                &lt;img class=&quot;search_btn&quot; src=&quot;images/spacer.gif&quot; alt=&quot;&quot; /&gt;
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">Стили:</p>
<p class="MsoNormal">
<pre class="brush: xml; title: ; notranslate"> input.search
        {
            float: left;
            background: url('images/input.gif') repeat-x;
            border: 0;
            padding-top: 3px;
            height: 19px;
            width: 85%;
        }
/* Только для IE */
         * html input.search
        {
            width: 80%;
        }
        img.search
        {
            float: left;
            height: 22px;
            width: 6px;
            border: 0px;
        }
        img.search_btn
        {
            float: left;
            height: 22px;
            width: 31px;
            border: 0px;

            background: url('images/search_btn.gif');
        }
        img.search_btn:hover
        {
            background: url('images/search_btn_hover.gif');
            cursor: pointer;
        }
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">Осталось сделать обрамления для формы, но тут проще, для этого код поля поиска заключаем в теги:</p>
<p class="MsoNormal">
<pre class="brush: xml; title: ; notranslate">
&lt;div id=&quot;search_form_l&quot;&gt;

&lt;div id=&quot;search_form_r&quot;&gt;

&lt;div id=&quot;search_form&quot;&gt;
                &lt;img class=&quot;search&quot; src=&quot;images/input_l.gif&quot; alt=&quot;&quot; /&gt;
&lt;input class=&quot;search&quot; name=&quot;search&quot; type=&quot;text&quot; /&gt;
                &lt;img class=&quot;search_btn&quot; src=&quot;images/spacer.gif&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">И добавляем стили:</p>
<p class="MsoNormal">
<pre class="brush: xml; title: ; notranslate"> #search_form_l
        {
            background: url('images/search_form_l.gif') left no-repeat;
            height: 29px;
            padding-left: 62px;
            margin-top: 10px;
        }
        #search_form
        {
            background: url('images/search_form.gif') repeat-x;
            height: 29px;
        }
        #search_form_r
        {
            background: url('images/search_form_r.gif') right no-repeat;
            height: 29px;
            padding-right: 37px;
        }
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">На этом форма поиска готова. Добавим кнопку <span lang="EN-US">rss</span><span lang="EN-US"> </span>ленты. В <span lang="EN-US">index</span>.<span lang="EN-US">html</span><span lang="EN-US"> </span>ниже формы поиска добавим:</p>
<p class="MsoNormal">
<pre class="brush: xml; title: ; notranslate">
&lt;div id=&quot;rss&quot;&gt;

&lt;div id=&quot;rss_text&quot;&gt;
                    &lt;a class=&quot;rss&quot; href=&quot;#&quot;&gt;Подписаться на

RSS ленту&lt;/a&gt;&lt;/div&gt;

&lt;div id=&quot;rss_icon&quot;&gt;
                    &lt;a class=&quot;rss&quot; href=&quot;#&quot;&gt;&lt;img class=&quot;rss&quot; src=&quot;images/spacer.gif&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">И стили:</p>
<p class="MsoNormal">
<pre class="brush: xml; title: ; notranslate"> #rss
        {
            width: 50%;
            float: right;
        }
            #rss_text
            {
                float: left;
                font-size: 10px;
                font-family: Verdana;
                color: #ada8a2;
                text-align: right;

                padding-top: 28px;
            }
            a.rss
            {
                font-size: 10px;
                font-family: Verdana;
                color: #ada8a2;
                text-decoration: none;
            }
            a.rss:hover
            {
                text-decoration:underline;
            }
            #rss_icon
            {
                float: left;
            }
            img.rss
            {
                background: url('images/rss.gif');
                width: 59px;
                height: 62px;
            }
            img.rss:hover
            {
                background: url('images/rss_hover.gif');
                width: 59px;
                height: 62px;
            }
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">Вот что имеем на данный момент:</p>
<p class="MsoNormal">
<p style="text-align: center;"><a title="shapka_verstka2" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/shapka_verstka2.gif"><img class="attachment wp-att-499 centered" src="http://2coders.ru/wp-content/uploads/2009/04/shapka_verstka2-150x149.gif" alt="shapka_verstka2" width="150" height="149" /></a></p>
<p style="text-align: left;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">Осталось совсем не много – это горизонтальное меню.<!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">Вырезаем необходимые кусочки:</span></p>
<p class="MsoNormal">
<p style="text-align: center;"><a title="top_menu_flower" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/top_menu_flower.gif"><img class="attachment wp-att-512 centered" src="http://2coders.ru/wp-content/uploads/2009/04/top_menu_flower-150x25.gif" alt="top_menu_flower" width="150" height="25" /></a></p>
<p style="text-align: center;"><a title="top_menu_button" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/top_menu_button.gif"><img class="attachment wp-att-511 centered" src="http://2coders.ru/wp-content/uploads/2009/04/top_menu_button.gif" alt="top_menu_button" width="1" height="25" /></a></p>
<p style="text-align: center;"><a title="top_menu" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/top_menu.gif"><img class="attachment wp-att-510 centered" src="http://2coders.ru/wp-content/uploads/2009/04/top_menu.gif" alt="top_menu" width="1" height="25" /></a></p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">И правим стили:</p>
<p class="MsoNormal">
<pre class="brush: xml; title: ; notranslate"> #top_menu
    {
        clear: left;
        width: 100%;
        height: 25px;
        background: #4277ad url('images/top_menu.gif') repeat-x;
    }
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">В<span> </span>теге<span lang="EN-US">: </span></p>
<p class="MsoNormal"><span lang="EN-US"></p>
<pre class="brush: xml; title: ; notranslate">
</pre>
<p></span></p>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal">Добавляем:</p>
<p class="MsoNormal">
<pre class="brush: xml; title: ; notranslate">
&lt;div style=&quot;float:left;&quot;&gt;
            &lt;a class=&quot;top_menu&quot; href=&quot;#&quot;&gt;Главная&lt;/a&gt;
            &lt;a class=&quot;top_menu_c&quot; href=&quot;#&quot;&gt;О нас&lt;/a&gt;&lt;/div&gt;

&lt;div id=&quot;flower_top&quot;&gt;&lt;/div&gt;
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal">И конечно же стили, куда без них:</p>
<p class="MsoNormal">
<pre class="brush: xml; title: ; notranslate"> #flower_top
        {
            float: right;
            background: url('images/top_menu_flower.gif') no-repeat;
            margin-right: 30px;
            width:178px;
            height:25px;
        }
        a.top_menu
        {
            float: left;
            display: block;
            height: 25px;
            width: 100px;
            text-align: center;
            text-decoration: none;
            font-size: 12px;
            font-family: Verdana;
            color: #fff;
            text-align: center;
        }
        a.top_menu:hover
        {
            text-decoration:underline;
        }
        a.top_menu_c
        {
            float: left;
            display: block;
            height: 25px;
            width: 100px;
            text-align: center;
            text-decoration: none;
            font-size: 12px;
            font-family: Verdana;
            color: #fff;
            text-align: center;
            background: url('images/top_menu_button.gif') repeat-x;
        }
        a.top_menu_c:hover
        {
            text-decoration:underline;
        }
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal">Ну вот и все.</p>
<p class="MsoNormal">
<p style="text-align: center;"><a title="shapka_verstka_final" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/shapka_verstka_final.gif"><img class="attachment wp-att-500 centered" src="http://2coders.ru/wp-content/uploads/2009/04/shapka_verstka_final-150x150.gif" alt="shapka_verstka_final" width="150" height="150" /></a></p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal"><a href="http://2coders.ru/wp-content/uploads/2009/04/d0b2d0b5d180d181d182d0b0d0b5d0bc-d0b4d0b8d0b7d0b0d0b9d0bd-d0b4d0bbd18f-d0b1d0bbd0bed0b3d0b0-d187d0b0d181d182d18c-2.rar" target="_blank">Файлы проекта.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/verstaem-dizajn-dlya-bloga-chast-2/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

