PDA

View Full Version : How i can change div's with F5!



STAUFFi
2nd January 2014, 17:15
Hey Guys i want change some themes with F5.
my css are

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 )

kung foo man
2nd January 2014, 23:29
Ctrl-U on that site:



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