changer la couleur de la barre de défilement ? [HTML] - Programmation
Marsh Posté le 25-11-2001 à 16:35:24
http://forum.hardware.fr/forum2.php3?post=1308&cat=10
j'ai pas essayé, tu me diras si ça marche ok (le truc que Djero dit)
Marsh Posté le 25-11-2001 à 16:40:19
euh je suis un peut nul, comment on fait une feuille de style ?
Marsh Posté le 25-11-2001 à 16:48:17
t'inquiètes, moi non plus je sais pas comment ça marche, par contre, j'ai un bon dossier de favoris et voilà ce que j'ai trouvé en 25 secondes :
- http://www.allhtml.com/css/css45.php
- http://www.commentcamarche.net/html4/position.php3
[edtdd]--Message édité par z0rglub--[/edtdd]
Marsh Posté le 25-11-2001 à 17:04:29
et comment ça sincère dans une page html ?
avec dreamweaver ? g honte
a+ et merci pour les liens
Marsh Posté le 25-11-2001 à 17:08:01
[code]<html>
<head>
<title>Smiley noir</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<STYLE TYPE="text/css">
BODY {
scrollbar-face-color: #000000;
scrollbar-shadow-color: #484747;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #CFCCCC;
scrollbar-arrow-color: #FFFFFF;
}
</STYLE>
<div align="center">
<p><font size="7"><b>LE NOIR CAI BIENG ! </b></font></p>
<p> </p>
<p> </p>
</div>
</body>
</html>
[edtdd]--Message édité par Chubaca--[/edtdd]
Marsh Posté le 25-11-2001 à 17:14:36
Chubaca a écrit a écrit : [code]<html> <head> <title>Smiley noir</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> <STYLE TYPE="text/css"> BODY { scrollbar-face-color: #000000; scrollbar-shadow-color: #484747; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #CFCCCC; scrollbar-arrow-color: #FFFFFF; } </STYLE> <div align="center"> <p><font size="7"><b>LE NOIR CAI BIENG ! </b></font></p> <p> </p> <p> </p> </div> </body> </html> |
Marsh Posté le 25-11-2001 à 17:24:46
ReplyMarsh Posté le 25-11-2001 à 17:48:51
c bien gentil ça...
mais les trucs qui passent que sur IE...
enfin ce que j'en dis moi...
Marsh Posté le 25-11-2001 à 16:23:40
j'ai fait une recherche mais j'ai rien trouvé
sur certains sites la barre de défilement a une couleur qui s'integre au design du site
comment faut faire