sto seguendo con attenzione la lettura dell argomento , ma ho qualche problema .
ho provato ad impostare una grafia 800 x 600 ma deovo scorrere sempre la barra orizontale , e non cambia nada.
voglio un attimo postare il codex , per vederlo assieme.
codice:
</head>
<body>
<div id="container">
<div id="head"></div>
<?php include("menu.php"); ?>
<div id="page">
<div id="navigatore">ciao</div>
</div>
<?php include("footer.php"); ?>
</div>
</body>
codice:
body {
text-align: center; /*centra in IE 5.x */
background-repeat: repeat-x;
background-color: #FFFFFF;
margin-top: 0;
background-image: url(../images/background.jpg);
font-family: "Trebuchet MS", "Tw Cen MT";
background-attachment: fixed;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding-top: 0;
padding-right: 0px;
padding-bottom: 0;
padding-left: 0px;
}
#container{
width: 938px; /*centra negli altri browsers*/
text-align: left; /*ripristina l' allineamento*/
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
#head {
height: 89px;
width: 937px;
margin-right: auto;
margin-left: auto;
}
.jqueryslidemenu{
width: 100%;
background-image: url(../images/mainmenu.gif);
height: 28px;
margin-right: auto;
margin-left: auto;
background-repeat: no-repeat;
font-family: "Trebuchet MS", "Tw Cen MT";
font-size: 1em;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
}......altro riguardante il menu javascript
#page {
height: 450px;
width: 100%;
margin-right: auto;
margin-left: auto;
background-color: #FFFFFF;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #000000;
border-left-color: #000000;
}
#page #navigatore {
height: 80px;
width: 99%;
margin: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #DCBB48;
}
#footer {
width: 100%;
margin-right: auto;
margin-left: auto;
height: 100px;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #000000;
border-left-color: #000000;
background-image: url(../images/background_footer.jpg);
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
background-repeat: repeat-x;
background-position: bottom;
background-color: #FFFFFF;
}
spero ri riuscire a trovare una solluzione