• 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

  • 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
  • Van een pixelige afbeelding naar een strakke, moderne website

    Syntax 21 december 2025 om 17:05

Fout in IE8

  • glammiiee
  • 4 december 2009 om 15:06
  • Closed
  • glammiiee
    Praat Community
    Berichten
    526
    • 4 december 2009 om 15:06
    • #1

    hey mensen de website: http://www.flevoland-praat.nl/
    ziet er in IE 8 niet goed uit maar de w3c validator geeft geen fouten aan
    kunnen julliezien wat de fout is in deze css

    PHP
    /* begin Page */
    
    
    body
    {
    	margin: 0 auto;
    	padding: 0;
    	background-color: #7FAEF0;
    	background-image: url('images/Page-BgTexture.jpg');
    	background-repeat: repeat-x;
    	background-attachment: fixed;
    	background-position: bottom left;
    }
    
    
    #art-main
    {
    	position: relative;
    	width: 100%;
    	left: 0;
    	top: 0;
    }
    
    
    #art-page-background-glare
    {
    	position: absolute;
    	width: 100%;
    	height: 436px;
    	left: 0;
    	top: 0;
    }
    
    
    #art-page-background-glare-image
    {
    	background-image: url('images/Page-BgGlare.png');
    	background-repeat: no-repeat;
    	height: 436px;
    	width: 1126px;
    	margin: 0;
    }
    
    
    html:first-child #art-page-background-glare
    {
    	border: 1px solid transparent; /* Opera fix */
    }
    
    
    
    
    
    
    #art-page-background-gradient
    {
    	background-position: bottom left;
    }
    
    
    
    
    .cleared
    {
    	float: none;
    	clear: both;
    	margin: 0;
    	padding: 0;
    	border: none;
    	font-size:1px;
    }
    
    
    
    
    form
    {
    	padding:0 !important;
    	margin:0 !important;
    }
    
    
    table.position
    {
    	position: relative;
    	width: 100%;
    	table-layout: fixed;
    }
    /* end Page */
    
    
    /* begin Box, Sheet */
    .art-Sheet
    {
    	position:relative;
    	z-index:0;
    	margin:0 auto;
    	width: 900px;
    	min-width:51px;
    	min-height:51px;
    }
    
    
    .art-Sheet-body
    {
    	position: relative;
    	z-index:1;
    	padding: 5px;
    }
    
    
    .art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
    {
    	position:absolute;
    	z-index:-1;
    }
    
    
    .art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
    {
    	width: 70px;
    	height: 70px;
    	background-image: url('images/Sheet-s.png');
    }
    
    
    .art-Sheet-tl
    {
    	top:0;
    	left:0;
    	clip: rect(auto, 35px, 35px, auto);
    }
    
    
    .art-Sheet-tr
    {
    	top: 0;
    	right: 0;
    	clip: rect(auto, auto, 35px, 35px);
    }
    
    
    .art-Sheet-bl
    {
    	bottom: 0;
    	left: 0;
    	clip: rect(35px, 35px, auto, auto);
    }
    
    
    .art-Sheet-br
    {
    	bottom: 0;
    	right: 0;
    	clip: rect(35px, auto, auto, 35px);
    }
    
    
    .art-Sheet-tc, .art-Sheet-bc
    {
    	left: 35px;
    	right: 35px;
    	height: 70px;
    	background-image: url('images/Sheet-h.png');
    }
    
    
    .art-Sheet-tc
    {
    	top: 0;
    	clip: rect(auto, auto, 35px, auto);
    }
    
    
    .art-Sheet-bc
    {
    	bottom: 0;
    	clip: rect(35px, auto, auto, auto);
    }
    
    
    .art-Sheet-cr, .art-Sheet-cl
    {
    	top: 35px;
    	bottom: 35px;
    	width: 70px;
    	background-image: url('images/Sheet-v.png');
    }
    
    
    .art-Sheet-cr
    {
    	right:0;
    	clip: rect(auto, auto, auto, 35px);
    }
    
    
    .art-Sheet-cl
    {
    	left:0;
    	clip: rect(auto, 35px, auto, auto);
    }
    
    
    .art-Sheet-cc
    {
    	position:absolute;
    	z-index:-1;
    	top: 35px;
    	left: 35px;
    	right: 35px;
    	bottom: 35px;
    	background-image: url('images/Sheet-c.png');
    }
    
    
    
    
    .art-Sheet
    {
    	margin-top: 50px !important;
    }
    
    
    #art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
    {
    	min-width:900px;
    }
    
    
    /* end Box, Sheet */
    
    
    /* begin Menu */
    /* menu structure */
    
    
    .art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
    {
    	text-align:left;
    	text-decoration:none;
    	outline:none;
    	letter-spacing:normal;
    	word-spacing:normal;
    }
    
    
    .art-menu, .art-menu ul
    {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	list-style-type: none;
    	display: block;
    }
    
    
    .art-menu li
    {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	display: block;
    	float: left;
    	position: relative;
    	z-index: 5;
    	background:none;
    }
    
    
    .art-menu li:hover
    {
    	z-index: 10000;
    	white-space: normal;
    }
    
    
    .art-menu li li
    {
    	float: none;
    }
    
    
    .art-menu ul
    {
    	visibility: hidden;
    	position: absolute;
    	z-index: 10;
    	left: 0;
    	top: 0;
    	background:none;
    }
    
    
    .art-menu li:hover>ul
    {
    	visibility: visible;
    	top: 100%;
    }
    
    
    .art-menu li li:hover>ul
    {
    	top: 0;
    	left: 100%;
    }
    
    
    .art-menu:after, .art-menu ul:after
    {
    	content: ".";
    	height: 0;
    	display: block;
    	visibility: hidden;
    	overflow: hidden;
    	clear: both;
    }
    .art-menu, .art-menu ul
    {
    	min-height: 0;
    }
    
    
    .art-menu ul
    {
    	background-image: url(images/spacer.gif);
    	padding: 10px 30px 30px 30px;
    	margin: -10px 0 0 -30px;
    }
    
    
    .art-menu ul ul
    {
    	padding: 30px 30px 30px 10px;
    	margin: -30px 0 0 -10px;
    }
    
    
    
    
    
    
    
    
    
    
    /* menu structure */
    
    
    .art-menu
    {
    	padding: 0px 15px 0px 15px;
    }
    
    
    .art-nav
    {
    	position: relative;
    	height: 27px;
    	z-index: 100;
    }
    
    
    
    
    /* end Menu */
    
    
    /* begin MenuItem */
    .art-menu ul li
    {
    	clear: both;
    }
    
    
    .art-menu a
    {
    	position:relative;
    	display: block;
    	overflow:hidden;
    	height: 27px;
    	cursor: pointer;
    	text-decoration: none;
    	margin-right: 0px;
    	margin-left: 0px;
    }
    
    
    
    
    .art-menu a .r, .art-menu a .l
    {
    	position:absolute;
    	display: block;
    	top:0;
    	z-index:-1;
    	height: 81px;
    	background-image: url('images/MenuItem.png');
    }
    
    
    .art-menu a .l
    {
    	left:0;
    	right:0px;
    }
    
    
    .art-menu a .r
    {
    	width:400px;
    	right:0;
    	clip: rect(auto, auto, auto, 400px);
    }
    
    
    .art-menu a .t 
    {
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	font-size: 13px;
    	font-style: normal;
    	font-weight: bold;
    	color: #5E675B;
    	padding: 0 12px;
    	margin: 0 0px;
    	line-height: 27px;
    	text-align: center;
    }
    
    
    .art-menu a:hover .l, .art-menu a:hover .r
    {
    	top:-27px;
    }
    
    
    .art-menu li:hover>a .l, .art-menu li:hover>a .r
    {
    	top:-27px;
    }
    
    
    .art-menu li:hover a .l, .art-menu li:hover a .r
    {
    	top:-27px;
    }
    .art-menu a:hover .t
    {
    	color: #FFFFFF;
    }
    
    
    .art-menu li:hover a .t
    {
    	color: #FFFFFF;
    }
    
    
    .art-menu li:hover>a .t
    {
    	color: #FFFFFF;
    }
    
    
    
    
    
    
    /* end MenuItem */
    
    
    /* begin MenuSeparator */
    .art-nav .art-menu-separator
    {
    	display: block;
    	width: 1px;
    	height: 27px;
    	background-image: url('images/MenuSeparator.png');
    }
    
    
    /* end MenuSeparator */
    
    
    /* begin MenuSubItem */
    .art-menu ul a
    {
    	display:block;
    	text-align: center;
    	white-space: nowrap;
    	height: 20px;
    	width: 180px;
    	overflow:hidden;
    	line-height: 20px;
    	margin-right: auto;
    
    
    
    
    	background-image: url('images/subitem-bg.png');
    	background-position: left top;
    	background-repeat: repeat-x;
    	border-width: 0px;
    	border-style: solid;
    }
    
    
    .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
    {
    	display: inline;
    	float: none;
    	margin: inherit;
    	padding: inherit;
    	background-image: none;
    	text-align: inherit;
    	text-decoration: inherit;
    }
    
    
    .art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
    {
    	text-align: left;
    	text-indent: 12px;
    	text-decoration: none;
    	line-height: 20px;
    	color: #F6F5EE;
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	font-size: 13px;
    	font-style: normal;
    	font-weight: normal;
    }
    
    
    .art-menu ul ul a
    {
    	margin-left: auto;
    }
    
    
    .art-menu ul li a:hover
    {
    	color: #4E4627;
    	background-position: 0 -20px;
    }
    
    
    .art-menu ul li:hover>a
    {
    	color: #4E4627;
    	background-position: 0 -20px;
    }
    
    
    .art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
    {
    	color: #4E4627;
    }
    
    
    .art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
    {
    	color: #4E4627;
    }
    
    
    
    
    /* end MenuSubItem */
    
    
    /* begin ContentLayout */
    .art-contentLayout
    {
    	position: relative;
    	margin-bottom: 5px;
    	width: 890px;
    }
    /* end ContentLayout */
    
    
    /* begin Box, Block */
    .art-Block
    {
    	position:relative;
    	z-index:0;
    	margin:0 auto;
    	min-width:27px;
    	min-height:27px;
    }
    
    
    .art-Block-body
    {
    	position: relative;
    	z-index:1;
    	padding: 4px;
    }
    
    
    .art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
    {
    	position:absolute;
    	z-index:-1;
    }
    
    
    .art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
    {
    	width: 38px;
    	height: 38px;
    	background-image: url('images/Block-s.png');
    }
    
    
    .art-Block-tl
    {
    	top:0;
    	left:0;
    	clip: rect(auto, 19px, 19px, auto);
    }
    
    
    .art-Block-tr
    {
    	top: 0;
    	right: 0;
    	clip: rect(auto, auto, 19px, 19px);
    }
    
    
    .art-Block-bl
    {
    	bottom: 0;
    	left: 0;
    	clip: rect(19px, 19px, auto, auto);
    }
    
    
    .art-Block-br
    {
    	bottom: 0;
    	right: 0;
    	clip: rect(19px, auto, auto, 19px);
    }
    
    
    .art-Block-tc, .art-Block-bc
    {
    	left: 19px;
    	right: 19px;
    	height: 38px;
    	background-image: url('images/Block-h.png');
    }
    
    
    .art-Block-tc
    {
    	top: 0;
    	clip: rect(auto, auto, 19px, auto);
    }
    
    
    .art-Block-bc
    {
    	bottom: 0;
    	clip: rect(19px, auto, auto, auto);
    }
    
    
    .art-Block-cr, .art-Block-cl
    {
    	top: 19px;
    	bottom: 19px;
    	width: 38px;
    	background-image: url('images/Block-v.png');
    }
    
    
    .art-Block-cr
    {
    	right:0;
    	clip: rect(auto, auto, auto, 19px);
    }
    
    
    .art-Block-cl
    {
    	left:0;
    	clip: rect(auto, 19px, auto, auto);
    }
    
    
    .art-Block-cc
    {
    	position:absolute;
    	z-index:-1;
    	top: 19px;
    	left: 19px;
    	right: 19px;
    	bottom: 19px;
    	background-color: #ACC6EA;
    }
    
    
    
    
    .art-Block
    {
    	margin: 7px;
    }
    
    
    /* end Box, Block */
    
    
    /* begin BlockHeader */
    .art-BlockHeader
    {
    	position:relative;
    	z-index:0;
    	height: 30px;
    	padding: 0 7px;
    	margin-bottom: 2px;
    }
    
    
    .art-BlockHeader .t
    {
    	height: 30px;
    	color: #FFFFFF;
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	font-size: 13px;
    	font-style: normal;
    	font-weight: bold;
    	white-space : nowrap;
    	padding: 0 6px;
    	line-height: 30px;
    }
    
    
    .art-BlockHeader .l, .art-BlockHeader .r
    {
    	display:block;
    	position:absolute;
    	z-index:-1;
    	height: 30px;
    	background-image: url('images/BlockHeader.png');
    }
    
    
    .art-BlockHeader .l
    {
    	left:0;
    	right:6px;
    }
    
    
    .art-BlockHeader .r
    { 
    	width:890px;
    	right:0;
    	clip: rect(auto, auto, auto, 884px);
    }
    
    
    
    
    
    
    
    
    
    
    .art-header-tag-icon
    {
    	display:inline-block;
    	background-position:left top;
    	background-image: url('images/BlockHeaderIcon.png');
    	padding:0 0 0 12px;
    	background-repeat: no-repeat;
    	min-height: 12px;
    	margin: 0 0 0 5px;
    }
    
    
    
    
    /* end BlockHeader */
    
    
    /* begin Box, BlockContent */
    .art-BlockContent
    {
    	position:relative;
    	z-index:0;
    	margin:0 auto;
    	min-width:1px;
    	min-height:1px;
    }
    
    
    .art-BlockContent-body
    {
    	position: relative;
    	z-index:1;
    	padding: 11px;
    }
    
    
    
    
    
    
    .art-BlockContent-body
    {
    	color:#5E675B;
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	font-size: 13px;
    	font-style: normal;
    	font-weight: bold;
    }
    
    
    .art-BlockContent-body a:link
    {
    	color: #5E675B;
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	text-decoration: none;
    }
    
    
    .art-BlockContent-body a:visited, .art-BlockContent-body a.visited
    {
    	color: #5E675B;
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	text-decoration: underline;
    }
    
    
    .art-BlockContent-body a:hover, .art-BlockContent-body a.hover
    {
    	color: #7FAEF0;
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	text-decoration: none;
    }
    
    
    .art-BlockContent-body ul
    {
    	list-style-type: none;
    	color: #1B1E1A;
    	margin:0;
    	padding:0;
    }
    
    
    .art-BlockContent-body li
    {
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	font-size: 13px;
    	text-decoration: none;
    }
    
    
    .art-BlockContent-body ul li
    {
    	padding:0px 0 0px 12px;
    	background-image: url('images/BlockContentBullets.png');
    	background-repeat:no-repeat;
    	margin:0.5em 0 0.5em 0;
    	line-height:1.2em;
    }
    
    
    /* end Box, BlockContent */
    
    
    /* begin Box, Post */
    .art-Post
    {
    	position:relative;
    	z-index:0;
    	margin:0 auto;
    	min-width:1px;
    	min-height:1px;
    }
    
    
    .art-Post-body
    {
    	position: relative;
    	z-index:1;
    	padding: 10px;
    }
    
    
    
    
    
    
    .art-Post
    {
    	margin: 10px;
    }
    
    
    /* Start images */
    a img
    {
    	border: 0;
    }
    
    
    .art-article img, img.art-article
    {
    	margin: 1em;
    }
    
    
    .art-metadata-icons img
    {
    	border: none;
    	vertical-align: middle;
    	margin:2px;
    }
    /* Finish images */
    
    
    /* Start tables */
    
    
    .art-article table, table.art-article
    {
    	border-collapse: collapse;
    	margin: 1px;
    	width:auto;
    }
    
    
    .art-article table, table.art-article .art-article tr, .art-article th, .art-article td
    {
    	background-color:Transparent;
    }
    
    
    
    
    .art-article th
    {
    	text-align:center;
    	vertical-align:middle;
    	padding: 7px;
    }
    
    
    /* Finish tables */
    /* end Box, Post */
    
    
    /* begin PostHeaderIcon */
    .art-PostHeaderIcon-wrapper
    {
    	text-decoration:none;
    	margin: 0.2em 0;
    	padding: 0;
    	font-weight:normal;
    	font-style:normal;
    	letter-spacing:normal;
    	word-spacing:normal;
    	font-variant:normal;
    	text-decoration:none;
    	font-variant:normal;
    	text-transform:none;
    	text-align:left;
    	text-indent:0;
    	line-height:inherit;
    	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    	font-size: 24px;
    	font-style: normal;
    	font-weight: bold;
    	text-align: left;
    	color: #596156;
    }
    
    
    .art-PostHeaderIcon-wrapper, .art-PostHeaderIcon-wrapper a, .art-PostHeaderIcon-wrapper a:link, .art-PostHeaderIcon-wrapper a:visited, .art-PostHeaderIcon-wrapper a:hover
    {
    	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    	font-size: 24px;
    	font-style: normal;
    	font-weight: bold;
    	text-align: left;
    	color: #596156;
    }
    
    
    /* end PostHeaderIcon */
    
    
    /* begin PostHeader */
    .art-PostHeader a:link
    {
      font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
      text-decoration: none;
      text-align: left;
      color: #7FAEF0;
    }
    
    
    .art-PostHeader a:visited, .art-PostHeader a.visited
    {
      font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
      text-decoration: none;
      text-align: left;
      color: #454C43;
    }
    
    
    .art-PostHeader a:hover, .art-PostHeader a.hovered
    {
      font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
      text-decoration: none;
      text-align: left;
      color: #7FAEF0;
    }
    /* end PostHeader */
    
    
    /* begin PostContent */
    /* Content Text Font & Color (Default) */
    body
    {
      font-family: Tahoma, Arial, Helvetica, Sans-Serif;
      font-size: 13px;
      font-style: normal;
      font-weight: normal;
      color: #596156;
    }
    
    
    .art-PostContent
    {
      font-family: Tahoma, Arial, Helvetica, Sans-Serif;
      font-size: 13px;
      font-style: normal;
      font-weight: normal;
      text-align: justify;
      color: #596156;
    }
    
    
    
    
    /* Start Content link style */
    /*
    The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
    http://www.w3schools.com/CSS/css_pseudo_classes.asp
    http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
    */
    a
    {
      font-family: Tahoma, Arial, Helvetica, Sans-Serif;
      text-decoration: underline;
      color: #7FAEF0;
    }
    
    
    /* Adds special style to an unvisited link. */
    a:link
    {
      font-family: Tahoma, Arial, Helvetica, Sans-Serif;
      text-decoration: underline;
      color: #7FAEF0;
    }
    
    
    /* Adds special style to a visited link. */
    a:visited, a.visited
    {
      font-family: Tahoma, Arial, Helvetica, Sans-Serif;
      text-decoration: underline;
      color: #636C60;
    }
    
    
    /* :hover - adds special style to an element when you mouse over it. */
    a:hover, a.hover
    {
      font-family: Tahoma, Arial, Helvetica, Sans-Serif;
      text-decoration: none;
      color: #7FAEF0;
    }
    
    
    /* Finish Content link style */
    
    
    /* Resert some headings default style & links default style for links in headings*/
    h1, h2, h3, h4, h5, h6,
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
    h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
    {
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
    }
    
    
    
    
    /* Start Content headings Fonts & Colors  */
    h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
    {
      font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
      font-size: 31px;
      font-style: normal;
      font-weight: bold;
      text-align: left;
      color: #4A5148;
    }
    
    
    h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
    {
      font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
      font-size: 24px;
      font-style: normal;
      font-weight: bold;
      text-align: left;
      color: #636C60;
    }
    
    
    h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
    {
      font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
      font-size: 20px;
      font-style: normal;
      font-weight: bold;
      text-align: left;
      color: #5E675B;
    }
    
    
    h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
    {
      font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
      font-size: 18px;
      font-style: normal;
      font-weight: bold;
      text-align: left;
      color: #454C43;
    }
    
    
    h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
    {
      font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
      font-size: 15px;
      font-style: normal;
      font-weight: bold;
      text-align: left;
      color: #454C43;
    }
    
    
    h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
    {
      font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
      font-size: 15px;
      font-style: normal;
      font-weight: bold;
      text-align: left;
      color: #454C43;
    }
    /* Finish Content headings Fonts & Colors  */
    /* end PostContent */
    
    
    /* begin PostBullets */
    /* Start Content list */
    ol, ul
    {
    	color: #596156;
    	margin:1em 0 1em 2em;
    	padding:0;
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	font-size: 13px;
    }
    
    
    li ol, li ul
    {
    	margin:0.5em 0 0.5em 2em;
    	padding:0;
    }
    
    
    li 
    {
    	margin:0.2em 0;
    	padding:0;
    }
    
    
    ul
    {
    	list-style-type: none;
    }
    
    
    ol
    {
    	list-style-position:inside;
    	
    }
    
    
    
    
    
    
    .art-Post li
    {
    	padding:0px 0 0px 16px;
    	line-height:1.2em;
    }
    
    
    .art-Post ol li, .art-Post ul ol li
    {
    	background: none;
    	padding-left:0;
    }
    
    
    .art-Post ul li, .art-Post ol ul li 
    {
    	background-image: url('images/PostBullets.png');
    	background-repeat:no-repeat;
    	padding-left:16px;
    }
    
    
    
    
    /* Finish Content list */
    /* end PostBullets */
    
    
    /* begin PostQuote */
    /* Start blockquote */
    blockquote p
    {
    	color:#DDE0DC;
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	font-size: 18px;
    	font-style: italic;
    	font-weight: normal;
    	text-align: left;
    }
    
    
    blockquote
    {
    		margin:10px 10px 10px 50px;
    	padding:5px 5px 5px 41px;
    	background-color:#ACC6EA;
    	background-image:url('images/PostQuote.png');
    	background-position:left top;
    	background-repeat:no-repeat;
    }
    
    
    
    
    /* Finish blockuote */
    /* end PostQuote */
    
    
    /* begin Button */
    .art-button-wrapper .art-button
    {
    	display:inline-block;
    	width: auto;
    	outline:none;
    	border:none;
    	background:none;
    	line-height:33px;
    	margin:0 !important;
    	padding:0 !important;
    	overflow: visible;
    	cursor: default;
    	text-decoration: none !important;
    	z-index:0;
    }
    
    
    .art-button-wrapper
    {
    	display:inline-block;
    	position:relative;
    	height: 33px;
    	overflow:hidden;
    	white-space: nowrap;
    	width: auto;
    	z-index:0;
    }
    
    
    .art-button-wrapper .art-button
    {
    	display:block;
    	height: 33px;
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	font-size: 13px;
    	font-style: normal;
    	font-weight: normal;
    	white-space: nowrap;
    	text-align: left;
    	padding: 0 16px !important;
    	line-height: 33px;
    	text-decoration: none !important;
    	color: #FFFFFF !important;
    }
    
    
    input, select
    {
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	font-size: 13px;
    	font-style: normal;
    	font-weight: normal;
    }
    
    
    .art-button-wrapper.hover .art-button, .art-button:hover
    {
    	color: #F5F3EB !important;
    	text-decoration: none !important;
    }
    
    
    .art-button-wrapper.active .art-button
    {
    	color: #FBF6E4 !important;
    }
    
    
    .art-button-wrapper .l, .art-button-wrapper .r
    {
    	display:block;
    	position:absolute;
    	z-index:-1;
    	height: 99px;
    	background-image: url('images/Button.png');
    }
    
    
    .art-button-wrapper .l
    {
    	left:0;
    	right:9px;
    }
    
    
    .art-button-wrapper .r
    {
    	width:407px;
    	right:0;
    	clip: rect(auto, auto, auto, 398px);
    }
    
    
    .art-button-wrapper.hover .l, .art-button-wrapper.hover .r
    {
    	top: -33px;
    }
    
    
    .art-button-wrapper.active .l, .art-button-wrapper.active .r
    {
    	top: -66px;
    }
    
    
    
    
    /* end Button */
    
    
    /* begin Footer */
    .art-Footer
    {
    	position:relative;
    	z-index:0;
    	overflow:hidden;
    	width: 890px;
    	margin: 5px auto 0px auto;
    }
    
    
    .art-Footer .art-Footer-inner
    {
    	height:1%;
    	position: relative;
    	z-index: 0;
    	padding: 15px;
    	text-align: center;
    }
    
    
    .art-Footer .art-Footer-background
    {
    	position:absolute;
    	z-index:-1;
    	background-repeat:no-repeat;
    	background-image: url('images/Footer.png');
    	width: 890px;
    	height: 150px;
    	bottom:0;
    	left:0;
    }
    
    
    
    
    .art-rss-tag-icon
    {
    	position: relative;
    	display:block;
    	float:left;
    	background-image: url('images/rssIcon.png');
    	background-position: center right;
    	background-repeat: no-repeat;
    	margin: 0 5px 0 0;
    	height: 32px;
    	width: 24px;
    }
    
    
    
    
    
    
    
    
    .art-Footer .art-Footer-text p
    {
    	margin: 0;
    }
    
    
    .art-Footer .art-Footer-text
    {
    	display:inline-block;
    	color:#5E675B;
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	font-size: 12px;
    }
    
    
    .art-Footer .art-Footer-text a:link
    {
    	text-decoration: none;
    	color: #5E675B;
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	font-style: normal;
    	font-weight: bold;
    	text-decoration: none;
    }
    
    
    .art-Footer .art-Footer-text a:visited
    {
    	text-decoration: none;
    	color: #5E675B;
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	text-decoration: none;
    }
    
    
    .art-Footer .art-Footer-text a:hover
    {
    	text-decoration: none;
    	color: #FFFFFF;
    	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    	text-decoration: none;
    }
    /* end Footer */
    
    
    /* begin PageFooter */
    .art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
    {
    	font-family:Arial;
    	font-size:10px;
    	letter-spacing:normal;
    	word-spacing:normal;
    	font-style:normal;
    	font-weight:normal;
    	text-decoration:none;
    	color:#393938;
    }
    
    
    .art-page-footer
    {
    	margin:1em;
    	text-align:center;
    	text-decoration:none;
    	color:#393938;
    }
    /* end PageFooter */
    
    
    /* begin LayoutCell */
    .art-contentLayout .art-content
    {
    	position: relative;
    	margin: 0;
    	padding: 0;
    	border: 0;
    	float: left;
    	overflow: hidden;
    	width: 667px;
    }
    .art-contentLayout .art-content-wide
    {
    	position: relative;
    	margin: 0;
    	padding: 0;
    	border: 0;
    	float: left;
    	overflow: hidden;
    	width: 889px;
    }
    /* end LayoutCell */
    
    
    /* begin LayoutCell */
    .art-contentLayout .art-sidebar1
    {
    	position: relative;
    	margin: 0;
    	padding: 0;
    	border: 0;
    	float: left;
    	overflow: hidden;
    	width: 222px;
    }
    /* end LayoutCell */
    Toon Meer
  • Jannick
    nyan nyan nyan nyan
    Berichten
    1.972
    • 4 december 2009 om 15:07
    • #2

    Ja, wat is er niet goed aan? Voor de Linux-mensen onder ons is het wel moeilijk om dan te zien wat er fout is.

  • glammiiee
    Praat Community
    Berichten
    526
    • 4 december 2009 om 15:10
    • #3


    voor de klikker's
    http://www.flevoland-praat.nl/fout in ie 8.JPG

  • Db-maffia
    Professional
    Berichten
    1.356
    • 4 december 2009 om 16:21
    • #4

    anders gooi je ff 1350 regels neer...

    Project Maffiadeluxe.nl

  • glammiiee
    Praat Community
    Berichten
    526
    • 4 december 2009 om 16:30
    • #5

    DB maffia dat is niet echt een nuttige reactie het is meer off topic als je de fout niet weet reageer dan AUB niet

  • glammiiee
    Praat Community
    Berichten
    526
    • 4 december 2009 om 17:07
    • #6

    Emilie daar geef ik je groot gelijk in;)
    en jah me css is w3C valid vanaf het begin al me script's niet
    heb net ook voor de lol gekeken bij google en hyves alle bij meer dan 300 errors volgens w3c en allebij de website;s zien er goed uit in alle browser's dus
    maar het probleem is hij werkte goed tot de update kwam van de nieuwe ie
    en daar bal ik van want project loop nu beejtuh tegen hier door

  • KyleM
    ....
    Berichten
    436
    • 4 december 2009 om 17:16
    • #7

    Maak anders een aparte css voor IE?
    If IE .............. snapje? Anders moet je het maar ff googlen en dan even de juiste dingen aanpassen ;)

    Post counter:
    444 | 555

  • glammiiee
    Praat Community
    Berichten
    526
    • 4 december 2009 om 17:33
    • #8

    dat heb ik al voor IE 6 en IE 7 maar ik weet niet wt de fout is in IE 8
    dus weet ook niet hoe ik dit zou moeten oplossen
    want heb dit al:

    PHP
    <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
    <!--[if IE 6]><link rel="stylesheet" href="style.ie6.css" type="text/css" media="screen" /><![endif]-->
    <!--[if IE 7]><link rel="stylesheet" href="style.ie7.css" type="text/css" media="screen" /><![endif]-->

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

Gebruikers die dit topic bekijken

  • 1 Gasten
  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