• 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. PHP + SQL

Forum

  • 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
  • Partner Gezocht om meerdere NFT Collecties op Open Sea te Plaatsen

    NFT Art Designer 1 maart 2025 om 14:08

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

Plaatje op de achtergrond niet centraal

  • peetduck
  • 6 januari 2010 om 21:02
  • Closed
  • peetduck
    Intermediate
    Ontvangen Reacties
    1
    Berichten
    178
    • 6 januari 2010 om 21:02
    • #1

    Hallo Cp'ers,

    Heb een script en daar achter wil ik graag een plaatje hebben. Daar gebruik ik de code voor:

    PHP
    <style type="text/css"> 
    body{
    background: #000 url("images/bg.png"); 
    
    
    background-position: center;
    background-repeat: no-repeat;
    }
    body,td,th {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 10px;
    	color: #FFFFFF;
    }
    </style>
    Toon Meer

    Alleen nu word alleen de onderkant van het plaatje geladen:

    Link: http://www.crimepassion.nl/poker/faq.php
    plaatje link: http://www.crimepassion.nl/poker/images/bg.png

    LET OP HIER GAAT HET NIET OM RECLAME OF DAT JE AANMELD ALLEEN OM HULP!

    Alvast bedankt!

    Mvg,

    Peetduck

    Lets PHP(L)

  • Guest, wil je besparen op je domeinnamen? (ad)
  • Bever
    Professional
    Berichten
    627
    • 6 januari 2010 om 21:06
    • #2

    mischien omdat je er overheen weer een andere kleur overheen hebt gezet? Dat waar je text in staat staat over de blackground heen volgens mij.

  • Db-maffia
    Professional
    Berichten
    1.356
    • 6 januari 2010 om 21:09
    • #3
    PHP
    body{
    background: #000 url("images/bg.png"); 
    margin: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    }

    misschien?

    Project Maffiadeluxe.nl

  • peetduck
    Intermediate
    Ontvangen Reacties
    1
    Berichten
    178
    • 6 januari 2010 om 21:09
    • #4

    Heb de backgrond color weggehaald en blijft gewoon zo staan.

    Lets PHP(L)

  • Bever
    Professional
    Berichten
    627
    • 6 januari 2010 om 21:29
    • #5

    Bij mij staat hij gewoon goed hoor alleen heb jij er nog een vak overheen staan met text er in

  • peetduck
    Intermediate
    Ontvangen Reacties
    1
    Berichten
    178
    • 6 januari 2010 om 21:31
    • #6

    Welke browser gebruik je?

    Edit:

    Hmm maf:

    Firefox, geeft hij gek weer.
    IE, doet het menu niet maar geeft wel goed weer.
    Chrome: Geeft hem goed weer alleen is de tekst weer in de top.

    Lets PHP(L)

  • Bever
    Professional
    Berichten
    627
    • 6 januari 2010 om 22:43
    • #7

    Ik gebruik Chrome

  • Kabling
    Ex-moderator
    Berichten
    355
    • 7 januari 2010 om 08:42
    • #8
    PHP
    body{
    background: #000 url("images/bg.png") no-repeat center;
    margin: 0 auto; 
    }


    Misschien is dit een idee hoe je het neer kunt zetten.
    Weet niet of je het al gemaakt hebt.

  • peetduck
    Intermediate
    Ontvangen Reacties
    1
    Berichten
    178
    • 9 januari 2010 om 15:42
    • #9

    Kabling, Heb jou code nu op faq staan en nog steeds blijft hij het zelfde!:(

    Zal de script wel even posten:

    PHP
    <? 
    require('includes/gen_inc.php'); 
    ?>
    <html>
    <head>
    <title><? echo TITLE; ?></title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="css/poker.css" type="text/css">
    <script language="JavaScript" type="text/JavaScript" src="js/lobby.php"></script>
    </head>
    <style type="text/css"> 
    body{
    background: #000 url("images/bg.png") no-repeat center;
    margin: 0 auto; 
    }
    </style>
    
    
    <body text="#CCCCCC" >
    <table width="772" border="0" cellspacing="0" cellpadding="2" align="center" bgcolor="#1B1B1B">
      <tr> 
        <td valign="top" bgcolor="#333333"> 
          <table width="100%" border="0" cellspacing="0" cellpadding="1">
            <tr> 
              <td> 
                <? require('includes/scores.php'); ?>
              </td>
            </tr>
            <tr> 
              <td> 
                <table border="0" cellspacing="0" cellpadding="1" width="98%" class="smllfontpink" align="center" height="55">
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('index.php')" class="hand"> 
                    <td> 
                      <? echo MENU_HOME; ?>
                    </td>
                  </tr>
                  <? if (($valid == false) && (MEMMOD == 0)){ ?>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('login.php')" class="hand"> 
                    <td> 
                      <? echo MENU_LOGIN; ?>
                    </td>
                  </tr>
                  <? } ?>
                  <? if ($valid == false){ ?>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('create.php')" class="hand"> 
                    <td> 
                      <? echo MENU_CREATE; ?>
                    </td>
                  </tr>
                  <? } ?>
                  <? if ($valid == true){ ?>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('lobby.php')" class="hand"> 
                    <td> 
                      <? echo MENU_LOBBY; ?>
                    </td>
                  </tr>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('rankings.php')" class="hand"> 
                    <td> 
                      <? echo MENU_RANKINGS; ?>
                    </td>
                  </tr>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('myplayer.php')" class="hand"> 
                    <td> 
                      <? echo MENU_MYPLAYER; ?>
                    </td>
                  </tr>
                  <? } ?>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('rules.php')" class="hand"> 
                    <td> 
                      <? echo MENU_RULES; ?>
                    </td>
                  </tr>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('faq.php')" class="hand"> 
                    <td> 
                      <? echo MENU_FAQ; ?>
                    </td>
                  </tr>
                  <? if ($ADMIN == true){ ?>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('admin.php')" class="hand"> 
                    <td> 
                      <? echo MENU_ADMIN; ?>
                    </td>
                  </tr>
                  <? } ?>
                  <? if (($valid == true) && (MEMMOD != 1)){ ?>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('index.php?action=logout')" class="hand"> 
                    <td>
                      <? echo MENU_LOGOUT; ?>
                    </td>
                    <? } ?>
                </table>
              </td>
            </tr>
          </table>
        </td>
        <td width="650" class="fieldsethead" valign="top" height="100%"> 
          <table width="100%" border="0" cellspacing="0" cellpadding="3">
            <tr> 
              <td bgcolor="#333333"><b><font size="3"><i><? echo FAQ; ?></i></font></b> 
              </td>
            </tr>
          </table>
          <table width="100%" border="0" cellspacing="0" cellpadding="4">
            <tr> 
              <td class="smllfontwhite" colspan="2"><b><font color="#FFCC33">How do 
                I change my avatar?</font></b></td>
            </tr>
            <tr> 
              <td class="smllfontwhite" colspan="2">In the main lobby screen click 
                the edit character link to change your avatar or upload a custom avatar. 
                Custom avatars must be in jpg image format and less than 250kb in 
                size.</td>
            </tr>
            <tr> 
              <td class="smllfontwhite" colspan="2"><b><font color="#FFCC33">What 
                is the Move Timer?</font></b></td>
            </tr>
            <tr> 
              <td class="smllfontwhite" colspan="2">The move timer ensures that smooth 
                table play continues by auto folding or dealing hands if a player 
                does not take their turn within the time limit set by the site administrator. 
                If a player repeatedly fails to take their turn they will be kicked 
                off the table and any money left in their pot will be added back on 
                to their total bankroll.</td>
            </tr>
            <tr> 
              <td class="smllfontwhite" colspan="2"><b><font color="#FFCC33">Why did 
                I get kicked from a game?</font></b></td>
            </tr>
            <tr> 
              <td class="smllfontwhite" colspan="2">Players are automatically kicked 
                if they repeadedly fail to take their turn and the game has to auto 
                move them or if they lose connection from the table for more than 
                the allowed time. The lengths of time are variable as they are set 
                by the site administrator.</td>
            </tr>
            <tr>
              <td class="smllfontwhite" colspan="2"><b><font color="#FFCC33">My player 
                is broke, what now?</font></b></td>
            </tr>
            <tr> 
              <td class="smllfontwhite" colspan="2">If the site administrator has 
                enabled the option, you can renew your initial game credits by clicking 
                the renew button on your &quot;My Player&quot; page.</td>
            </tr>
            <tr> 
              <td class="smllfontwhite" colspan="2">&nbsp;</td>
            </tr>
          </table>
          </td>
      </tr>
    </table>
    <p>&nbsp; </p>
    </body>
    </html>
    Toon Meer

    Misschien is dit nu duidelijker! Misschien vind iemand nu ook gelijk waarom hij de index in IE niet laat werken

    Lets PHP(L)

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

Gebruikers die dit topic bekijken

  • 1 Gasten
  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