• Login
  • Register
  • Zoek
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Forum
  • Filebase Entry
  • More Options

ICTscripters

Dé plek voor IT

Dé plek voor IT

Login

Geavanceerde opties
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Dé plek voor IT - ICTscripters
  2. Forum
  3. Scripting & programmeren
  4. (X)HTML + XML + CSS

Forum

  • Beta-testers gezocht voor Crypto-oefenplatform

    Syntax 29 januari 2026 om 16:11
  • Na 15 jaar terug van weggeweest: iCriminals.nl is terug (BETA)!

    Syntax 19 januari 2026 om 09:34
  • Developer Gezocht

    Mikevdk 10 januari 2026 om 18:57
  • Op zoek naar de legends

    Syntax 5 januari 2026 om 13:50
  • [FREE] WeFact Hosting module

    Jeroen.G 13 oktober 2025 om 14:09
  • Help testers nodig voor android app Urgent

    urgentotservices 26 september 2025 om 10:21
  • Versio vervanger

    Jeroen.G 25 augustus 2025 om 15:56
  • Afspraken systeem met planbeperking

    Lijno 1 augustus 2025 om 23:04

Marktplaats

  • 350 Nieuwe Domeinnamen Januari 2026

    shiga 1 februari 2026 om 14:21
  • 321 Nieuwe Domeinnamen December 2025

    shiga 1 januari 2026 om 10:26
  • Meerdere mafia game template te koop

    Syntax 26 december 2025 om 00:07

