Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/05/2009, 15:01
Avatar de destor77
destor77
 
Fecha de Ingreso: noviembre-2004
Ubicación: Gálvez, Santa Fe, Argentina
Mensajes: 2.654
Antigüedad: 19 años, 5 meses
Puntos: 43
lista con iconos

hola, tengo el siguiente codigo:
Código css:
Ver original
  1. .content{
  2.     width:271px;
  3.  
  4.     height:auto;
  5.  
  6.     border: 1px solid;
  7.    
  8.     background-color: #eaecf5;
  9.  
  10.     margin: 0 0 10px 7px;
  11. }
  12.  
  13. h1{
  14.  
  15.     font-family: Arial,Helvetica,sans-serif;
  16.  
  17.     font-size: 16px;
  18.  
  19.     padding:28px 0 0 20px;
  20.  
  21.    
  22. }
  23.  
  24. span{
  25.    color:#1f497d;
  26.  
  27.    font-weight: bolder;
  28. }
  29.  
  30. .facts{
  31.    font-family: Arial,Helvetica,sans-serif;
  32.  
  33.    font-size:15px;
  34.  
  35.    padding:0 0 0 20px;
  36.  
  37.    font-weight: bold;
  38. }
  39.  
  40. ul{
  41.     padding: 0 0 0 20px;
  42.  
  43.     list-style: none;
  44. }
  45.  
  46. ul li {
  47.    /*background-image: url(../Nutrition+Facts/images/newexams/CostSheet_r3_c8.jpg);*/
  48.  
  49.    padding: 0 0 5px 3px;
  50.  
  51.    border-bottom: 1px solid;
  52.  
  53.    margin: 0 18px 2px 0;
  54. }
  55. ul li .itemfacts{
  56.    
  57.     margin: 0 0 0 1px;
  58.  
  59.     color:#000;    
  60.  
  61.     float: left;
  62.  
  63.     background: url(../Nutrition+Facts/images/newexams/time.png) 8px 6px no-repeat;
  64.  
  65.     padding:4px 0 0 29px;
  66. }
  67.  
  68. ul li .itemdetails{
  69.    
  70.     text-align:right;
  71.  
  72.     padding: 0 3px 0 0;
  73. }
  74.  
  75. #duration{
  76.  
  77.  
  78.     background: url(../Nutrition+Facts/new_images/yellow_mail.png)8px 6px no-repeat;
  79.  
  80.     background-repeat: no-repeat;
  81.  
  82.     width:10%;
  83.  
  84.     height:10%;
  85.  
  86.     margin: 0 -10px 0 0;
  87.  
  88.  
  89.  
  90. }
  91.  
  92. .aclarations{
  93.  
  94.    
  95.     font-style: italic;
  96.  
  97.     font-size:11px;
  98.  
  99.     padding: 0 0 0 23px;
  100.  
  101.     font-weight: bold;
  102.  
  103.    
  104. }
  105.  
  106. .other{
  107.  
  108.     float:inherit;
  109.    
  110.     width:238px;
  111.  
  112.     margin: 0 0 10px 17px;
  113.    
  114.     border: 3px solid;
  115.    
  116. }
  117.  
  118. .other h1{
  119.     padding: 0 0 0 10px;
  120.    
  121. }
  122.  
  123. .other ul{
  124.     padding: 0 0 0 20px;
  125.  
  126.     list-style: none;
  127. }
  128.  
  129. .other ul li {
  130.    /*background-image: url(../Nutrition+Facts/images/newexams/CostSheet_r3_c8.jpg);*/
  131.  
  132.    padding: 0 0 5px 3px;
  133.  
  134.    border-bottom: 1px solid;
  135.  
  136.    margin: 0 18px 2px 0;
  137. }
  138. .other ul li .itemleed{
  139.  
  140.     margin: 0 0 0 1px;
  141.  
  142.     color:#000;
  143.  
  144.     float: left;
  145.  
  146.     background: url(../Nutrition+Facts/images/newexams/time.png) 8px 6px no-repeat;
  147.  
  148.     padding:4px 0 0 13px;
  149. }
  150.  
  151. .other ul li .item{
  152.  
  153.     text-align:right;
  154.  
  155.     padding: 0 0 0 10px;
  156. }
  157.  
  158. hr{
  159.    
  160.     background: url(../Nutrition+Facts/images/stories/facts/bar2.png);
  161.     width:221px;
  162.    
  163.     padding-top:10px;
  164. }

y este es mi html:

Código html:
Ver original
  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. <link rel="stylesheet" type="text/css" href="style.css" media="screen" />
  4. <script type="text/javascript">
  5. function MM_swapImgRestore() {
  6.   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  7. }
  8. function MM_preloadImages() {
  9.   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  10.     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  11.    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
  12. }
  13. function MM_findObj(n, d) {
  14.  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  15.    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  16.   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  17.   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  18.   if(!x && d.getElementById) x=d.getElementById(n); return x;
  19. }
  20. function MM_swapImage() {
  21.   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  22.   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
  23. }
  24. </head>
  25. <img src="images/stories/blank.jpg" width="570" height="1" />

sigue en la respuesta asi puedo poner todo