• 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. NosiN

Forum

  • Het oorspronkelijke Criminals Script

    Jeroen.G 18 juni 2026 om 15:06
  • StraatBaas is back, maar hoe?!

    Syntax 17 juni 2026 om 10:28
  • 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

Marktplaats

  • 4-letter domein: Togi.nl

    evesi 17 juni 2026 om 17:08
  • 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

Posts by NosiN

  • Goeie Crimenaam

    • NosiN
    • 20 augustus 2009 om 16:13

    CrimeShield :P

    Nieuwe reactie samengevoegd met originele reactie op 20.08.09 16:14:51:
    CashMoneyZ waarom plaats je de naam van je eigen criminals? -.-

    LAMEE!

  • Probleem met naast elkaar zetten.

    • NosiN
    • 31 juli 2009 om 15:16

    Het is al gelukt maar ik zit nog met een probleem. :)
    Kstuur je wel ff een pb

  • Probleem met naast elkaar zetten.

    • NosiN
    • 31 juli 2009 om 13:06

    Bedankt zal even wat proberen.

  • Probleem met naast elkaar zetten.

    • NosiN
    • 31 juli 2009 om 12:46

    Hallo Cpérs,

    Dit is mijn 1e topic hier op de nieuwe CP. (Wel een beetje te laat maar dat maakt niet uit :P)

    Ik heb een probleem met m'n css. Namelijk hier http://www.nosin.nl kan je zien dat de Members area niet naast de News blokje staat. Ik heb geprobeerd het te floaten maar dat werkte niet en ik heb ook niet veel verstand van CSS dus wou ik vragen of iemand me hier even kan helpen. De Members area blokje bestond nog niet dus die heb ik er zelf in gebouwd alleen kan ik 'm dus niet naast elkaar krijgen.

    Alvast Bedankt,

    NosiN

    Dit is de CSS:

    PHP
    *
    {
        margin:										0;
        padding:									0;
        border:										0;
    }
    
    
    body
    {
    	background:									#0b0b0b url('./images/background.jpg') top center repeat-y;
    	margin:										0;
    	text-align:									center;
    	font:										11px tahoma, verdana, arial, helvetica, sans-serif;
    	color:										#ffffff;
    }
    
    
    /**
     * Default Hyperlink Colours
     */
    a,a:visited
    {
    	color:										#bd5578;
    	text-decoration:							none;
    }
    
    
    a img
    {
    	border:										0;
    }
    
    
    /**
     * Page Structure
     */
    
    
    #wrapper
    {
    	width:										788px;
    	text-align:									left;
    	margin:										0 auto 0 auto;
    }
    
    
    /**
     * Messages/Search Header
     */
    
    
    #messages
    {
    	background:									url('./images/messages_bg.jpg') repeat-x;
    	height:										16px;
    	clear:										both;
    	padding:									10px;
    }
    
    
    	#search
    	{
    		width:									168px;
    		height:									27px;
    		overflow:								hidden;
    		float:									right;
    		margin:									-7px;
    	}
    		
    		#search .text
    		{
    			background:							url('./images/search_text.jpg') no-repeat;
    			height:								15px;
    			width:								120px;
    			border:								0;
    			float:								left;
    			color:								#82828c;
    			padding:							6px;
    			font-size:							11px;
    			overflow:							hidden;
    		}
    		
    		#search .button
    		{
    			background:							url('./images/search_button.jpg') no-repeat;
    			height:								27px;
    			width:								36px;
    			border:								0;
    			float:								left;
    			overflow:							hidden;
    		}
    		
    		#search p
    		{
    			margin:								0;
    		}
    
    
    /**
     * Header
     */
    h1
    {
    	clear:										both;
    	height:										195px;
    }
    
    
    /**
     * Navigation bar
     */
    
    
    #navigation
    {
    	list-style:									none;
    	margin:										0;
    	padding:									0;
    	clear:										both;
    	background:									url('./images/nav_bg.jpg') repeat-x;
    	height:										35px;
    	padding:									0 0 0 42px;
    }
    
    
    	#navigation li
    	{
    		float:									left;
    		width:									88px;
    		height:									35px;
    		overflow:								hidden;
    		background:								url('./images/nav_item.jpg') no-repeat;
    	}
    	
    		#navigation li a
    		{
    			color:								#ffffff;
    			font-weight:						bold;
    			text-align:							center;
    			display:							block;
    			height:								35px;
    			padding:							9px 0 0 0;
    			text-decoration:					none;
    		}
    		
    			#navigation li a:hover
    			{
    				background:						url('./images/nav_hover.jpg');
    				padding:						11px 0 0 0;
    			}
    
    
    /* 
     * Right Sponsors/Policy Links Column
     */
    
    
    #sponsors
    {
    	width:										218px;
    	float:										right;
    	list-style:									none;
    }
    
    
    	#sponsors .links, #sponsors .links a
    	{
    		color:									#4c4c4c;
    		text-decoration:						none;
    		text-align:								center;
    	}
    
    
    /**
     * News item styles
     */
    h2
    {
    	background:									url('./images/news_header.jpg');
    	height:										14px;
    	width:										529px;
    	overflow:									hidden;
    	padding:									15px 20px 15px 20px;
    	font:										normal 13px arial, tahoma, verdana, helvetica, sans-serif;
    }
    
    
    .newsbody
    {
    	width:										523px;
    	background:									url('./images/news_bg.jpg') repeat-y;
    	padding:									0 23px 0 23px;
    }
    
    
    	.newsbody p
    	{
    		padding:								10px 0 10px 0;
    	}
    
    
    .newsbody .etc
    {
    	padding:									0;
    }
    
    
    .newsbody ul
    {
    	margin:										0 0 0 10px;
    }
    
    
    	.etc a
    	{
    		color:									#bd5578;
    		font-weight:							bold;
    	}
    	
    	.etc span
    	{
    		float:									right;
    	}
    
    
    .readmore
    {
    	background:									url('./images/news_footer.jpg');
    	height:										38px;
    	width:										569px;
    	overflow:									hidden;
    	padding:									3px 0 0 0;
    }
    	
    	.readmore a
    	{
    		background:								url('./images/news_more.jpg');
    		height:									37px;
    		width:									80px;
    		display:								block;
    		color:									#ffffff;
    		text-align:								center;
    		text-decoration:						none;
    		padding:								17px 0 0 0;
    		margin:									0 0 0 450px;
    		overflow:								hidden;
    	}
    	
    .newsimg
    {
    	margin:										10px 10px 10px 0;
    }
    
    
    /**
     * Footer
     */
    
    
    #footer
    {
    	clear:										both;
    	height:										24px;
    	background:									url('./images/footer_bg.jpg') repeat-x;
    	padding:									12px 0 0 20px;
    }
    
    
    	#footer a
    	{
    		color:									#999999;
    		text-decoration:						none;
    	}
    
    
    	.ctcopy
    	{
    		background:								url('./images/footer_right.jpg') no-repeat;
    		width:									218px;
    		height:									36px;
    		float:									right;
    		overflow:								hidden;
    		text-align:								center;
    		margin:									-12px 0 0 0;
    	}
    	
    		.ctcopy a
    		{
    			display:							block;
    			height:								36px;
    			padding:							12px 0 0 0;
    			color:								#ffffff !important;
    			text-decoration:					none;
    		}
    		
    	#credits
    	{
    		height:									36px;
    		background:								url('./images/footer_bg.jpg') repeat-x;
    		position:								relative;
    		bottom:									50px;
    		width:									370px;
    		overflow:								hidden;
    	}
    	
    		#credits span
    		{
    			height:								36px;
    			padding:							12px 0 0 10px;
    			display:							block;
    			background:							url('./images/footer_right.jpg') no-repeat;
    		}
    /**
     * Default Floating and Clearing Classes
     */
    .clear
    {
    	clear:										both;
    }
    
    
    .left
    {
    	float:										left;
    }
    
    
    .right
    {
    	float:										right;
    }
    
    
    /**
     * Members area
     */
    h3
    {
    	background:									url('./images/members_header.jpg') no-repeat;
    	float:										right;
    	height:										14px;
    	width:										529px;
    	overflow:									hidden;
    	padding:									15px 20px 15px 20px;
    	font:										normal 13px arial, tahoma, verdana, helvetica, sans-serif;
    }
    
    
    {
    	width:										218px;
    	float:										right;
    	list-style:									none;
    }
    
    
    	#sponsors .links, #sponsors .links a
    	{
    		color:									#4c4c4c;
    		text-decoration:						none;
    		text-align:								center;
    	}
    
    
    .memberstop
    {
    	float:										right;
    	width:										523px;
    	background:									url('./images/members_bg.jpg') repeat-y;
    	padding:									0 23px 0 23px;
    }
    
    
    	.newsbody p
    	{
    		padding:								10px 0 10px 0;
    	}
    
    
    .memberstop .etc
    {
    	padding:									0;
    }
    
    
    .memberstop ul
    {
    	margin:										0 0 0 10px;
    }
    
    
    	.etc a
    	{
    		color:									#bd5578;
    		font-weight:							bold;
    	}
    	
    	.etc span
    	{
    		float:									right;
    	}
    
    
    .membersbottom
    {
    	float:										right;
    	background:									url('./images/members_footer.png') no-repeat;
    	height:										38px;
    	width:										569px;
    	overflow:									hidden;
    	padding:									3px 0 0 0;
    }
    	
    	.membersbottom a
    	{
    		float:										right;
    		height:									37px;
    		width:									80px;
    		display:								block;
    		color:									#ffffff;
    		text-align:								center;
    		text-decoration:						none;
    		padding:								17px 0 0 0;
    		margin:									0 0 0 450px;
    		overflow:								hidden;
    	}
    	
    .membersbottomimg
    {
    	margin:										10px 10px 10px 0;
    }
    Toon Meer

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