Hi,
Suite à mes # posts , j'ai réalisé mon site actuel en frameset ici en css & javascrit pour ouvrir mes créations façon zoom ...
Néanmoins j'ai un problème je ne sais pas comment faire afin que le corps de l'affichage se place automatiquement au centre du navigateur ?
voilà mon fichier css et corps de l'affichage est #page
body
{
background-color: black;
text-align: left;
margin: 0
}
#page
{
background-color : #000;
font-size: 11px;
font-family: Verdana, Geneva, Arial, sans-serif;
line-height: 14px;
background-image: url(images/fondacceuil.png);
text-align: left;
visibility: visible;
// margin-top: 20px;
// margin-right: auto;
// margin-left: auto;
margin: auto;
position: relative;
width: 850px;
height: 600px
}
#tete
{
position: relative;
height: 39px
}
#menu
{
color: black;
position: relative;
background-image: url(images/barrebouton.png);
height: 29px;
text-align: right;
font-size: 10px;
line-height: 29px;
letter-spacing: 4px
}
a
{
color: black;
text-decoration: none
}
a:hover
{
color: white;
font-size: 1.25em;
font-weight: bold;
letter-spacing: 2px;
text-decoration: none
}
p
{
color: white;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Geneva, Arial, sans-serif;
line-height: 15px
}
#contenu
{
position: relative;
height: 472px
}
#surgalerie
{
position: relative;
background-image: url(images/surgalerie.png);
height: 47px
}
#choixgalerie
{
background-color: black;
position: relative;
width: 850px;
height: 305px;
overflow: auto
}
#sousgalerie
{
position: relative;
background-image: url(images/sousgalerie.png);
height: 120px
}
#bas
{
position: relative;
height: 10px
}
Suite à mes # posts , j'ai réalisé mon site actuel en frameset ici en css & javascrit pour ouvrir mes créations façon zoom ...
Néanmoins j'ai un problème je ne sais pas comment faire afin que le corps de l'affichage se place automatiquement au centre du navigateur ?
voilà mon fichier css et corps de l'affichage est #page
body
{
background-color: black;
text-align: left;
margin: 0
}
#page
{
background-color : #000;
font-size: 11px;
font-family: Verdana, Geneva, Arial, sans-serif;
line-height: 14px;
background-image: url(images/fondacceuil.png);
text-align: left;
visibility: visible;
// margin-top: 20px;
// margin-right: auto;
// margin-left: auto;
margin: auto;
position: relative;
width: 850px;
height: 600px
}
#tete
{
position: relative;
height: 39px
}
#menu
{
color: black;
position: relative;
background-image: url(images/barrebouton.png);
height: 29px;
text-align: right;
font-size: 10px;
line-height: 29px;
letter-spacing: 4px
}
a
{
color: black;
text-decoration: none
}
a:hover
{
color: white;
font-size: 1.25em;
font-weight: bold;
letter-spacing: 2px;
text-decoration: none
}
p
{
color: white;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Geneva, Arial, sans-serif;
line-height: 15px
}
#contenu
{
position: relative;
height: 472px
}
#surgalerie
{
position: relative;
background-image: url(images/surgalerie.png);
height: 47px
}
#choixgalerie
{
background-color: black;
position: relative;
width: 850px;
height: 305px;
overflow: auto
}
#sousgalerie
{
position: relative;
background-image: url(images/sousgalerie.png);
height: 120px
}
#bas
{
position: relative;
height: 10px
}