summaryrefslogtreecommitdiff
path: root/legacy/works/bbcweather.html
blob: 0aef7d6cee64be5a78e1d01f9a6579df463f730f (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
<html>
<head>
<style type="text/css" media="screen, print">

.hpWeather {
	width:300px;
	position:relative; }

table{
	width:280px; }

th{
	width:91px;
	padding:4px 0;
	background:#ddd;
	border-right:1px solid #436; }

.label{
	display:block;
	position:absolute;
	left:-5000px; }

.main{
	background:#436;
	position:relative;
	padding:10px; }
</style>
</head>

<body>
		
<div class="hpWeather">
<div class="main">	

<table cellspacing="0">
<tr>
	<th class="label"></th>
	<th>Saturday</th>
	<th>Sunday</th>
	<th>Monday</th>
</tr>
</table>

</div></div>
</body></html>