Firefox lijnt rechts uit.

Pagina: 1
Acties:

  • jos_zwa
  • Registratie: Januari 2001
  • Laatst online: 15-04-2019

jos_zwa

Flying Dutchman

Topicstarter
Vaagje:

op http://www.zwatec.nl/flash/adres.html is een gedeelte van een site te zien die ik aan het maken ben. In IE is alles gewoon goed, maar in Firefox lijnt ie alles rechts uit. De source is allemaal gewoon netjes HTML/CSS. Weet iemand hoe dit op te lossen is?

de hele pagina is te zien op: www.zwatec.nl en klik dan op "route"

Nikon D60 + AF-S DX 18-105mm G VR


Verwijderd

Probeer het om te beginnen eens zonder de PX toevoeging bij sommige width's ( width="335px" )

edit:
Is het probleem niet (weet het)


Tevens zal ik zelf die tables vervangen voor <div>s.

[ Voor 66% gewijzigd door Verwijderd op 01-02-2006 10:16 ]


Verwijderd

De menubalken werken niet zolang die lijstjes aan het stapelen zijn... das vervelend, kan niet door...

  • jos_zwa
  • Registratie: Januari 2001
  • Laatst online: 15-04-2019

jos_zwa

Flying Dutchman

Topicstarter
Verwijderd schreef op woensdag 01 februari 2006 @ 10:03:
Probeer het om te beginnen eens zonder de PX toevoeging bij sommige width's ( width="335px" )

edit:
Is het probleem niet (weet het)
de PX is nu weg maar nog steeds hetzelfde probleem

Nikon D60 + AF-S DX 18-105mm G VR


  • jos_zwa
  • Registratie: Januari 2001
  • Laatst online: 15-04-2019

jos_zwa

Flying Dutchman

Topicstarter
Verwijderd schreef op woensdag 01 februari 2006 @ 10:07:
De menubalken werken niet zolang die lijstjes aan het stapelen zijn... das vervelend, kan niet door...
wat bedoel je precies? dat je eerst even moet wachten tot die witte flits over die menu balken geweest zijn?

Nikon D60 + AF-S DX 18-105mm G VR


Verwijderd

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <link rel="STYLESHEET" type="text/css" href="http://www.zwatec.nl/flash/../css/stijl.css">
        <title>Zwatec B.V.</title>
    </head>
    <body bgcolor="#d8d8f4">
        <div>
            [img]"http://www.zwatec.nl/flash/../pictures/tandwiel.gif"/>
        </div>
        <div[/img]
            <strong>Adresgegevens:</strong><br><br>Boortorenweg 20<br>7554 RS Hengelo (ov)<br>Postbus 871<br>7550 AW Hengelo (ov)<br>Email: info@zwatec.nl
        </div>
        <div id="telefoon">
            <br><br>Tel: 074 - 2567185<br>Fax: 074 - 2917007<br>Mobiel: 06 - 23765389
        </div>
        <div id="map">
            <embed src="http://www.zwatec.nl/flash/preload2.swf" width="335" height="315" autostart="false" quality="high" type=    "application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
        </div>
    </body>
</html>

Zelfs dit werkt al beter.

[ Voor 23% gewijzigd door Verwijderd op 01-02-2006 10:22 ]


  • jos_zwa
  • Registratie: Januari 2001
  • Laatst online: 15-04-2019

jos_zwa

Flying Dutchman

Topicstarter
Verwijderd schreef op woensdag 01 februari 2006 @ 10:20:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <link rel="STYLESHEET" type="text/css" href="http://www.zwatec.nl/flash/../css/stijl.css">
        <title>Zwatec B.V.</title>
    </head>
    <body bgcolor="#d8d8f4">
        <div>
            [img]"http://www.zwatec.nl/flash/../pictures/tandwiel.gif"/>
        </div>
        <div[/img]
            <strong>Adresgegevens:</strong><br><br>Boortorenweg 20<br>7554 RS Hengelo (ov)<br>Postbus 871<br>7550 AW Hengelo (ov)<br>Email: info@zwatec.nl
        </div>
        <div id="telefoon">
            <br><br>Tel: 074 - 2567185<br>Fax: 074 - 2917007<br>Mobiel: 06 - 23765389
        </div>
        <div id="map">
            <embed src="http://www.zwatec.nl/flash/preload2.swf" width="335" height="315" autostart="false" quality="high" type=    "application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
        </div>
    </body>
</html>

Zelfs dit werkt al beter.
thnx! dit werkt inderdaad!!

Nikon D60 + AF-S DX 18-105mm G VR

Pagina: 1