• 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

  • 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

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!)

  • Guest, wil je besparen op je domeinnamen? (ad)

Participate now!

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

Maak een account aan Login

ICT Nieuws

  • Fijne feestdagen

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

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

    K.Rens 2 november 2024 om 16:09

Blogs

  • Functioneel ontwerp

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

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

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