Forum Moderators: not2easy
#header {background: no-repeat url('headerback.png'); background-repeat: repeat-y; background-color: #000000; padding-bottom:2em;}
#footer
{
clear: both;
font-size:8pt;
font-style:italic;
text-align:center;
}
#nav
{
background: url('navbar.png');
width: 100%;
height: 44px;
float:left;
}
#content
{
background: url('flag.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-position: 50% 80%;
font-size:14pt;
}
...
@media only screen and (min-device-width : 960px) and (max-device-width : 1024px) and (orientation : portrait)
{
.notetext
{
width:75%;
}
#tower
{
width:20%;
}
}
min-device-width : min-width: (max-width: 1024px) { (max-width: 960px) {