summaryrefslogtreecommitdiff
path: root/works/stripped-down-bbc-test-layout.html
blob: e65d297e99c044499c7f9f490ba35eb99bc41226 (plain)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<style>

h2 { color: orange; }

body {width:974px;margin:0 auto;}

.clearLeft{clear:left;}

.hpColContainer{float:left;margin-left:14px;}

.hpCol{float:left;width:306px;min-height:200px;}

.hpCol-first{min-height:350px;}

.hpMod{float:left;width:306px;background:#fff}

#hpFeatureBox{float:right;width:626px;margin:14px 14px 0 14px;height:300px;background:orange;}

</style>
</head>
<body>

<div id="hpFeatureBox"></div>

<div class="clearLeft hpColContainer">
	<div class="hpCol hpCol-first">

		<div class="hpMod altcolour2 " id="a">
		<h2>News</h2>
		<div style="height:9em;background:#fc8;"></div>
		</div>

		<div class="hpMod altcolour2 " id="b">
		<h2>Sport</h2>
		<div style="height:3em;background:#fc8;"></div>
		</div>

		<div class="hpMod altcolour2 " id="n">
		<h2>Business &amp; Money</h2>
		<div style="height:9em;background:#fc8;"></div>
		</div>

		<div class="hpMod altcolour2 " id="h">
		<h2>Entertainment</h2>
		<div style="height:3em;background:#fc8;"></div>
		</div>

		<div class="hpMod altcolour2 " id="o">
		<h2>Weird &amp; Wonderful</h2>
		<div style="height:7em;background:#fc8;"></div>
		</div>

	</div>
</div>

<div class="hpColContainer">
	<div class="hpCol">
		<div class="hpMod altcolour2" id="c">
		<h2>Weather</h2>
		<div style="height:3em;background:#fc8;"></div>
		</div>

		<div class="hpMod altcolour2" id="g">
		<h2>Radio</h2>
		<div style="height:5em;background:#fc8;"></div>
		</div>

		<div class="hpMod altcolour2" id="m">
		<h2>Music</h2>
		<div style="height:3em;background:#fc8;"></div>
		</div>

		<div class="hpMod altcolour2 " id="r">
		<h2>Food</h2>
		<div style="height:4em;background:#fc8;"></div>
		</div>
	</div>
</div>

<div class="hpColContainer">
	<div class="hpCol">

		<div class="hpMod altcolour2" id="d">
		<h2>BBC iPlayer</h2>
		<div style="height:3em;background:#fc8;"></div>
		</div>


		<div class="hpMod altcolour2" id="f">
		<h2>TV</h2>
		<div style="height:3em;background:#fc8;"></div>
		</div>

		<div class="hpMod altcolour2" id="i">
		<h2>Children</h2>
		<div style="height:3em;background:#fc8;"></div>
		</div>

		<div class="hpMod altcolour2 " id="k">
		<h2>Science &amp; Nature</h2>
		<div style="height:3em;background:#fc8;"></div>
		</div>

		<div class="hpMod altcolour2" id="l">
		<h2>History</h2>
		<div style="height:3em;background:#fc8;"></div>
		</div>
	</div>
</div>

</body>
</html>