• 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. Games
  4. Criminals & Maffiagames
  5. Uitbreidingen en Overige
  6. Archief
  7. Criminolz

Forum

  • RPG game gebouwd met AI

    Frenzo.Webservice 11 juni 2026 om 19:44
  • Het Grote Vibe Code Topic

    Syntax 1 juni 2026 om 20:05
  • PWYL source gezocht

    Syntax 29 mei 2026 om 14:03
  • Ictscripters Chat

    AarClay 21 april 2026 om 11:34
  • 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

Marktplaats

  • 359 Nieuwe Domeinnamen Mei 2026

    shiga 1 juni 2026 om 12:45
  • Sicarras.com - Moderne Mafia Text-Based RPG

    Jeffrey.Hoekman 27 mei 2026 om 17:40
  • 370 Nieuwe Domeinnamen April 2026

    shiga 1 mei 2026 om 12:06

Een aantal vragen

  • richardsip
  • 11 januari 2011 om 21:59
  • richardsip
    Beginner
    Berichten
    20
    • 11 januari 2011 om 21:59
    • #1

    Beste mensen ik heb een probleempje.

    Ik ben is bezig geweest met me style.css en nu kan ik het niet meer vinden. Hoe ik twee vakjes op de index als je bent ingelogd recht te krijgen. Ik heb hier bij een plaatje en me style.css zou er iemand mijn kunne vertellen waar ik die twee vakjes kan vinden het valt namelijk meteen op. Het zit hem in het nieuws gedeelte.

    Alvast allemaal bedankt groeten van richard sip :cheer:
    afbeelding groot zien druk hier naast. http://juwtlpsm.thirteen.versio.nl/voorbeeld.bmp

    PHP
    body {
    	background: #000;
    	text-align: center;
    }
    
    
    label { 
    	width: 62%; 
    	text-align: left; 
    	float: left; 
    }
    
    
    #container {
    	text-align: left;
    	margin: 0 auto;
    	width: 880px;
    }
    
    
    a:link {
    	color: #dddddd;
    	text-decoration: none;
    	font-weight: bold;
    }
    
    
    a:visited {
    	color: #dddddd;
    	text-decoration: none;
    	font-weight: bold;
    }
    
    
    a:hover {
    	color: #ffffff;
    	text-decoration: underline;
    	font-weight: bold;
    }
    
    
    .onderwerp {
    	background: #063;
    	color: #0C3;
    	padding: 4px 6px;
    	font-weight: bold;
    	border-bottom: 1px solid #090;
    	margin-top: 10px;
    	margin-left: 10px;
    }
    
    
    #header {
    	background: url(images/7.gif) no-repeat;
    	width: 875px;
    	height: 150px;
    }
    
    
    #status {
    	background: url(images/status.gif) no-repeat;
    	width: 245px;
    	height: 205px;
    	position: absolute;
    	margin-left: 628px;
    	margin-top: 2px;
    	padding-top: 20px;
    	padding-left: 20px;
    	font: bold 15px Arial;
    	color: #101010;
    }
    
    
    #status table {
    	font: 11px Arial;
    	color: #090;
    	float: left;
    }
    
    
    #navbar_end_left {
    	width: 15px;
    	height: 55px;
    	float: left;
    	margin-top: 5px;
    }
    
    
    #navbar_mid {
    	margin: 0;
    	padding: 0;
    	background: url(images/navbar_mid.gif) repeat-x;
    	width: 845px;
    	height: 55px;
    	float: left;
    	margin-top: 5px;
    }
    
    
    #navbar_mid li {
    	display: inline;
    }
    
    
    #navbar_mid li a {
    	padding: 15px 10px 0px 10px;
    	font: bold 13px Verdana, Helvetica, Tahoma;
    	text-decoration: none;
    	color: #99CC99;
    	display: block;
    	float: left;
    	outline: none;
    	height: 40px;
    }
    
    
    #navbar_mid li a:hover {
    	background: url(images/navbar_mid_active.gif) repeat-x;
    }
    
    
    #navbar_end_right {
    
    
    	width: 15px;
    	height: 55px;
    	float: left;
    	margin-top: 5px;
    }
    
    
    a.tab {
    	padding-left: 5px;
    	padding-right: 5px;
    	border: solid 1px #D8FEE1;
    	font: 11px;
    	font-family: Arial;
    	border-width: 1px;
    	outline: none;
    }
    
    
    a.tab_active {
    	padding-left: 5px;
    	padding-right: 5px;
    	border: solid 1px #D8FEE1;
    	font: 11px;
    	font-family: Arial;
    	color: #FFF;
    	background-color: #000;
    	border-width: 1px;
    	outline: none;
    }
    
    
    a.tab:hover,a.tab_active:hover {
    	border: solid 1px #80FF9C;
    	text-decoration:none;
    }
    
    
    #column_container {
    	float: left;
    	width: 210px;
    	margin-top: 10px;
    }
    
    
    #column_dark_content_top {
    	width: 210px;
    	padding-top: 15px;
    	margin-top: 10px;
    }
    
    
    #column_dark_content {
    }
    
    
    #column_dark_content_bottom {
    	width: 215px;
    	height: 15px;
    }
    
    
    #menu_head {
    	background: url(images/menu_head.gif) no-repeat;
    	width: 205px;
    	height: 30px;
    
    
    	margin-left: 2px;
    	padding-top: 5px;
    	padding-left: 10px;
    	font: bold 12px Arial;
    }
    
    
    #menu_content {
    	background: url(images/menucontent.gif) repeat-y;
    	padding-top: 5px;
    	width: 209px;
    	margin-left: 2px;
    }
    
    
    #menu_content ul {
    	padding: 0;
    	margin: 0;
    	padding-left: 2px;
    	padding-right: 4px;
    }
    
    
    #menu_content ul li {
    	display: inline;
    }
    
    
    #menu_content ul li a {
    	padding-left: 10px;
    	color: #fff;
    	text-decoration: none;
    	display: block;
    	font: 11px Arial;
    	outline: none;
    }
    
    
    #menu_content ul li a:hover {
    	background: url(images/menu_li_a.jpg) repeat-x;
    	color: #080;
    	font color: #070;
    	height: 20px;
    }
    
    
    #menu_content_bottom {
    	background: url(images/menucontent_bottom.gif) repeat-y;
    	width: 209px;
    	height: 10px;
    	margin-left: 2px;
    }
    
    
    #content_container {
    	float: left;
    	width: 440px;
    	margin-left: 10px;
    	margin-right: 10px;
    }
    
    
    #content_top {
    	background: url(images/content_top.gif) no-repeat;
    	width: 440px;
    	height: 15px;
    	margin-top: 20px;
    	float: left;
    }
    
    
    #content {
        background: url(images/content_bottom.gif) no-repeat;
    	width: 425px;
    	word-wrap: break-word;
    
    
    	font: 11px Arial;
    	color: #693;
    	margin-top: -5px;
    	padding-left: 10px;
    	padding-right: 5px;
    	padding-top: 5px;
    	float: left;
    }
    
    
    #content_bottom {
    	background: url(images/content_bottom.gif) no-repeat;
    	width: 440px;
    	height: 15px;
    	float: left;
    }
    
    
    h1.titel {
    	font: bold 13px Verdana, Helvetica, Tahoma;
    	padding: 0;
    	margin: 0;
    	margin-bottom: 10px;
    }
    
    
    div.dark {
    	background: #000;
    	border-color:#060;
    	border:groove;
    	width: 400px;
    	margin-left: 5px;
    	margin-top: 10px;
    	padding-top: 10px;
    	padding-left: 10px;
    	padding-bottom: 10px;
    	color: #bababa;
    }
    
    
    div.warningbar {
    	background:#000 ;
    	border-color:#060;
    	border:groove;
    	width: 400px;
    	height: 45px;
    	padding-top: 10px;
    	padding-left: 10px;
    	padding-bottom: 10px;
    	font: bold 12px Verdana, Helvetica, Tahoma;
    	margin-top: 10px;
    }
    
    
    div.warningbar span.dark {
    	color: #090;
    }
    
    
    div.warningbar a {
    	color: #ffffff;
    	text-decoration: none;
    }
    
    
    div.warningbar a:hover {
    	color: #eeeeee;
    	text-decoration: underline;
    }
    
    
    div.footer {
    	font: bold 11px Verdana, Helvetica, Tahoma;
    	color: #fff;
    	text-align: center;
    	margin-top: 5px;
    	margin-bottom: 15px;
    }
    
    
    .quotetitle {
    	margin: 10px 5px 0 5px;
    	padding: 4px;
    	border-width: 1px 1px 0px 1px;
    	border-style: solid;
    	border-color: #090;
    	color: #090;
    	background-color: #000;
    	font-size: 11px;
    	font-weight: bold;
    }
    
    
    .quotetitle .quotetitle {
    	font-size: 1em;
    }
    
    
    .quotecontent {
    	margin: 0 5px 10px 5px;
    	padding: 5px;
    	border-color: #7a7a7a;
    	border-width: 0 1px 1px 1px;
    	border-style: solid;
    	font-weight: normal;
    	font-size: 11px;
    	line-height: 1.4em;
    	font-family: Arial;
    	background-color: #ffffff;
    	color: #090;
    }
    
    
    table {
    	color: #ffffff;
    	font: 11px Arial;
    }
    
    
    td.start {
    	border-bottom: #f5f5f5 solid 1px;
    	font: bold 11px Arial;
    	color: #d4d4d4;
    }
    
    
    td.list {
    	border-bottom: #878787 solid 1px;
    	font: 11px Arial;
    	color: #ffffff;
    }
    
    
    td.shop {
    	border-bottom: #878787 solid 1px;
    	padding-top: 10px;
    	padding-bottom: 10px;
    }
    
    
    td.shop_end {
    	padding-top: 10px;
    }
    
    
    textarea.textarea {
    	background: #ECFBEA;
    	border: #0C0 solid 1px;
    	font: 11px Arial;
    	scrollbar-arrow-color: #a4a4a4;
    	scrollbar-face-color: #cdcdcd;
    	scrollbar-highlight-color: #f1f1f1;
    	scrollbar-3dlight-color: #e7e7e7;
    	scrollbar-shadow-color: #949494;
    	scrollbar-darkshadow-color: #cfcfcf;
    	scrollbar-track-color: #ededed;
    }
    
    
    input.input {
    	background: #ECFBEA;
    	height: 20px;
    	font: 11px Arial;
    	border: #090 solid 1px;
    }
    
    
    select.input {
    	background: #CFC;
    	height: 20px;
    	font: 11px Arial;
    }
    
    
    .submit {
    	background: url(images/input.jpg) repeat-x;
    	height: 20px;
    	font: 11px Arial;
    	border: #060 solid 1px;
    }
    Toon Meer
  • Guest, wil je besparen op je domeinnamen? (ad)
  • richardsip
    Beginner
    Berichten
    20
    • 12 januari 2011 om 21:15
    • #2

    heb heb=m zelf al gevonden dus dit bericht kan verwijderd worden

Participate now!

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

Maak een account aan Login

ICT Nieuws

  • Quanscient ontvangt €10M om AI- en kwantum-native hardware engineering te bevorderen - Tech.eu

    ICTscripters 27 mei 2026 om 12:03
  • Datalek bij leverancier Canvas - Universiteit van Amsterdam

    ICTscripters 10 mei 2026 om 12:03
  • Data privacy in 2026: Hoe de naleving van GDPR verandert

    ICTscripters 8 mei 2026 om 12:16

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