Toon posts:

[HTML] Problemen met netscape

Pagina: 1
Acties:

Verwijderd

Topicstarter
Hallo allemaal !

We hebben een website gemaakt voor ons bedrijf (ziet er niet echt mooi uit, maar dat doet er even niet toe) maar nu hebben we een probleem voor de netscape 4.78 gebruikers (en mischien wel alle netscape gebruikers).

De site ( http://www.vestico.nl )is verdeeld in 2 frames, een top frame en een main frame. De top frame bestaat uit een imagemap, alleen zien de netscape gebruikers alleen maar een zwartebalk. De IE gebruikers zien wel gewoon een blauwe balk met een menu.

Weet iemand mischien hoe ik dit kan oplossen zodat de netscape gebruikers ook kunnen navigeren over de site door het menu te gebruiken?

  • Pelle
  • Registratie: Januari 2001
  • Laatst online: 00:06

Pelle

🚴‍♂️

1. <style>-block tussen <head> & </head>
2. bgcolor="" gaat niet werken
3. indenting zuigt
4. width & height opgeven voor images
5. je bent de afsluitende tabletag vergeten!
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
    <title>Vestico</title>
    <style type="text/css">
    <!--
        a:link.test6 { 
            color: blue; 
            text-decoration: none;
        }
        a:visited.test6 { 
            color: blue; 
            text-decoration: none;
        }
        a:hover.test6 { 
            color: blue;
            text-decoration: none;
        }
    -->
    </style>
</head>

<body bgcolor="#ffffff" link="#0000A0" alink="#0080C0" vlink="#000080" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0">

<div align="center">
    <table width="100%" height="80" border="0">
        <tr>
            <td align="center">
                <map name="vesticomenu.html">
                    <area shape="rect" coords="4,8,129,48"    href="http://www.vestico.nl/main.html" target="vestico">
                    <area shape="rect" coords="421,40,486,67" href="http://www.vestico.nl/links.html" target="vestico">
                    <area shape="rect" coords="275,39,340,66" href="http://www.vestico.nl/cgi-bin/ikonboard/ikonboard.cgi" target="vestico">
                    <area shape="rect" coords="143,38,200,66" href="http://www.vestico.nl/intro.html" target="vestico">
                </map>
                [img]"menu.gif"[/img]
            </td>
        </tr>  
    </table>
</div>

</body>
</html>

Verwijderd

Topicstarter
dank je wel voor de snelle reply, ik zal het aanpassen, ik hoop dat het dan werkt....als het werkt ben je een held !

Verwijderd

Topicstarter
pelle, even ter bevestiging, je bent een held !

  • Pelle
  • Registratie: Januari 2001
  • Laatst online: 00:06

Pelle

🚴‍♂️

Op dinsdag 09 oktober 2001 13:26 schreef FastDevil2000 het volgende:
pelle, even ter bevestiging, je bent een held !
* Pelle doorvertellen hoor! *

;)