sos. RAGAZZI NON RIESCO A CAPIRE PERCHE NEL TAG <DIV ID FOTTER MI SI VEDE IL NERO DEL BODY IN MOZZILLA IN IE NO E TUTTO NORMALE
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Rcwebagency</title>
<script type="text/javascript" src="script-javascript/flashobject.js"></script>
<SCRIPT TYPE="text/javascript" SRC="script-javascript/content.js"></SCRIPT>
<script src="script-javascript/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript">
_uacct = "UA-312115-1";
</script>
<script type="text/JavaScript" src="popup.js"> </script>
<script type="text/JavaScript">
<!--
document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function norightclick(e)
{ if (window.Event)
{ if (e.which == 2 || e.which == 3)
{ return false; }
}
else
{ if (event.button == 2 || event.button == 3)
{ event.cancelBubble = true
event.returnValue = false;
return false;
}
}
}
function nocontextmenu()
{ event.cancelBubble = true
event.returnValue = false;
return false;
}
//-->
</script>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="HAPedit 3.0">
<link href="stili-css/styil.css" rel="stylesheet" type="text/css">
</head>
<body <?php if(isset($error) && $error==1){echo 'onload="document.forms[0].scratch_submit.focus()"';} ?>>
<div id="container">
<div id="header">
<div id ="menu">
</p>
<p align="center" class="style1">Welcome to RcwebAgency .
We have detected that you do not have the Flash 6 player installed.
Please Click Here
to download the Flash plugin.</p>
<p align="center" class="style1">[img]player.gif[/img]
</div>
<script type="text/javascript">
var fo = new FlashObject("flash/banner.swf", "Menu", "990", "300", "false", "");
fo.addParam("quality", "high");
fo.addParam("menu", "false");
fo.write("menu");
</script>
</div>
<div id="navigation">
</div>
<div id="content">
<div class="contentform">
<form id="captchaForm" name="captchaForm" method="post" action="">
<div class="row">
</div>
<?php if($error == 1){ ?>
<p class="error">il codice inserito non è corretto !</p><?php } ?>
<div class="row">
</div>
<div class="row">
</div>
<div class="row">
</div>
<div class="row"><label for="name"><? echo NAME_IT_ ; ?> </label><input name="name" type="text" id="name" size="30" value="<?php if(isset($_POST['name'])){echo $_POST['name'];} ?>" /></div>
<div class="row"><label for="surname"><? echo COGNOME_IT_ ; ?> </label><input name="surname" type="text" id="surname" size="30" value="<?php if(isset($_POST['surname'])){echo $_POST['surname'];} ?>" /></div>
<div class="row"><label for="telephone"><? echo TEL_IT_ ; ?> </label><input name="telephone" type="text" id="telephone" size="30" value="<?php if(isset($_POST['telephone'])){echo $_POST['telephone'];} ?>" /></div>
<div class="row"><label for="sub"><? echo OGGETTO_IT_ ; ?></label><input name="sub" type="text" id="sub" size="30" value="<?php if(isset($_POST['sub'])){echo $_POST['sub'];} ?>" /></div>
<div class="row"><label for="email"><? echo EMAIL_IT_ ; ?></label><input type="text" name="email" size="30" value="<?php if(isset($_POST['email'])){echo $_POST['email'];} ?>" /> </div>
<div class="row"><label for="comments"><? echo MESSAGGIO_IT ; ?> </label><textarea name="comments" cols="23" rows="5" id="comments"><?php if(isset($_POST['comments'])){echo $_POST['comments'];} ?></textarea>
<div id ="infoutente">
<div class="row"><? echo "$ip";?></div>
<div class ="row"><? echo "$date" ?></div>
<div class="row">
</div>
<div class="clear"></div>
<div class="cpt">[img]phpcaptcha/captchaImage.php[/img]<input type="text" id="captcha_input" name="captcha_input" size="15" /></div>
<div class="inp" style="text-align:center"><label for="submit"></label><input type="submit" name="scratch_submit" id="scratch_submit" value="Send Form" /><label for="reset"></label><input type="reset" name="Reset" id="Reset" value="Reset" onClick="return resetta()"> </div>
</form>
</div>
<div class="power"><? echo _NOME_BOLD_ ; ?></div>
<div id="footer">Copyright © 2006-2007 By : <? echo POWERED_BY ; ?>All rights reserved
Note e informazioni legali</div>
</body>
</html>
codice:
/* CSS Document */
/*stili per il layout elastico*/
html,body{
background-color: #000000;
margin: 0;
padding:0;
}
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
font-weight: bold;
}
div#container{
width: 990px;
margin: 0 auto;
text-align: left;
border-top: 3px solid #dddddd;
border-left: 3px solid #dddddd;
border-right: 3px solid #dddddd;
border-bottom: 3px solid #dddddd;
}
menu{
font-family: Arial, Helvetica, sans-serif;
color: #0000FF;
width: 100%;
height:100%;
height:300px;
}
/*stili generici, su header e footer*/
div#header{
margin:auto;
width: 990px;
height:100%;
height:300px;
background-color:#003300;
border: none;
color: #0000FF;
}
h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}
h2{color: #999;font-size: 1.5em
}
div#footer{
margin:auto;
width: 990px;
text-align:center;
background-color: #eee;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
}
/*stili specifici per il layout*/
div#navigation{
background-color: #eee;
}
div#content{
width: 990px;
background-color: #eee;
}
.power{
margin:auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
font-weight: bold;
color: #6699CC;
background-attachment: fixed;
background-color: #333333;
width: 990px;
height:100px 22px;
}