Graficos para la cabecera
Posted: Thu Jan 31, 2008 10:58 pm
Hola estoy trabajando en mi la imagen de mi nueva sitio web que va estar en cms made simple lo estoy probando en con easyphp
Tengo dificultades para desarrolla r la cabecera como yo quiero lo que hago es diseñar un grafico para la cabecera y en el header configuro el grafico y el tamaño y color
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
height: 189px; /* adjust according your image size */
background: #ffffff;
}
div#header h1 a {
/* you can set your own image here */
background: #ffffff url(images/cms/logo1.jpg) no-repeat 0 12px;
display: block;
height: 189px; /* adjust according your image size */
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
Lo que quiero hacer es una cabecera donde pueda poner gráficos para enlazar algunas paginas te adjunto la idea
Tengo dificultades para desarrolla r la cabecera como yo quiero lo que hago es diseñar un grafico para la cabecera y en el header configuro el grafico y el tamaño y color
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
height: 189px; /* adjust according your image size */
background: #ffffff;
}
div#header h1 a {
/* you can set your own image here */
background: #ffffff url(images/cms/logo1.jpg) no-repeat 0 12px;
display: block;
height: 189px; /* adjust according your image size */
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
Lo que quiero hacer es una cabecera donde pueda poner gráficos para enlazar algunas paginas te adjunto la idea