Kijk hier eens naar in iexplorer en hover over de tekst groter en reset link.
Ik heb geen idee hoe het komt.
Div en CSS is redelijk nieuw voor mij maar dit zijn toch gekke verrassingen.
http://www.myinc.nl/tw/test.html
Ik heb geen idee hoe het komt.
Div en CSS is redelijk nieuw voor mij maar dit zijn toch gekke verrassingen.
http://www.myinc.nl/tw/test.html
code:
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
| <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>testpagina</title>
<style>
/* CSS Document */
body { font-family: Verdana; font-size: 75%; }
.container { width:780px; }
.top { letter-spacing:1px; border-bottom-width: 1px; border-bottom-color: #ccc; border-bottom-style: dotted; padding-bottom: 3px; height: 20px; font-size: .92em; }
.tracker { text-align: left; float: left; color: #000; width:590px;}
.tracker a { text-decoration: underline; color: #000; }
.tracker a:hover { text-decoration: none; color: #000; }
.language { text-align: right; float: left; color: #000; width:90px;}
.language a { text-decoration: underline; color: #000; }
.language a:hover { text-decoration: none; color: #000; }
.textsize { text-align: right; float: left; color: #000; width:100px; }
.textsize span { padding: 2px; }
.textsize a { padding: 1px; background-color: #FFF; border: 1px solid #333333; color: #333; text-decoration: none; }
.textsize a:hover { background-color: #000; color: #FFF; }
.header { height: 70px; border-bottom-width: 1px; border-bottom-color: #ccc; border-bottom-style: dotted; }
.content { }
.mainbody { width: 520px; float: left; text-align: left; }
.mainmenu { width: 260px; float: left; text-align: right; }
.bottom { clear: both; height:16px; padding-bottom: 3px; font-size: .92em;}
.search { float: left; width: 150px; padding-top: 3px; }
.contact { letter-spacing:1px; color: #999; padding-top: 7px; float: left; text-align: center; width: 480px;}
.contact a { color: #999; text-decoration: underline; }
.contact a:hover { color: #999; text-decoration: none; }
.basedon {color: #000066; height:16px; float: left; text-align: right; width: 150px; padding-top: 7px; }
</style>
</head>
<body>
<div class="container">
<div class="top">
<div class="tracker"> <span class="pathway">pathway</span> </div>
<div class="language"> client login</div>
<div class="textsize"><span><a href="#">reset</a></span><span><a href="#">a+</a></span><span><a href="#">a++</a></span></div>
</div>
<div class="header">
</div>
<div class="content">
<div class="mainbody"> <br/>
teksttekstteksttekstteksttekstteksttekstteksttekstteksttekstteksttekst<br/>
tekstteksttekstteksttekst<br/>
teksttekstteksttekstte<br/>
<br/>
kstteksttekstteksttekst<br/>
teksttekstteksttekstteksttekstteksttekstteksttekstteksttekstteksttekst<br/>
tekstteksttekstteksttekst<br/>
teksttekstteksttekstte<br/>
<br/>
kstteksttekstteksttekst<br/>
teksttekstteksttekstteksttekstteksttekstteksttekstteksttekstteksttekst<br/>
tekstteksttekstteksttekst<br/>
teksttekstteksttekstte<br/>
<br/>
kstteksttekstteksttekst<br/>
</div>
<div class="mainmenu"> <br/>
menu1<br/>
menu2<br/>
menu3<br/>
menu4<br/>
</div>
</div>
</div>
<div class="container">
<div class="spacer_dotted"></div>
<div class="bottom">
<div class="search"> zoek dingetje </div>
<div class="contact"> contact dingetje</div>
<div class="basedon">based on </div>
</div>
</div>
</body>
</html> |
[ Voor 179% gewijzigd door Ma_rK op 17-09-2005 20:32 ]