Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/04/2011, 05:30
sirdaiz
 
Fecha de Ingreso: diciembre-2010
Mensajes: 459
Antigüedad: 13 años, 4 meses
Puntos: 21
alguien tan amable

alguien tan amable me podria explicar esto??

text.css

Código HTML:
Ver original
  1. .box_heading_table                  {}
  2. .box_heading_table .box_heading_td  {background:#3d3d3d url(images/box_heading_c.gif) top repeat-x; padding:1px 10px 1px 15px;}
  3. .box_heading_table .box_heading_td  {color:#ffffff; font-weight:bold; font-size:11px; text-transform:uppercase; font-family:Arial }
  4.  
  5.  
  6. .box_heading_tall_t {background:#3d3d3d url(images/box_heading_t.gif) top repeat-x;}
  7. .box_heading_tall_b {background:#3d3d3d url(images/box_heading_b.gif) bottom repeat-x;}
  8. .box_heading_tall_l {background:#3d3d3d url(images/box_heading_l1.gif)}
  9. .box_heading_tall_r {background:#3d3d3d url(images/box_heading_r1.gif)}
  10.  
  11.  
  12. .box_body_table .box_body_tall_l {background:url(images/box_heading_c.gif) left repeat-y;}
  13. .box_body_table .box_body_tall_r {background:url(images/box_heading_t.gif) right repeat-y;}
  14. .box_body_table .box_body_tall_b {background:url(images/box_heading_t.gif) bottom repeat-x;}
  15.  
  16. .box_body_table .box_body_td {padding:0px;}

index.html

Código HTML:
Ver original
  1. <table cellpadding="0" cellspacing="0" border="0" class="box_heading_table">
  2.    <tr>
  3.               <td><img src="images/box_heading_tl.gif" alt="" border="0"></td>
  4.               <td style="width:100%" class="box_heading_tall_t"></td>
  5.               <td><img src="images/box_heading_tr.gif" alt="" border="0"></td>
  6.    </tr>
  7.    <tr>
  8.               <td class="box_heading_tall_l"><img src="images/box_heading_l.gif" alt="" border="0"></td>
  9.               <td style="width:100%" class="box_heading_td">category</td>
  10.                                             <td class="box_heading_tall_r"><img src="images/box_heading_r.gif" alt="" border="0"></td>
  11.      </tr>
  12.      <tr>
  13.               <td><img src="images/box_heading_bl.gif" alt="" border="0"></td>
  14.               <td style="width:100%" class="box_heading_tall_b"></td>
  15.              <td><img src="images/box_heading_br.gif" alt="" border="0"></td>
  16.       </tr>

Gracias