transparence

transparence - HTML/CSS - Programmation

Marsh Posté le 31-12-2003 à 18:58:49    

ma feuille de style passe le css2
 
mais au css3 non
 
#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
 
transparent ne semble pas très bien être apprécié
 
pourtant sur le site
http://www.w3.org/TR/REC-CSS2/colo [...] ound-color
 

Code :
  1. 'background-color'
  2.     Value:   <color> | transparent | inherit
  3.     Initial:   transparent
  4.     Applies to:   all elements
  5.     Inherited:   no
  6.     Percentages:   N/A
  7.     Media:   visual
  8. This property sets the background color of an element, either a <color> value or the keyword 'transparent', to make the underlying colors shine through.
  9. Example(s):
  10. H1 { background-color: #F00 }


 
il est bien là...
 
une idée?


---------------
Borland rulez: http://pages.infinit.net/borland
Reply

Marsh Posté le 31-12-2003 à 18:58:49   

Reply

Marsh Posté le 31-12-2003 à 23:52:53    

T'as quoi comme erreur ?


---------------
mes programmes ·· les voitures dans les films ·· apprenez à écrire
Reply

Marsh Posté le 01-01-2004 à 00:05:53    

bizarement ça fonctionne...
même pas de changement de fait en plus
 
merci quand même :)


---------------
Borland rulez: http://pages.infinit.net/borland
Reply

Marsh Posté le 02-01-2004 à 21:17:51    

ça semble buggé
 
en gros c'est des erreurs du genre...
 
Line: 0 Context : .superHeader a
 
Invalid number : background-colortransparent is not a color value : transparent


---------------
Borland rulez: http://pages.infinit.net/borland
Reply

Marsh Posté le 02-01-2004 à 21:21:58    

background: transparent;
?


---------------
mes programmes ·· les voitures dans les films ·· apprenez à écrire
Reply

Marsh Posté le 02-01-2004 à 22:46:51    

question con: t'as vraiment besoin de mettre transparent dans ta class?

Reply

Sujets relatifs:

Leave a Replay

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