Créer un div immobile
Fermé
zecka
Messages postés
115
Date d'inscription
samedi 16 février 2008
Statut
Membre
Dernière intervention
2 décembre 2015
-
9 janv. 2009 à 10:34
zecka Messages postés 115 Date d'inscription samedi 16 février 2008 Statut Membre Dernière intervention 2 décembre 2015 - 10 janv. 2009 à 02:06
zecka Messages postés 115 Date d'inscription samedi 16 février 2008 Statut Membre Dernière intervention 2 décembre 2015 - 10 janv. 2009 à 02:06
A voir également:
- Créer un div immobile
- Créer un compte gmail - Guide
- Créer un compte google - Guide
- Créer un groupe whatsapp - Guide
- Créer un compte instagram sur google - Guide
- Comment creer un pdf - Guide
2 réponses
pitxu
Messages postés
689
Date d'inscription
vendredi 7 septembre 2007
Statut
Membre
Dernière intervention
25 mars 2015
94
9 janv. 2009 à 10:37
9 janv. 2009 à 10:37
il me semble qu'il faut non seulement le mettre en position:absolute mais aussi scrollbar:no et overflow:hidden, à tester ;)
zecka
Messages postés
115
Date d'inscription
samedi 16 février 2008
Statut
Membre
Dernière intervention
2 décembre 2015
28
9 janv. 2009 à 11:18
9 janv. 2009 à 11:18
Ca ne change toujours rien
c'est sur le div navigu que je veu appliquer cela
ma css:
@charset "UTF-8";
/* CSS Document */
* {
margin: 0px;
padding: 0px;
}
#wrapper {
width: 1000px;
margin-right: auto;
margin-left: auto;
background-image: url(image/fond.png);
background-repeat: no-repeat;
position: absolute;
left: auto;
right: auto;
}
#contenair {
width: 1000px;
margin-right: auto;
margin-left: auto;
}
#Header {
width: 649px;
float: right;
}
#content {
float: right;
width: 649px;
background-color: #418722;
}
#navigu {
top: 338px;
left: 65px;
position: absolute;
height: 12px;
width: auto;
font-family: Impact, Arial, Helvetica, sans-serif;
font-size: 30pt;
line-height: 23pt;
scrollbar: no;
overflow:hidden
}
#navigu a {
color: #000000;
text-decoration: none;
}
#navigu a:hover {
color: #418722;
text-decoration: none;
}
#footer {
clear: both;
}
.classe_transparente {
filter:alpha(opacity=74);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
c'est sur le div navigu que je veu appliquer cela
ma css:
@charset "UTF-8";
/* CSS Document */
* {
margin: 0px;
padding: 0px;
}
#wrapper {
width: 1000px;
margin-right: auto;
margin-left: auto;
background-image: url(image/fond.png);
background-repeat: no-repeat;
position: absolute;
left: auto;
right: auto;
}
#contenair {
width: 1000px;
margin-right: auto;
margin-left: auto;
}
#Header {
width: 649px;
float: right;
}
#content {
float: right;
width: 649px;
background-color: #418722;
}
#navigu {
top: 338px;
left: 65px;
position: absolute;
height: 12px;
width: auto;
font-family: Impact, Arial, Helvetica, sans-serif;
font-size: 30pt;
line-height: 23pt;
scrollbar: no;
overflow:hidden
}
#navigu a {
color: #000000;
text-decoration: none;
}
#navigu a:hover {
color: #418722;
text-decoration: none;
}
#footer {
clear: both;
}
.classe_transparente {
filter:alpha(opacity=74);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
zecka
Messages postés
115
Date d'inscription
samedi 16 février 2008
Statut
Membre
Dernière intervention
2 décembre 2015
28
10 janv. 2009 à 02:06
10 janv. 2009 à 02:06
up