Style CSS pour un menu html
alphx
Messages postés
3
Date d'inscription
Statut
Membre
Dernière intervention
-
ipl Messages postés 5723 Date d'inscription Statut Contributeur sécurité Dernière intervention -
ipl Messages postés 5723 Date d'inscription Statut Contributeur sécurité Dernière intervention -
Bonjour,
Voici mon pb. J'ai un menu en html (<select size="5">...) et je souhaiterais personnaliser la scroll bar de ce menu avec un style CSS.
Comment dois procéder ?
pour l'instant, j'ai çà (mais ca ne marche absolument pas...)
<select name="select" size="5" style="scrollbar-3dlight-color : #222222;scrollbar-arrow-color : #222222;scrollbar-darkshadow-color : #222222;scrollbar-face-color : #333333; scrollbar-highlight-color : #222222; scrollbar-shadow-color : #222222; scrollbar-track-color :#222222">';
Merci pour votre aide ,
Alphx
Voici mon pb. J'ai un menu en html (<select size="5">...) et je souhaiterais personnaliser la scroll bar de ce menu avec un style CSS.
Comment dois procéder ?
pour l'instant, j'ai çà (mais ca ne marche absolument pas...)
<select name="select" size="5" style="scrollbar-3dlight-color : #222222;scrollbar-arrow-color : #222222;scrollbar-darkshadow-color : #222222;scrollbar-face-color : #333333; scrollbar-highlight-color : #222222; scrollbar-shadow-color : #222222; scrollbar-track-color :#222222">';
Merci pour votre aide ,
Alphx
A voir également:
- Style CSS pour un menu html
- Style word - Guide
- Menu déroulant excel - Guide
- Nom pour facebook stylé - Guide
- Editeur html - Télécharger - HTML
- Canon quick menu - Télécharger - Utilitaires
3 réponses
Bonjour alphx, bonjour à tous,
Voici les paramètres du site AllHtml :
<body style="margin-left:0px;margin-right:0px;scrollbar-face-color:#330033;scrollbar-arrow-color:#ff9900;scrollbar-track-color: #5D3461;scrollbar-3dlight-color:#ccccff;scrollbar-darkshadow-color: #ccccff;" topmargin=4 bgcolor="#ffffff">
@12C4
Ipl
Voici les paramètres du site AllHtml :
<body style="margin-left:0px;margin-right:0px;scrollbar-face-color:#330033;scrollbar-arrow-color:#ff9900;scrollbar-track-color: #5D3461;scrollbar-3dlight-color:#ccccff;scrollbar-darkshadow-color: #ccccff;" topmargin=4 bgcolor="#ffffff">
@12C4
Ipl