• 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. Overige
  5. Archief
  6. Request

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

Style vraagje.

  • Jordy.S
  • 27 december 2010 om 14:58
  • Jordy.S
    Intermediate
    Berichten
    351
    • 27 december 2010 om 14:58
    • #1

    ben nu bezig met iets simpels maar dit lukt mij niet:(

    http://www.flashmusic.sensco.nl/muziek.html

    Ik wil de sitebar groter.

    En verander ik de breedte doet hij het niet:S


    PHP
    body {
    	margin: 0;
    	padding: 0;
    	background: #FFFFFF;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	color: #A19D9A;
    }
    
    
    h1, h2, h3 {
    	margin: 0;
    	padding: 0;
    	font-weight: normal;
    	color: #3E3530;
    }
    
    
    h1 {
    	font-size: 2em;
    }
    
    
    h2 {
    	font-size: 2.8em;
    }
    
    
    h3 {
    	font-size: 1.6em;
    }
    
    
    p, ul, ol {
    	margin-top: 0;
    	line-height: 180%;
    }
    
    
    ul, ol {
    }
    
    
    a {
    	text-decoration: none;
    	color: #339CCB;
    }
    
    
    a:hover {
    }
    
    
    #wrapper {
    	margin: 0 auto;
    	padding: 0;
    }
    
    
    /* Header */
    
    
    #header-wrapper {
    	height: 100px;
    	background: #1582AB;
    	border-bottom: 10px solid #2AA1CC;
    }
    
    
    #header {
    	width: 950px;
    	margin: 0 auto;
    	padding: 0px 0px 0px 30px;
    }
    
    
    /* Logo */
    
    
    #logo {
    	float: left;
    	width: 350px;
    	margin: 0;
    	padding: 0;
    	color: #000000;
    	background: url(images/LOGO.png) no-repeat;
    }
    
    
    #logo h1, #logo p {
    }
    
    
    #logo h1 {
    	margin-left: 60px;
    	padding: 40p 0px 0px 80px;
    	letter-spacing: -1px;
    	text-transform: lowercase;
    	font-size: 3.8em;
    	background: redc;
    }
    
    
    #logo p {
    	margin: 0;
    	padding: 0px 0 0 62px;
    	font: normal 14px Georgia, "Times New Roman", Times, serif;
    	font-style: italic;
    	color: #FFFFFF;
    } 
    
    
    #logo a {
    	border: none;
    	background: none;
    	text-decoration: none;
    	color: #FFFFFF;
    }
    
    
    /* Search */
    
    
    #search {
    	float: right;
    	width: 280px;
    	height: 60px;
    	padding: 20px 0px 0px 0px;
    }
    
    
    #search form {
    	height: 41px;
    	margin: 0;
    	padding: 10px 0 0 20px;
    }
    
    
    #search fieldset {
    	margin: 0;
    	padding: 0;
    	border: none;
    }
    
    
    #search-text {
    	width: 170px;
    	padding: 6px 5px 2px 5px;
    	border: 1px solid #DEDEDE;
    	background: #FFFFFF;
    	text-transform: lowercase;
    	font: normal 11px Arial, Helvetica, sans-serif;
    	color: #5D781D;
    }
    
    
    #search-submit {
    	width: 50px;
    	height: 22px;
    	border: none;
    	background: #B9B9B9;
    	color: #000000;
    }
    
    
    /* Menu */
    
    
    #menu {
    	float: right;
    	width: 450px;
    	height: 90px;
    	margin: 0 auto;
    	padding: 0;
    }
    
    
    #menu ul {
    	margin: 0;
    	padding: 60px 0px 0px 0px;
    	list-style: none;
    	line-height: normal;
    }
    
    
    #menu li {
    	float: left;
    }
    
    
    #menu a {
    	display: block;
    	margin-right: 1px;
    	padding: 10px 15px 15px 15px;
    	text-decoration: none;
    	text-align: center;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 13px;
    	font-weight: bold;
    	color: #FFFFFF;
    	border: none;
    }
    
    
    #menu a:hover, #menu .current_page_item a {
    	background: #2AA1CC;
    	text-decoration: none;
    }
    
    
    #menu .current_page_item a {
    }
    
    
    /* Page */
    
    
    #page {
    	width: 980px;
    	margin: 0 auto;
    	padding: 0px 0px 0px 0px;
    }
    
    
    #page-bgtop {
    	padding: 20px 0px;
    }
    /* Content */
    
    
    #content {
    	float: left;
    	width: 600px;
    	padding: 0px 0px 0px 0px;
    }
    
    
    .post {
    	margin-bottom: 40px;
    	border-bottom: 1px dotted #E7E2DC;
    }
    
    
    .post .title {
    	height: 41px;
    	padding: 7px 0px 0px 30px;
    	letter-spacing: -.5px;
    }
    
    
    .post .title a {
    	color: #333333;
    	border: none;
    }
    
    
    .post .meta {
    	margin-bottom: 30px;
    	padding: 0px 30px 0px 30px;
    	text-align: left;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 13px;
    	font-weight: bold;
    	font-style: italic;
    }
    
    
    .post .meta .date {
    	float: left;
    }
    
    
    .post .meta .posted {
    	float: right;
    }
    
    
    .post .meta a {
    }
    
    
    .post .entry {
    	padding: 0px 30px 20px 30px;
    	padding-bottom: 20px;
    	text-align: justify;
    }
    
    
    .links {
    	padding-top: 20px;
    	font-size: 12px;
    	font-weight: bold;
    }
    
    
    /* Sidebar */
    
    
    #sidebar {
    	float: right;
    	width: 360px;
    	margin: 0px;
    	padding: 0px 20px 0px 0px;
    	color: #787878;
    }
    
    
    #sidebar ul {
    	margin: 0;
    	padding: 0;
    	list-style: none;
    }
    
    
    #sidebar li {
    	margin: 0;
    	padding: 0;
    }
    
    
    #sidebar li ul {
    	margin: 0px 0px;
    	padding-bottom: 30px;
    }
    
    
    #sidebar li li {
    	line-height: 35px;
    	border-bottom: 1px dotted #E7E2DC;
    	margin: 0px 30px;
    	border-left: none;
    }
    
    
    #sidebar li li span {
    	display: block;
    	margin-top: -20px;
    	padding: 0;
    	font-size: 11px;
    	font-style: italic;
    }
    
    
    #sidebar li li a {
    	padding: 0px 0px 0px 15px;
    	background: url(images/img01.jpg) no-repeat left 5px;
    }
    
    
    #sidebar h2 {
    	height: 38px;
    	padding-left: 30px;
    	letter-spacing: -.5px;
    	font-size: 1.8em;
    }
    
    
    #sidebar p {
    	margin: 0 0px;
    	padding: 0px 30px 20px 30px;
    	text-align: justify;
    }
    
    
    #sidebar a {
    	border: none;
    	color: #339CCB;
    }
    
    
    #sidebar a:hover {
    	text-decoration: underline;
    	color: #8A8A8A;
    }
    
    
    /* Calendar */
    
    
    #calendar {
    }
    
    
    #calendar_wrap {
    	padding: 20px;
    }
    
    
    #calendar table {
    	width: 100%;
    }
    
    
    #calendar tbody td {
    	text-align: center;
    }
    
    
    #calendar #next {
    	text-align: right;
    }
    
    
    /* Footer */
    
    
    #footer {
    	height: 50px;
    	margin: 0 auto;
    	padding: 0px 0 15px 0;
    	background: #1582AB;
    	border-top: 1px solid #1885B0;
    	font-family: Arial, Helvetica, sans-serif;
    }
    
    
    #footer p {
    	margin: 0;
    	padding-top: 20px;
    	line-height: normal;
    	font-size: 9px;
    	text-transform: uppercase;
    	text-align: center;
    	color: #FFFFFF;
    }
    
    
    #footer a {
    	color: #FFFFFF;
    }
    Toon Meer

    Bezig met Eredivisie Voetbal project.

    (Tips zijn altijd welkom!)

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