Avis aux pro de la feuille de style .css..... HELP !!!

Avis aux pro de la feuille de style .css..... HELP !!! - Programmation

Marsh Posté le 17-12-2001 à 12:14:25    

Nous developpons au taff un nouveau site intranet.  
 
Je voudrais savoir si il est possible d'appliquer l'effet "bordure plate" visble chez microsoft dans le champ "recherche" (http://www.microsoft.com/france/ms.htm) dans un champ de bande déroulante.  
 
En effet, cet effet me pause aucun probleme sur les champs simples de texte, mais sur une bande déroulante, je n'y arrive pas.  
 
Avez vous la solution ?  
 
Merci

 

[edtdd]--Message édité par syntaxx_error--[/edtdd]

Reply

Marsh Posté le 17-12-2001 à 12:14:25   

Reply

Marsh Posté le 17-12-2001 à 12:30:01    

c'est quoi la syntaxe que tu utilises?
 
j'ai pas testé sur les list et select mais sinon j'utilise ca:
 
INPUT {
 border : 1px solid Black;
}

Reply

Marsh Posté le 17-12-2001 à 12:52:35    

la syntaxe de gizmo me parait mieux

Reply

Marsh Posté le 17-12-2001 à 12:53:09    

Ba voilà ce que tu peux mettre dans ta css :
 
.formfield
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 font-weight:normal;
 color:#3F466C;
 text-decoration:none;
 width: 50pt;
 height: 18px;
 border-right: black 1px solid;  
 border-top: black 1px solid;
 border-left: black 1px solid;
 border-bottom: black 1px solid;    
}

 

[edtdd]--Message édité par syntaxx_error--[/edtdd]

Reply

Marsh Posté le 17-12-2001 à 12:58:44    

syntaxx_error a écrit a écrit :

Ba voilà ce que tu peux mettre dans ta css :
 
.formfield
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 font-weight:normal;
 color:#3F466C;
 text-decoration:none;
 width: 50pt;
 height: 18px;
 border: black 1px solid;
}  




 
ou sinon
 
.formfield
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 font-weight:normal;
 color:#3F466C;
 text-decoration:none;
 width: 50pt;
 height: 18px;
 border-color: black;
        border-width:1px;  
        border-style:solid

}

Reply

Marsh Posté le 17-12-2001 à 17:06:19    

speedyop a écrit a écrit :

 
 
ou sinon
 
.formfield
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 font-weight:normal;
 color:#3F466C;
 text-decoration:none;
 width: 50pt;
 height: 18px;
 border-color: black;
        border-width:1px;  
        border-style:solid

}  




exacte, ça fait moins de code...Mais vous avez la solution pour la liste déroulante ?

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed