Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/03/2012, 15:54
Avatar de Naahuel
Naahuel
 
Fecha de Ingreso: marzo-2011
Ubicación: localhost
Mensajes: 796
Antigüedad: 13 años, 1 mes
Puntos: 192
Respuesta: url amigable no carga css

El CSS parece cargar bien.

El problema es en las rutas que estás usando en el CSS incrustado dentro del HTML generado:

Código HTML:
Ver original
  1. <style type="text/css">
  2.  
  3. /* Custom CSS */
  4. #header_bg{
  5. background: url(images/header_bg.jpg) no-repeat;
  6. }
  7.  
  8. #main{
  9. background: url(images/content_bg.jpg) no-repeat;
  10. background-color: #91dee6;
  11. min-height:630px;
  12. }
  13. /*menu inferior*/
  14. #main .moduletable_bottom1 a, #main .moduletable_bottom2 a, #main .moduletable_bottom3 a{
  15. color: #0c618e;
  16. font-size: 18px;
  17. }
  18.  
  19. #main .moduletable_bottom1 a:hover, #main .moduletable_bottom2 a:hover, #main .moduletable_bottom3 a:hover{
  20. color: #063b63;
  21. }
  22.  
  23. footer{
  24.     background: url(images/footer_bg.jpg) no-repeat;
  25.     height: 128px;
  26. }
  27.  
  28. footer .moduletable_footer1, footer .moduletable_footer1 a{
  29.     color:  #0c618e;
  30. }
  31.  
  32.  

Cambiá las rutas por rutas absolutas. O sea "images/header_bg.jpg" tiene que ser "/images/header_bg.jpg"
__________________
nahueljose.com.ar