Ver Mensaje Individual
  #7 (permalink)  
Antiguo 23/08/2010, 12:07
Avatar de juancho24
juancho24
 
Fecha de Ingreso: octubre-2007
Mensajes: 101
Antigüedad: 16 años, 6 meses
Puntos: 1
Respuesta: problemas con mi pagina

ok, intentare hacer eso, y lo otro, el fondo del menu me aparece en blanco, siendo que la imgen es de color negro, revise el nombre de la imagen, y todo parece estar bien, que podria ser?

muchas gracias maestro, te pasaste

saludos


Cita:
Iniciado por Ag666 Ver Mensaje
así rápidamente solo noto que usas tamaños de letra muy pequeños

para el menú modifica estas lineas

Código CSS:
Ver original
  1. .menu01 {
  2.        color : #FFFFFF;
  3.        margin-top : 0px;
  4.        padding-bottom : 0px;
  5.        margin-bottom : 0px;
  6.        margin-left : 15px;
  7.        margin-right : 15px;
  8.        font-size : 11px;
  9.        font-family : Tahoma,Verdana,Arial;
  10.        font-weight: bold;
  11. }
  12. .menu01 a {
  13.        color : #FFFFFF;
  14.        text-decoration: none;
  15. }
  16. .menu01 a:hover {
  17.        color : #EEEEEE;
  18.        text-align: center;
  19.        border-top-style: none;
  20.        border-right-style: none;
  21.        border-bottom-style: none;
  22.        border-left-style: none;
  23. }

utiliza un font-size : 13px; o juega con sus valores hasta encontrar el tamaño deseado


Nota: usa las etiquetas Highlight para cuando muestres código en el foro