Results 1 to 2 of 2

Thread: How i can change div's with F5!

  1. #1
    Corporal STAUFFi's Avatar
    Join Date
    Aug 2012
    Location
    Germany
    Posts
    269
    Thanks
    106
    Thanked 128 Times in 83 Posts

    How i can change div's with F5!

    Hey Guys i want change some themes with F5.
    my css are
    Code:
    div#container2
    {
    	background:url('images/background_3.png'); 
    	background-repeat:no-repeat; 
    	background-position:center 0; 
    	width:800px; 
    	height:700px; 
    	position: relative;
    	margin-top: 0px;
    	margin-left: auto;
    	margin-right: auto;
    	margin-bottom:0px;
    	text-align: left;
    	overall:hidden; 
    }
    i will change container 1 with 2 with 3 with 4 ....
    need help.
    you can see this fail here www.me-ts.pl ( You must wait 6 seconds )
    Last edited by STAUFFi; 2nd January 2014 at 17:26.

  2. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Ctrl-U on that site:

    PHP Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

    <meta http-equiv="Content-Language" content="pl">

    <title>ME-TS.PL - Serwer teamspeak 3</title>

    <meta http-equiv="imagetoolbar" content="no">
    <link rel="stylesheet" href="style.css">

    <head>
    </head>
    <body>
    <div id="container<?php echo rand(0,4); ?>" class="container">
    </div>
    </body>
    </html>
    Enable PHP lol
    timescale 0.01

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •