- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 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
- 65
- 66
- 67
- 68
- 69
- 70
<style type="text/css">
header
{
display: block;
}
header
{
clear: both;
height: 160px;
width: 100%;
background: url(/images/imges.jpg) no-repeat;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;
background-size: 100% 100%;
background-position: center center;
}
.block1
{
height: 160px;
width: 20%;
}
.block2
{
height: 160px;
width: 15%;
}
.block3
{
height: 160px;
width: 30%;
}
.block4
{
height: 160px;
width: 15%;
}
.block5
{
height: 160px;
width: 20%;
}
table
{
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
</style>
<header>
<table>
<tr>
<td class="block1" onClick="document.location='/' " onmouseover ="this.style.cursor='pointer' " title= "Главная">
</td>
<td class="block2">
</td>
<td class="block3">
</td>
<td class="block4">
</td>
<td class="block5" onClick="document.location='/script/enter.php' " onmouseover ="this.style.cursor='pointer' " title= "Вход">
</td>
</tr>
</table>
</header>
Найдено на просторах интернета: обычная шапка сайта, ничего лишнего.
Код был нечитаемым - форматировал я. CSS, касаемо использованных тегов, вся.
taburetka 13.02.2013 21:45 # 0
Vindicar 14.02.2013 00:35 # 0
absolut 14.02.2013 07:38 # 0
superfood 14.02.2013 15:21 # 0
Зачем строить неустойчивые башни кода из CSS+JavaScript, когда есть <img>, <map>, <a>?
mac-t 14.02.2013 21:14 # +2
guest 15.02.2013 04:20 # 0
scriptin 15.02.2013 19:04 # 0