• 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. (X)HTML + XML + CSS

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

  • 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
  • Meerdere mafia game template te koop

    Syntax 16 februari 2026 om 13:34

Content groter

  • SaintsRow
  • 22 augustus 2010 om 13:35
  • SaintsRow
    Student
    Berichten
    81
    • 22 augustus 2010 om 13:35
    • #1

    Hallo,

    Ik heb gister Gamoking gedownload, en heb er al een aantal buggs van gefixt.
    Alleen nu heb ik 1 probleem ik wil graag mijn content groter maken, en de menu`s meer naar de zijkant.
    Alleen kom ik daar niet helemaal uit, mijn css kennis ligt niet erg hoog, en hoop dat ik hieruit weer wat meer kan leren.

    Voorbeeld:


    Css:

    PHP
    .gb {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    width:100%;
    }
    
    
    .gb td, .gb tr, .gb p, .gb div {
    background-color:#DDE6EB;
    color:#000000;
    font-family:Verdana;
    font-size:11px;
    padding-bottom:2px;
    }
    
    
    .gbinfo {
    background:#333333 url(center_header_bg.gif) repeat scroll left top;
    border-bottom:1px solid #000000;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    height:42px;
    text-align:center;
    text-transform:uppercase;
    width:100%;
    }
    
    
    .nav_left
    {
    	width: 3px;
    	height: 45px;
    	background: url(nav_left.gif) no-repeat;
    	float: left;
    }
    .nav_holder
    {
    	width: 958px;
    	height: 45px;
    	background: url(nav_bg.gif) repeat-x;
    	float: left;
    }
    .nav_right
    {
    	width: 3px;
    	height: 45px;
    	background: url(nav_right.gif) no-repeat;
    	float: right;
    	margin: 0 0 4px 0;
    }
    #navigation
    {
    	font-size: 13px;
    	font-weight: bold;
    	text-transform: uppercase;
    	list-style: none;
    	margin: 0; padding: 0;
    }
    #navigation li
    {
    	float: left;
    }
    #navigation li a
    {
    	color: #fff;
    	line-height: 45px;
    	padding: 0 20px 0 20px;
    	display: block;
    	text-align: center;
    }
    	#navigation li a:hover
    	{
    		background: url(nav_bg.gif) repeat-x 0 -45px;
    		color: #fff;
    		text-decoration: none;
    	}
    
    
    
    
    @import 'nav.css'; /* This imports the navigation for the top of the template, DO NOT remove this! /*
    
    
    /* layout
    ----------------------------------------------- */
    
    
    body
    {
    	font-family: Verdana;
    	font-size: 10px;
    	color: #000;
    	background: #1e292d url(bg.gif) repeat-x;
    	margin: 0; padding: 15px 0 0 0;
    }
    div#container
    {
    	width: 964px;
    	margin: 0 auto;
    	background: #fff;
    	overflow: auto;
    }
    div#banner
    {
    	width: 944px;
    	height: 140px;
    	padding: 5px 5px 5px 5px;
    	background: url(header.png) no-repeat;
    	margin: 0 auto;
    	clear: both;
    }
    div#content
    {
    	width: 954px;
    	margin: 0 auto;
    	padding: 5px 0 0 0;
    	clear: both;
    }
    	div#left
    	{
    		width: 160px;
    		float: left;
    	}
    	div#center
    	{
    		width: 550px;
    		float: left;
    		margin: 0 0 0 5px;
    	}
    	div#right
    	{
    		width: 160px;
    		float: right;
    	}
    .side_header
    {
    	font-size: 13px;
    	text-transform: uppercase;
    	color: #fff;
    	font-weight: bold;
    	width: 150px;
    	height: 42px;
    	line-height: 42px;
    	padding: 0 0 0 10px;
    	background: url(side_header_bg.gif) no-repeat;
    }
    .side_content_menu
    {
    	width: 158px;
    	border-left: 1px solid #769dae;
    	border-right: 1px solid #769dae;
    	border-top: 1px solid #769dae;
    	background: #dde6eb;
    	margin: 0 0 10px 0;
    }
    	.side_content_menu img
    	{
    		padding-left: 5px;
    		padding-top: 2px;
    	}
    .side_content
    {
    	width: 150px;
    	padding: 10px;
    	border: 1px solid #769dae;
    	background: #dde6eb;
    	margin: 0 0 10px 0;
    	overflow: auto;
    }
    .search_input_left
    {
    	width: 4px;
    	height: 25px;
    	background: url(search_input_left.gif) no-repeat;
    	float: left;
    }
    	.search_input
    	{
    		font-family: Verdana;
    		width: 107px;
    		height: 21px;
    		padding: 4px 3px 0 0;
    		background: url(search_input.gif) repeat-x;
    		border: 0;
    		float: left;
    	}
    		.search_submit
    		{
    			cursor: pointer;
    			width: 50px;
    			height: 25px;
    			background: url(search_button.gif) no-repeat;
    			border: 0;
    			float: left;
    		}
    .center_header
    {
    	font-size: 13px;
    	color: #fff;
    	text-transform: uppercase;
    	font-weight: bold;
    	width: 530px;
    	height: 42px;
    	line-height: 42px;
    	padding: 0 0 0 10px;
    	background: url(center_header_bg.gif) no-repeat;
    }
    	.center_content
    	{
    		width: 538px;
    		background: #dde6eb;
    		border: 1px solid #749eae;
    		margin: 0 0 10px 0;
    	}
    	.center_post_img
    	{
    		width: 533px;
    		border-top: 1px solid #fff;
    		border-bottom: 1px solid #749eae;
    		padding: 4px 0 4px 5px;
    	}
    		.center_post_img img
    		{
    			display: block;
    		}
    	.news_post
    	{
    		width: 531px;
    		padding: 7px 0 0 7px;
    		background: url(content_post_bg.gif) top repeat-x;
    		line-height: 14px;
    	}
    		.news_post p
    		{
    			margin: 0; padding: 8px 0 8px 0;
    		}
    div#site_footer
    {
    	text-align: right;
    	width: 954px;
    	height: 20px;
    	padding: 0 10px 0 0;
    	background: url(site_footer.gif) no-repeat;
    	clear: both;
    }
    	div#site_footer a
    	{
    		text-decoration: underline;
    	}
    	div#site_footer a:hover
    	{
    		text-decoration: none;
    	}
    div#footer
    {
    	width: 880px;
    	height: 47px;
    	padding: 0 0 0 80px;
    	margin: 0 auto;
    }
    	div#footer a
    	{
    		margin: 0 75px 0 0;
    		float: left;
    	}
    .heightfix
    {
    	height: 1%;
    	width: 1%;
    	display: none;
    }
    
    
    /* side lists
    ----------------------------------------------- */
    
    
    .list_side
    {
        text-align: left;
    	list-style: none;
    	margin: 0; padding: 0;
    }
    .list_side li
    {
        text-align: left;
    	border-bottom: 1px solid #769dae;
    	background: url(side_list_bg.gif) repeat-x;
    	line-height: 22px;
    	height: 22px;
    }
    .list_side a
    {
    	text-align: left;
    	color: #161e21;
    	padding: 0 0 0 6px;
    	text-decoration: none;
    }
    	.list_side a:hover
    	{
    		text-align: left;
    		color: #161e21;
    		text-decoration: underline;
    	}
    
    
    #nobg {
    height: 100%;
    }
    
    
    /* colours, typography & links
    ----------------------------------------------- */
    
    
    a
    {
    	color: #000;
    	text-decoration: none;
    }
    a:hover
    {
    	color: #000;
    	text-decoration: underline;
    }
    span.posted
    {
    	font-size: 11px;
    }
    
    
    /* misc
    ----------------------------------------------- */
    
    
    form, input, textarea, h1
    {
    	margin: 0; padding: 0;
    }
    a img
    {
    	border: 0;
    }
    Toon Meer

    Ik hoop dat iemand me verden kan helpen.
    Alvast bedankt.

    Mvg,
    Henk

  • Guest, wil je besparen op je domeinnamen? (ad)
  • Mokerr
    Webspetter.nl
    Berichten
    601
    • 22 augustus 2010 om 13:38
    • #2

    Volgensmij moet je de frame vergroten.

    *

  • SaintsRow
    Student
    Berichten
    81
    • 22 augustus 2010 om 14:29
    • #3

    En hoe doe ik dat:$?
    Heb net even gezocht maar kan het niet vinden

  • Superior
    Master
    Berichten
    1.947
    • 22 augustus 2010 om 14:31
    • #4

    index.php

    Staat een width & height als het goed is, die moet je aanpassen om hem groter te krijgen.

  • SaintsRow
    Student
    Berichten
    81
    • 22 augustus 2010 om 14:56
    • #5

    Zit nou in de index en pas het aan, komt alleen geen verschil.

    PHP
    google_ad_width = 125;
    google_ad_height = 125;
  • mafiabase
    Professional
    Berichten
    793
    • 22 augustus 2010 om 15:01
    • #6

    Mag ik de link van de website?

  • SaintsRow
    Student
    Berichten
    81
    • 22 augustus 2010 om 15:01
    • #7

    http://crimewish.nl

  • mafiabase
    Professional
    Berichten
    793
    • 22 augustus 2010 om 15:05
    • #8
    PHP
    .list_side li
    {
        text-align: left;
        border-bottom: 1px solid #769dae;
        background: url(side_list_bg.gif) repeat-x;
        line-height: 22px;
        height: 22px;
    }
  • SaintsRow
    Student
    Berichten
    81
    • 22 augustus 2010 om 15:31
    • #9

    Als ik dat verander word alleen het menu langer?

  • Superior
    Master
    Berichten
    1.947
    • 22 augustus 2010 om 15:54
    • #10
    PHP
    .center_header
    {
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        width: 530px;
        height: 42px;
        line-height: 42px;
        padding: 0 0 0 10px;
        background: url(center_header_bg.gif) no-repeat;
    }
        .center_content
        {
            width: 538px;
            background: #dde6eb;
            border: 1px solid #749eae;
            margin: 0 0 10px 0;
        }
        .center_post_img
        {
            width: 533px;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #749eae;
            padding: 4px 0 4px 5px;
        }
            .center_post_img img
            {
                display: block;
            }
        .news_post
        {
            width: 531px;
            padding: 7px 0 0 7px;
            background: url(content_post_bg.gif) top repeat-x;
            line-height: 14px;
        }
            .news_post p
            {
                margin: 0; padding: 8px 0 8px 0;
            }
    Toon Meer

    Die moet je aanpassen.

    Die GoogleAds is dus niet van jou maar van Google dus die aanpassen heeft geen zin.

  • SaintsRow
    Student
    Berichten
    81
    • 22 augustus 2010 om 19:41
    • #11

    Content groter maken is me nu gelukt, alleen nu moeten de menu`s meer naar de zeikanten toe..
    Content moest trouwens wel in de index, excuses.. zat verkeerd te kijken :$
    Menu moet wel via css, maar kom er niet helemaal uit

  • Nillas
    NJMedia
    Berichten
    1.106
    • 23 augustus 2010 om 01:13
    • #12

    Misschien moet je de width iets kleiner maken?

  • sander-301
    Intermediate
    Berichten
    156
    • 23 augustus 2010 om 04:06
    • #13

    nee dat moet juist breder, zodat er meer ruimte komt

    De morgenstond heeft goud in den mond.

Participate now!

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

Maak een account aan Login

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