codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Homepage - omesso</title>
<link rel="stylesheet" type="text/css" href="http://minecraftjg.altervista.org/stile.css" />
</head>
<body>
<div id="main">
<div id="header">
<h1>istintodelcalcio</h1>
</div>
<div id="col-centr">
<div id="video">
<div id="title">nome omesso - 2012/2013</div>
<iframe width="853" height="480" src="link omesso" frameborder="0"></iframe>
</div>
</div>
</div>
</body>
</html>
css:
codice:
body {
margin:0;
background-color:#999;
}
#header {
width: 100%;
background-image: -ms-linear-gradient(top, #717171 0%, #000000 100%);
background-image: -moz-linear-gradient(top, #717171 0%, #000000 100%);
background-image: -o-linear-gradient(top, #717171 0%, #000000 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #717171), color-stop(1, #000000));
background-image: -webkit-linear-gradient(top, #717171 0%, #000000 100%);
background-image: linear-gradient(to bottom, #717171 0%, #000000 100%);
}
#header h1 {
width:100%;
font-size:72px;
font-weight:normal;
color:#fff;
font-family:Verdana, Geneva, sans-serif;
text-align: center;
margin:0;
}
#col-centr {
width:960px;
margin: 0 auto;
padding: 10px;
background:#fff;
}
#video {
width:853px;
margin: 0 auto;
padding: 10px;
background:#ccc;
border-radius: 10px;
}
#title {
font-family:Verdana, Geneva, sans-serif;
text-align:center;
margin: 0 0 10px 0;
padding: 5px;
background:#fff;
border-radius: 5px;
text-shadow: 1px 1px 1px #000;
}
con Explorer non vedo alcun colore di sfondo su header