For it is the doom of men that they forget... Huidige en vroegere hardware specs The Z80 is still alive!
Heb je code getest. Erg vreemd. FireFox 1.0 geeft bij mij gewoon een border. Net als IE en Opera.
"In theory, there is no difference between theory and practice. But, in practice, there is."
Wellicht een setting in Firefox?
edit:
Dit is de complete index.html:
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
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.61 [en]C-CCK-MCD (WinNT; I) [Netscape]">
<meta name="description"
content="
blablabla">
<meta name="keywords"
content="blablabla">
<meta name="Author" content="EXX">
<title>titel van de website</title>
<link rel="stylesheet" type="text/css" href="css/styledef.css" />
</head>
<frameset frameborder="1" framespacing="1" border="1" cols="27%,*" >
<frame name="Menu" scrolling="auto" marginwidth="3" marginheight="3" src="nl/menu.html" noresize >
<frame name="Main" scrolling="auto" marginwidth="3" marginheight="3" src="nl/welkom.html" noresize >
</frameset>
<body>
<p class="left">
blabalablaaa
Om deze pagina te bekijken heeft u een browser nodig die frames ondersteunt.
</p>
<p class="left">
blablabla
To view this page you need a frame compatible browser.
</p>
</body>
</html> |
en het 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
| <style type="text/css">
<!--
body { text-align : center }
body { background-color : rgb( 0, 0, 0) }
body.main { background-image : url("../graphics/silk.gif") }
p { color : rgb(255,255,255) }
p.center { text-align : center }
p.left { text-align : left }
h3 { color : rgb(255,255,128) }
h3 { font-style : italic }
h3 { text-align : center }
table { color : rgb(255,255,255) }
table { margin-left : auto }
table { margin-right : auto }
td { text-align : left }
table.info { background-color : rgb( 0, 0,153) }
table.info { color : rgb(255,255,255) }
td.info { text-align : center }
a:link { color : rgb( 0,224,255) }
a:visited { color : rgb(192,192,255) }
a:hover { color : rgb(255, 0,255) }
a:active { color : rgb(255, 0, 0) }
-->
</style> |
[ Voor 135% gewijzigd door EXX op 30-11-2004 15:23 ]
For it is the doom of men that they forget... Huidige en vroegere hardware specs The Z80 is still alive!
"In theory, there is no difference between theory and practice. But, in practice, there is."
In IE en Opera krijg ik niet een gewoon lijntje, maar zo een grijze "3D" border (wat ook de bedoeling is). Dat geeft Firefox dus zo te zien niet weer.
[ Voor 5% gewijzigd door EXX op 30-11-2004 15:54 ]
For it is the doom of men that they forget... Huidige en vroegere hardware specs The Z80 is still alive!
1
| <frameset frameborder="1" framespacing="1" cols="27%,*" > |
Werkte bij mij.. Ik kreeg nu wel een 3d border in FF.
[ Voor 14% gewijzigd door gsteen op 30-11-2004 16:34 ]
"In theory, there is no difference between theory and practice. But, in practice, there is."
For it is the doom of men that they forget... Huidige en vroegere hardware specs The Z80 is still alive!