Verschil tussen browsers

  • FrankY
  • 27 april 2010 om 10:49
  • FrankY
    Another one bites the dust.
    Ontvangen Reacties
    3
    Berichten
    598
    • 27 april 2010 om 10:49
    • #1

    Beste leden,

    Ik heb een probleempje met mijn lay-out hij laat hem niet goed zien in internet explorer maar, bij de andere browsers staat alles wel goed.

    Het probleem is dat mijn dropdown menu schuin komt te staan in internet explorer en de color chancher te ver naar boven staat. IK hoop dat jullie me misschien een stukje opweg kunnen helpen met dit probleem.

    Voorbeeld site: Klik hier

    Css (style.css):

    PHP
    *{
    margin:0px;
    padding:0px;
    }
    body{
    background: #014003;
    }
    
    
    #top{
    margin-top:10px;
    margin-bottom:10px;
    width:992px;
    height:33px;
    text-align:left;
    clear: both;
    }
    #header{
    background:url(../images/header.gif);
    width:992px;
    height:230px;
    }
    #menu{
    background:url(../images/menu.gif) no-repeat;
    width:992px;
    height:41px;
    }
    .menu{
    padding-top:7px;
    color:#FFFFFF;
    }
    #content{
      overflow:hidden;
      background:#ffffff;
      width:992px;
      height:auto;
      min-height:20px;
    }
    #clinks {
      float:left;
      margin-left:41px;
      margin-bottom:5px;
      text-align:left;
      width: 588px;
    
    
    }
    #crechts {
      text-align:left;
      float:right;
      margin-right: 41px;
      width:270px;
      margin-bottom:10px;
    }
    #crechts img{
    margin-top:20px;
    }
    
    
    #footer{
    background:#fff;
    width:992px;
    height:35px;
    margin-bottom:10px;
    }
    .footerttekst{
    float:left;
    font-weight:bold;
    font-size:16px;
    padding-left:41px;
    padding-top:10px;
    }
    .footerzoom{
    color:#FFFFFF;
    float:right;
    text-align:left;
    width:200px;
    margin-right:20px;
    }
    #h1{
    text-decoration:underline;
    text-width:20;
    }
    Toon Meer

    Css (menu.css)

    PHP
    #nav, #nav ul {
    padding: 0px 0 0 0;
    margin: 0;
    list-style: none;
    }
    
    
    #nav li {
    float: left;
    width: 120px;
    }
    
    
    #nav ul {
    position: absolute;
    width: 120px;
    left: -1000px;
    }
    
    
    #nav li:hover ul, #nav li.ie_does_hover ul {
    left:auto;
    margin-left:20px;
    }
    
    
    #nav a {
    display: block;
    text-decoration: none;
    }
    
    
    ul a{
    font-weight: bold;
    color: #FFFFFF;
    cursor: default;
    }
    
    
    ul ul a:link, ul ul a:visited{
    font-weight: normal;
    color: #CCC;
    cursor: pointer;
    }
    
    
    ul ul a:hover, ul ul a:active{
    font-weight: normal;
    color: #FFF;
    cursor: pointer;
    }
    
    
    ul ul li{
    background:url(../images/dropdown.jpg) repeat;
    border-left: 0;
    }
    
    
    /* IE only hack \*/
    * html ul li, * html ul ul li{
    border-bottom: 0px solid #FFF;
    }
    
    
    * html ul ul li{
    border-top: 0;
    }
    /* Einde IE only hack */
    Toon Meer

    index.php:

    PHP
    <?php
    	include_once"include/config.php"
    ?>
    
    
    <html>
    
    
    
    
    	<head>
    		<title>Zorgboerderij-Dagverblijf "De PrinsHoeve"</title>
    		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    		<link rel="stylesheet" href="style/style.css" type="text/css">
    		<link rel="stylesheet" href="style/menu.css" type="text/css">
    		<script> 
    			var z=1; 
    			function inzoomen(){ 
    				z=z+.1;document.body.style.zoom=z;} 
    			function uitzoomen(){ 
    				z=z-.1;document.body.style.zoom=z;} 
    		</script>
    
    
    			<script type="text/javascript">
    				function changeBackColor ( color ) {
    			document.body.style.background = color;
    			}
    			</script>
    	<script language="JavaScript">
    				sfHover = function() {
    				var sfEls = document.getElementById("nav").getElementsByTagName("LI");
    				for (var i=0; i<sfEls.length; i++) {
    				sfEls[i].onmouseover=function() {
    				this.className+=" ie_does_hover";
    			}
    				sfEls[i].onmouseout=function() {
    				this.className=this.className.replace(new RegExp(" ie_does_hover\\b"), "");
    			}
    			}
    			}
    		if (window.attachEvent) window.attachEvent("onload", sfHover);
    	</script>
    	</head>
    	
    	
    <body>
    <center> 
    <div id="top">
    	<a href="#" onclick="changeBackColor('#0000FF')"><img border="0" src="images/blauw.gif"></a><a href="#" onclick="changeBackColor('#014003')"><img border="0" src="images/groen.gif"></a>
    </div>
    
    
    <div id="header"></div>
    <div id="menu">
    	<div class="menu">
    		<ul id="nav">
    	<li><a href="index.php?x=voorpagina/index.php">Startpagina</a></li>
    	<li><a href="#">Ons aanbod</a>
    		<ul>
    			<li><a href="index.php?x=aanbod/voorwie/index.php">Voor wie?</a></li>
    			<li><a href="index.php?x=aanbod/dagindeling/index.php">Dag indeling</a></li>
    		</ul>
    	</li>
    	<li><a href="index.php?x=activiteiten/index.php">Activiteiten </a>
    		<ul>
    			<li><a href="index.php?x=activiteiten/boerderij/index.php">Rond de boerderij</a></li>
    			<li><a href="index.php?x=activiteiten/binnen/index.php">Binnen</a></li>
    			<li><a href="index.php?x=activiteiten/uitstapjes/index.php">Uitstapjes</a></li>
    			<li><a href="index.php?x=activiteiten/foto/index.php">Foto's</a></li>
    		</ul>
    	</li>
    
    
    	<li><a href="index.php?x=vrijwilligers/index.php">Vrijwilligers</a></li>
    	<li><a href="index.php?x=nieuws/index.php">Nieuws</a></li>
    	<li><a href="index.php?x=links/index.php">Links</a></li>
    	<li><a href="index.php?x=gastenboek/index.php&page=start">Gastenboek</a></li>
    	<li><a href="index.php?x=contact/index.php">Contact</a></li>
    		</ul> 
    	</div>
    </div>
    <div id="content">
    
    
    <div id="clinks">
    	<?php
    If(!$_GET['x'])
    {
    	include("website/voorpagina/index.php");
    }
    Else
    {
    	$include = include("website/".$_GET['x']."");
    	If(!$include)
    	{
    		echo 'fout include';
    	}
    }
    	?> 
    </div>
    
    
    <div id="crechts">
    <h1><u>Linkpartners</u></h1>
    <br>
    <marquee direction="up" scrolldelay="150" height="300" OnMouseOver="this.stop()" OnMouseOut="this.start()"> 
    	<a target="_blank" href="http://www.thuiszorggroningen.nl/"> 	<img border="0" width="75%" height="100" src="images/linkpartners/1.jpg"> </a>
    	<a target="_blank" href="http://www.icare.nl"> 					<img border="0" width="75%" height="100" src="images/linkpartners/2.jpg"> </a>
    	<a target="_blank" href="http://www.buurtzorgnederland.com/"> 	<img border="0" width="75%" height="100" src="images/linkpartners/3.jpg"> </a>
    	<a target="_blank" href="http://www.zgmeander.nl/"> 			<img border="0" width="75%" height="100" src="images/linkpartners/4.jpg"> </a>
    	<a target="_blank" href="http://www.arlero.nl/"> 				<img border="0" width="75%" height="100" src="images/linkpartners/5.jpg"> </a>
    	<a target="_blank" href="http://www.pgb-serviceburo.nl/"> 		<img border="0" width="75%" height="100" src="images/linkpartners/6.jpg"> </a>
    </marquee>
    </div>
    
    
    </div>
    <div id="footer">
    <div class="footerzoom">
    	<a href="#" type="button" value="+" onClick="inzoomen();"><img border="0" src="images/+.png"></a>
    	<a href="#" type="button" value="-" onClick="uitzoomen();"><img border="0" style="margin-left:20px;" src="images/-.png"></a>
    </div>
    <div class="footerttekst">
    © Zorgboerderij-Dagverblijf "De PrinsHoeve"
    		</div>
    	</div>
    </center>
    </body>
    
    
    </html>
    Toon Meer

    Met vriendelijke groet,
    Franky


    EDIT:

    Voor de duidelijkheid nog even in het kort de fouten:

    1. De colorchancher links boven staat bij internet expolorer niet tegen de header aan zoals in andere browsers
    2. dropdown menu laadt in internet explorer niet er netjes onder zoals in alle andere browsers.

    Bezig met cms:)

  • Stefan.J
    Master
    Ontvangen Reacties
    9
    Berichten
    2.358
    • 27 april 2010 om 21:58
    • #2

    Ach, wat spannend z'n domeinnaam. Er staat een hele normale website op, dus doe niet zo kinderachtig.

    Reacties verwijderd.

  • FrankY
    Another one bites the dust.
    Ontvangen Reacties
    3
    Berichten
    598
    • 27 april 2010 om 22:00
    • #3

    Helaas ben ik genoot zaakt om deze domein te gebruiken voor deze klant. Aangezien mijn domein nog niet vervangen is door een ander door me huidige hoster. Ik zal het zeer op prijs stellen als u hier dan ook niet verder over wil praten en me gewoon zal willen helpen.

    Alvast bedankt.

    Franky

    Bezig met cms:)

  • -Nick
    We are Farmers
    Berichten
    351
    • 27 april 2010 om 23:48
    • #4

    Ik heb niet veel verstand van dropdown menus

    Maar zou dit niet kunnen liggen omdat u

    PHP
    <ul>
     <li> 
         <ul>
             <li></li>
         </ul>
     </li>
    </ul>
    
    
    Deze vorm van dropdown neemt waardoor uw html aka css in 100 loopt?
    
    
    <ul id="nav">
        <li><a href="index.php?x=voorpagina/index.php">Startpagina</a></li>
        <li><a href="#">Ons aanbod</a>
            <ul>
                <li><a href="index.php?x=aanbod/voorwie/index.php">Voor wie?</a></li>
                <li><a href="index.php?x=aanbod/dagindeling/index.php">Dag indeling</a></li>
            </ul>
        </li>
        <li><a href="index.php?x=activiteiten/index.php">Activiteiten </a>
            <ul>
                <li><a href="index.php?x=activiteiten/boerderij/index.php">Rond de boerderij</a></li>
                <li><a href="index.php?x=activiteiten/binnen/index.php">Binnen</a></li>
                <li><a href="index.php?x=activiteiten/uitstapjes/index.php">Uitstapjes</a></li>
                <li><a href="index.php?x=activiteiten/foto/index.php">Foto's</a></li>
            </ul>
        </li>
    
    
        <li><a href="index.php?x=vrijwilligers/index.php">Vrijwilligers</a></li>
        <li><a href="index.php?x=nieuws/index.php">Nieuws</a></li>
        <li><a href="index.php?x=links/index.php">Links</a></li>
        <li><a href="index.php?x=gastenboek/index.php&page=start">Gastenboek</a></li>
        <li><a href="index.php?x=contact/index.php">Contact</a></li>
    </ul>
    Toon Meer

    Status:
    Scripter @ Criminal Investigative

  • FrankY
    Another one bites the dust.
    Ontvangen Reacties
    3
    Berichten
    598
    • 28 april 2010 om 07:37
    • #5

    Hallo Nick,

    Zover ik weet is het altijd op deze manier geschreven.

    De eerste li zorgt voor de dropdown.
    Die staat beschreven in de ul. tags
    Daarin zet je links die worden gezet in de li.

    :)

    Bezig met cms:)

