Hallo,
Ik ben bezig met 'n website, alleen de header is tegroot.
In IE is die wel goed, maar in firefox tegroot.
check: www.weetjetoch.nl/newsite/
kan iemand me helpen?
alvast bedankt,
joey :
Ik ben bezig met 'n website, alleen de header is tegroot.
In IE is die wel goed, maar in firefox tegroot.
check: www.weetjetoch.nl/newsite/
Cascading Stylesheet:
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
| html { background-image: url(images/background.gif); } #container { width: 970px; margin-left: 100px; } #header { width: 970px; height: 150px; background-image: url(images/header.png); border-right: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; margin-left: auto; margin-right: auto; } #content { width: 970x; height: 300px; background-color: #FFFFFF; font-family: tahoma; font-size: 12px; color: #000000; border-right: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; } #contentright { width: 200px; height: 200px; background-color: #FFFFFF; float: right;font-family: tahoma; font-size: 12px; color: #000000; } #footer { width: 970px; height: 40px; background-image: url(images/footer.png); border-under: 1px solid #000000; } #menu { width: 970px; height: 35px; background-image: url(images/menu.png); font-family: tahoma; font-size: 12px; color: #000000; } #righthead { width: 250px; height: 100px; background-image: url(images/righthead.png); float: right; } #menudubbel { width: 970x; height: 39px; background-image: url(images/top.png); font-family: tahoma; font-size: 12px; color: #FFFFFF; border-right: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; } |
kan iemand me helpen?
alvast bedankt,
joey :
[ Voor 0% gewijzigd door RobIII op 10-02-2008 21:37 . Reden: Code tags gefixed ]