CSS Fond transparent

CSS Fond transparent - HTML/CSS - Programmation

Marsh Posté le 29-01-2007 à 12:35:07    

Bonjour, je voudrais savoir s'il été possible de faire en sorte que le fond d'une cellule soi vide (cellule A) et que le texte ne en soi pas affecté. La cellule B permet de comparé.

test.html
(jolie code fait avec dreamweaver  :pt1cable: )

Code :
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>Document sans nom</title>
  6. <link href="test.css" rel="stylesheet" type="text/css" />
  7. <style type="text/css">
  8. <!--
  9. body {
  10. background-color: #FFFFFF;
  11. background-image: url(24559.jpg);
  12. }
  13. -->
  14. </style></head>
  15. <body>
  16. <table width="493" >
  17.   <tr>
  18.     <td class="trans" width="270" height="144" align="center" valign="middle" ><p>A</p>
  19.     </td>
  20.     <td width="207" align="center" valign="middle"><p>B</p></td>
  21.   </tr>
  22. </table>
  23. </body>
  24. </html>



test.css

Code :
  1. .trans {
  2. background: #FFFFFF;
  3. filter:alpha(opacity=10);
  4. }
  5. p {
  6. font-family: Verdana, Arial, Helvetica, sans-serif;
  7. font-size: 36px;
  8. }


 
Alors j'obtient ceci
 
http://img99.imageshack.us/img99/8425/transmy4.th.jpg
 
Cellule A : Le texte est transparent mais pas la cellule


Message édité par mule_panda le 30-01-2007 à 15:07:39
Reply

Marsh Posté le 29-01-2007 à 12:35:07   

Reply

Marsh Posté le 29-01-2007 à 13:16:02    

background: #FFFFFF;

Reply

Marsh Posté le 30-01-2007 à 15:07:18    

Sa change rien.

Reply

Sujets relatifs:

Leave a Replay

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