Foros del Web » Creando para Internet » CSS »

ayuda con css

Estas en el tema de ayuda con css en el foro de CSS en Foros del Web. hola como estan tengo un problema para cargar un css y que se vea en ie8 este es la forma de cargarlo Código HTML: <head> ...
  #1 (permalink)  
Antiguo 01/11/2010, 14:37
 
Fecha de Ingreso: agosto-2009
Ubicación: capital federal
Mensajes: 39
Antigüedad: 14 años, 7 meses
Puntos: 0
ayuda con css

hola como estan tengo un problema para cargar un css y que se vea en ie8 este es la forma de cargarlo

Código HTML:
<head>
   <meta charset="utf-8"/>
    <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
    <title>
      Bling Nation
    </title>
    <meta name="description"/>
    <link href="../images/favicon.png" rel="shortcut icon"/>
    <link href="../images/favicon.png" rel="apple-touch-icon"/>
    <link href="../stylesheets/styles.css" rel="stylesheet"  type='text/css' />
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    <script>
      !window.jQuery && document.write('<script src=../javascripts/jquery/jquery-1.4.2.min.js>');
    </script>
</head> 
y este es el css
Código CSS:
Ver original
  1. html { position: relative; z-index: 0; overflow-y: scroll; }
  2.  
  3. body { position: relative; z-index: 1; margin: 0; padding: 0; color: #333333; background-color: white; font-family: "Arial", "Helvetica", sans-serif; font-size: 12px; line-height: 1.5; }
  4.  
  5. div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video { margin: 0; padding: 0; color: inherit; background-color: transparent; background-repeat: no-repeat; font-family: inherit; font-size: 13px; font-weight: inherit; font-style: inherit; line-height: inherit; text-decoration: none; text-align: left; vertical-align: baseline; border: 0; outline: 0; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
  6.  
  7. article, aside, figure, footer, header, hgroup, nav, section { display: block; }
  8.  
  9. hr { display: block; height: 1px; background: #333333; border: none; }
  10.  
  11. blockquote cite { display: block; }
  12.  
  13. table { width: 100%; border-collapse: separate; border-spacing: 0; }
  14. table th, table td { vertical-align: top; }
  15. table thead, table th, table caption { font-weight: bold; }
  16.  
  17. img { -ms-interpolation-mode: bicubic; }
  18.  
  19. .alert { position: fixed; top: 0; left: 0; display: none; width: 100%; background-color: #ffffaa; border-bottom: 1px solid #dddd00; -webkit-box-shadow: #cccccc 0 1px 3px; -moz-box-shadow: #cccccc 0 1px 3px; box-shadow: #cccccc 0 1px 3px; }
  20. .alert p { padding: 10px 15px; font-weight: bold; }
  21. .nojs .alert.jsdisabled { display: block; }
  22.  
  23. ::-moz-selection { color: white; background: #ff5e99; text-shadow: none; }
  24.  
  25. ::selection { color: white; background: #ff5e99; text-shadow: none; }
  26.  
  27. h1 { font-size: 31px; }
  28.  
  29. h2 { font-size: 24px; }
  30.  
  31. h3 { font-size: 16px; }
  32.  
  33. h4 { font-size: 14px; }
  34.  
  35. h5 { font-size: 12px; }
  36.  
  37. h6 { font-size: 12px; }
  38.  
  39. p { font-size: 12px; }
  40.  
  41. a { color: #0022ff; outline: 0; -webkit-tap-highlight-color: #ff5e99; }
  42. a:hover { color: #333333; outline: 0; }
  43. a:active { color: #cc3333; outline: 0; }
  44. a:focus { outline: thin dotted; }
  45.  
  46. del { text-decoration: line-through; }
  47.  
  48. abbr, dfn { text-transform: uppercase; border-bottom: 1px dashed #333333; cursor: help; }
  49.  
  50. code, pre, var { font-family: "Monaco", "Courier", monospace; font-size: 12px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
  51.  
  52. strong { font-weight: bold; }
  53.  
  54. ins { text-decoration: underline; }
  55.  
  56. sub { font-size: smaller; vertical-align: sub; }
  57.  
  58. sup { font-size: smaller; vertical-align: super; }


gracias espero su ayuda!!

Etiquetas: Ninguno
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 09:50.