Bonjour a tous,
J'ai un problème sur ma feuille e style, je voudrai rendre un fond opaque mais garder le texte les menu ect... normale.
Allez s'y en douceur car je n'y connait vraiment pas grand chose...
petite précision, qui j'epère ne détange pas j'utilise joomla.
pour voir de quoi je parle c'est ici: http://gpaandfriends.free.fr
Le morceau de la feuille de style concerné je pense:
Merci beaucoup!!
J'ai un problème sur ma feuille e style, je voudrai rendre un fond opaque mais garder le texte les menu ect... normale.
Allez s'y en douceur car je n'y connait vraiment pas grand chose...
petite précision, qui j'epère ne détange pas j'utilise joomla.
pour voir de quoi je parle c'est ici: http://gpaandfriends.free.fr
Le morceau de la feuille de style concerné je pense:
td,tr,p,div {<br>
font-family : Verdana, verdana, Helvetica, sans-serif;
font-size : 10px;
color : #666666;
line-height : 15px;
}
// tittler 3399FF //
// tekst 666666 //
// read on A2A9AF //
// hover 3399FF //
p, div {
font-family : Verdana, verdana, Helvetica, sans-serif;
font-size : 10px;
color : #666666;
line-height : 15px;
}
BODY {
scrollbar-face-color: 3399FF;
scrollbar-shadow-color: FFFFFF;
scrollbar-highlight-color:3399FF;
scrollbar-3dlight-color: 3399FF;
scrollbar-darkshadow-color: #3399FF;
scrollbar-track-color:3399FF;
scrollbar-arrow-color: #3399FF;
background: url(../images/bg.jpg) no-repeat;
}
hr {
background : #666666;
height : 1px;
width : 100%;
}
#mainlevel-nav {
margin : 0;
padding : 0;
}
#mainlevel-nav li {
background-image : none;
padding-left : 0;
list-style : none;
float : right;
margin : 0;
width : 15.5%;
font-size : 10px;
line-height : 20px;
white-space : nowrap;
text-indent : 15px;
}
BODY {
margin : 0;
background-color : #ffffff;
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity: 0.8;
}
color : #666666;
font-family : verdana, Verdana, serif;
background: url(../images/bg.jpg) no-repeat;
}
td, tr, p, div {
font-family : verdana, Verdana, serif;
font-size : 10px;
color : #666666;
Merci beaucoup!!