Participate now!

Heb je nog geen account? Registreer je nu en word deel van onze community!

Maak een account aan Login

ICT Nieuws

  • Fijne feestdagen

    tcbhome 28 december 2025 om 13:55
  • Kritieke update voor Really Simple Security-plug-in

    K.Rens 16 november 2024 om 16:12
  • ING Nederland streeft naar ondersteuning van Google Pay tegen eind februari

    K.Rens 2 november 2024 om 16:09

Blogs

  • Functioneel ontwerp

    Dees 28 december 2014 om 12:38
  • Access Control List implementatie in PHP/MySQL - deel 1/2

    FangorN 28 december 2018 om 12:35
  • Access Control List implementatie in PHP/MySQL - deel 2/2

    FangorN 29 december 2018 om 12:37
  1. Marktplaats
  2. Design
  3. Voorwaarden
  4. Ons team
  5. Leden
  6. Geschiedenis
  7. Regels
  8. Links
  9. Privacy Policy
ICTscripters ©2005 - 2026 , goedkope hosting door DiMoWeb.com, BE0558.915.582
Sponsors: Beste kattenhotel provincie Antwerpen | Beste Zetes eid kaartlezer webshop
Style: Nexus by cls-design
Stylename
Nexus
Manufacturer
cls-design
Licence
Commercial styles
Help
Supportforum
Visit cls-design