• Login
  • Register
  • Zoek
Everywhere
  • Everywhere
  • 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. Leden
  3. glammiiee

Forum

  • Ictscripters Chat

    Frenzo.Brouwer 9 maart 2026 om 21:31
  • Help testers nodig voor android app Urgent

    Servertjee 20 februari 2026 om 12:07
  • Partner Gezocht om meerdere NFT Collecties op Open Sea te Plaatsen

    Servertjee 20 februari 2026 om 12:06
  • Afspraken systeem met planbeperking

    Jeffrey.Hoekman 20 februari 2026 om 11:52
  • Developer Gezocht

    Servertjee 19 februari 2026 om 17:31
  • Na 15 jaar terug van weggeweest: iCriminals.nl is terug (BETA)!

    Servertjee 18 februari 2026 om 16: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

Marktplaats

  • Domeinportfolio uitkuis

    Syntax 19 maart 2026 om 10:18
  • Heel wat sterke domeinen > 2 letters, 3 letters, premiums

    Michael DW 11 maart 2026 om 12:12
  • 367 Nieuwe Domeinnamen Februari 2026

    shiga 1 maart 2026 om 14:50

Posts by glammiiee

  • Fout in IE8

    • glammiiee
    • 4 december 2009 om 15:06

    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
  • Bedrijf starten (script)

    • glammiiee
    • 4 december 2009 om 13:09

    ik wil je best helpe maar op een laptop werken die zowat kleiner is dan me hand is niet fijn:P en krijg er last van me rug door ik wil je graag helpe maar laptop werkt nie meer;)
    als je nog ergens niet uit komt pb me;)

  • Nachtbraak topic

    • glammiiee
    • 4 december 2009 om 05:01

    ik heb gelukig morgen vrij:P heb ook geen zin om te slapen ben klaar wakker en lig al in bed met laptop me pc staat al uit:P
    maarjah wordt beetjuh gek na 8 uur lang scripte:P
    wel met pauze's er tussen door maarjah

  • Nachtbraak topic

    • glammiiee
    • 4 december 2009 om 04:43

    ik heb nu 1 leraar ik maak voor hem projecten en krijg via hem betaald en studie punten dat is wel makkelijk
    we mogen nog 1 uur en 15 minuten posten

    Nieuwe reactie samengevoegd met originele reactie op 04.12.09 04:54:58:
    Ik ga maar eens slapen het wordt al wat lichter hier:P

  • Nachtbraak topic

    • glammiiee
    • 4 december 2009 om 04:31

    hahaha komt me bekent voor:P ik volg opleiding krijg ik scripting les
    wat doe ik in de les?? leraar les geven omdat hij het niet snapt ^o)^o)
    en dan vinden ze het raar als je niet meer op komt dagen je leert meer met thuis zitten dan op school komen

  • Nachtbraak topic

    • glammiiee
    • 4 december 2009 om 04:26

    jah wel leden systeem is af in mysqli:P
    dus gaat redelijk goed( me eerste website in mysqli)
    handig om te leren dus

  • Nachtbraak topic

    • glammiiee
    • 4 december 2009 om 04:14

    ik heb hier alle afleveringen van New kids al liggen hun zijn echt leip:P
    ben nu ook ff paar duizend happy hardcore nummers downloade en normaal hardcore

  • Bedrijf starten (script)

    • glammiiee
    • 4 december 2009 om 03:29

    een database maken "bedrijven"
    ID land eigenaar soortbedrijf

    en dan zet je in je script van Bedrijfmaken.php
    een check van zijn er al 10 bedrijven zojah geef melding weer
    Er zijn al 10 Bedrijfen
    zonee geef een formulier weer dat ze kunne kiezen in de soorten bedrijven
    dan heb je ook mischien een pagina van Stat's ofzow bedrijfstats.php
    en daar weergeef je alle bedrijven die er zijn gesorteerd op land
    hierheb je vats een begin
    sorry dat ik geen script post zit op mini laptop en is verrot op mee te werken

  • Nachtbraak topic

    • glammiiee
    • 4 december 2009 om 03:24

    lkkr gezzelig hier
    ben bezig met een groote Community ontwikkelen:)
    pfff wat zit daar veel tijd in zeg hahahaa
    marjah komt hopelijk allemaal wel goed aleen sub domeinen via .htaccess wilt niet mee werken:(
    maarjah ff contact opnemen met hosting kijke asl het wel toegestaan is
    pfff omdit tijdstip nog zo een verhaal type lijk wel gek haha
    maarjah moet toch iets doen
    bijna website af dus jah gun me even wat vrije tijd en ging dus even kijken op CP:P

  • .htacces

    • glammiiee
    • 1 december 2009 om 22:01

    niels heb ik wel na gekeken maar dat is niet wat ik zoek:)
    zoals hun hebben heb ik nu ook al:) en dat is domein.nl/naam/1/ wordt: domein.nl?page=profiel&id=1
    Maar ik zoek voor virtuele subdomeinen.

  • .htacces

    • glammiiee
    • 1 december 2009 om 17:22

    jah ik heb hem hier even neer gezet met domein.nl omdat het project geheim moet blijven

    Nieuwe reactie samengevoegd met originele reactie op 01.12.09 17:59:35:
    ik heb het nu half werkend:)
    ik heb nu

    PHP
    RewriteEngine On
    RewriteBase /
    RewriteRule ^naam/(.*)/$ index.php?page=profiel&id=$1
    RewriteRule ^naam/(.*)$ index.php?page=profiel&id=$1


    maar nu wil ik het nuet zo hebben: domein.nl/naam/1 maar:
    1.domein.nl/

  • .htacces

    • glammiiee
    • 1 december 2009 om 17:05
    PHP
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^test\.domein.nl [nc]
    RewriteRule    (.*)   http://www.domein.nl/?page=profiel&id=1  [P]


    dat heb ik
    yannick
    Dankje hat inderdaad de S vergeten

  • .htacces

    • glammiiee
    • 1 december 2009 om 16:55

    Het meot ook via .htacces kunne maar elk script dat ik vind op internet werkt niet goed:)
    (niet dta ik er ook veel van snap van .htacces)
    Iemand een voorbeeld van hoe dat moet

  • .htacces

    • glammiiee
    • 1 december 2009 om 15:26

    hey mede scripters:)
    ik ben bezig met een leden bestand van mijn voetbal club en nu wil ik dat de leden op hun profiel kunne komen door middel van het zelfde systeem als hyves.
    dus http://naam.domein.nl
    en dat de link in de naam het zelfde blijft maar er een ander script wordt aangeroepen
    Met vriendelijke groeten,
    Glenn

  • Politie

    • glammiiee
    • 28 november 2009 om 14:34

    die man heb de aanklacht ingetrokken niels
    en anomiteit? who cares van mij part weet de hele wereld me naam
    dat boeit me niet

  • Politie

    • glammiiee
    • 27 november 2009 om 21:02

    Crimepatrol & Niels
    Lacherig vind ik het zelf niet echt hoor heb er veel spijt van dat ik het gedaan heb:)
    maar als jullie het niet willen geloven ok is jullie probleem;)
    ik wil ten eerste nooit meer in aanraking komen met politie najah niet op de slechte manier

  • Politie

    • glammiiee
    • 27 november 2009 om 18:53

    ik hat taak straf en geen boete(gelukig voor me zelf)
    maar ga dit zekker ook nooit meer doen;)
    Die vriend met wie ik het dee heb wel geld boete gehad omdat hij niet kwam opdagen bij taakstraf

  • Politie

    • glammiiee
    • 27 november 2009 om 18:16

    Ik hat in de hele stad alle bushokjes kapot gemaakt:$
    en op een bouwterrein alle machine's kapot gemaakt
    op dat bouwterrein ook huizen gemolt enz

    en bij die ruzzie hat ik iemand in het ziekenhuis geslagen met een vebrijzelde kaak en zat vast omdat ik volgens mensen met de dood bedreigde enz met een wapen zwaaide enz daarom zat ik zat ik paar dagen vast

  • Politie

    • glammiiee
    • 27 november 2009 om 14:31

    Ongeloofwaardig?
    Waarom heb ik dan strafblad enz?? en kom ik facking moeilijk aan werk:(

  • Politie

    • glammiiee
    • 27 november 2009 om 13:47

    ik zelf ben 2X in aanraking geweest met politie
    de eerste keer was voor vandalisme van 300.000 euro
    ik een een vriend zagen de politie en probeerde weg te rennen
    maar oeps een sloot en prikkelbosjes dus konden niet verder en toen kwamen ze met hondje naar ons toe:( 32 uur taakstraf

    tweede keer hat ik ruzie
    kwamen ze met 14 man politie me ophalen
    ik was volgens hun gevaarlijk met messen en pistool:S
    ik werd mee genomen door ze hele buurt erbij (leuk hoor sta je daar in je eigen buurt in de boeien:(
    op bureau gefolieerd ze vonden niks.
    ze hebben me kamer door zocht vonden ook niks najah aleen een mes om mee te eten:P
    paar dagen gezeten.:(
    werd aanklacht ingetrokken dus mog weer gaan

    dit is allemaal vorig jaar gebeurt en na dat laatste incident heb ik helemaal niks meer geflikt ben er totaal niet trots op:( ben hier door ook me vriendin toen kwijt geraakt

ICT Nieuws

  • Samsung zal miljoenen verdienen aan Apple iPhone Fold dankzij zijn 12GB RAM

    ICTscripters 11 maart 2026 om 22:42
  • Apple heeft zojuist iOS 26.4 Beta 4 vrijgegeven: hier is de verwachte lanceerdatum.

    ICTscripters 11 maart 2026 om 12:01
  • Kritieke kwetsbaarheid in Nginx UI bedreigt gevoelige data

    ICTscripters 10 maart 2026 om 18:29

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