Hallo, gisteren m'n nieuwe homepage geUpload.
Ondanks dat de Mozilla interface nog wat tweaking nodig heeft loopt alles op 1 detail na prima. De favicon wil niet laden. Verwijder ik het iFrame uit de index.html dan laadt ie wel. Ik heb dat frame nodig voor functionaliteit van de startpagina. De redirect scripts heb ik er even uitgehaald maar daar ligt het dus niet aan. De verantwoordelijke is het iFrame.
Kan ik er iets aan doen? Googlen op iFrame en favicon combinatie levert me niets op.
Ondanks dat de Mozilla interface nog wat tweaking nodig heeft loopt alles op 1 detail na prima. De favicon wil niet laden. Verwijder ik het iFrame uit de index.html dan laadt ie wel. Ik heb dat frame nodig voor functionaliteit van de startpagina. De redirect scripts heb ik er even uitgehaald maar daar ligt het dus niet aan. De verantwoordelijke is het iFrame.
Kan ik er iets aan doen? Googlen op iFrame en favicon combinatie levert me niets op.
edit:
URL verwijderd ivm Google zoekresultaten / adres staat bovwenin de code
URL verwijderd ivm Google zoekresultaten / adres staat bovwenin de code
edit:
Als je met mozilla browsed wordt index1.html geladen, maar ook mozilla weigert de favicon weer te geven.
Als je met mozilla browsed wordt index1.html geladen, maar ook mozilla weigert de favicon weer te geven.
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
| <!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>Welkom in de Starthemel.nl</title>
<link rel="shortcut icon" href="http://www.starthemel.nl/favicon.ico" type="image/x-icon"/>
<style media="all" type="text/css">
body {
background:#CC6600 fixed;
padding:0;
margin:5;
font-family:'sans-serif',arial,sans-serif;
font-size:40%;
color:#000000;
}.steun{margin-top:0px; margin-bottom:0px; margin-right:0px; margin-left:0px; border-width:0px; width:1234px; height:2255px;}
</style>
</head>
<BODY title="mainindex">
<script language="JavaScript1.2">
if(!(navigator.appName == "Microsoft Internet Explorer"))
{
window.location = "index1.html"
}
</script>
<SCRIPT LANGUAGE="JavaScript">
{
var correctwidth=1280
if (screen.width<correctwidth)
window.location.replace("http://www.starthemel.nl/ie/LageResolutie")
}
</SCRIPT>
<CENTER>
<iframe class="steun" name="steun" src="ie/HogeResolutie/engage.html" frameborder="no" scrolling="no" >Uw internetbrowser is sterk verouderd, upgrade naar Ie7+, firefox of opera 9+</iframe>
</CENTER>
</BODY>
</HTML> |
[ Voor 14% gewijzigd door lowlandsrouter op 23-11-2007 11:31 ]
The important thing is not to stop questioning. -Albert Einstein