Autor |
Mensaje |
-
tu-taxi-intreprise
Nuevo
|
25-10-2009, 14:02 (UTC) Título del mensaje: Tengo un problema |
|
|
ok antes que nada agradezco la ayuda del foro ante este problema; resulta consegui esta plantilla en el foro; pero en el menu quiero escribir en mayuscula y me sale todo minusculas ayuda por favor gracias
Nota aca esta el link del foro: http://www.paginawebgratis.es/forum/viewtopic.php?t=38073
Ultima edición por tu-taxi-intreprise el Dom Oct 25, 2009 10:15 am; editado 1 vez
|
|
↑
|
|
|
-
daxter-anime
Junior
Ubicación: España
|
25-10-2009, 14:32 (UTC) Título del mensaje: |
|
|
Lo siento,no entiendo tu pregunta
Po favor intenta explicar mejor tu pregunta por favor |
|
↑
|
|
|
-
leolinks
Nuevo
Ubicación: Pais Panamà Provincia Panamà Ciudad : Ciudad de Panamà , Distrito : condado del rey (375)
|
25-10-2009, 15:58 (UTC) Título del mensaje: |
|
|
he visto el diseño , y al parecer es imposible , bueno el diseño ya fue creado con ese defecto o no se como lo quieras llamar tu. supongo que tendrias que hablar con el que ha creado el diseño para que lo edite y saque una nueva version de ese diseño donde se pueda poner el menu en mayuscula. esa opcion no la recomiendo , pues no es muy facil hacer plantillas. yo diria que buscaras otra , debe haber otra que te guste :D ______________ http://leolinks.es.tl/
Entra ya! |
|
↑
|
|
|
-
sobreviviendoal2012
Junior
Ubicación: la paz baja california sur
|
25-10-2009, 16:22 (UTC) Título del mensaje: |
|
|
No veo el problema lo unico que debes hacer es escribir en mayusculas los link que pondras en el menu
Código: <h1>Menù</h1>
<ul>
<li><a href="#">Link Prueva</a></li>
<li><a href="#">Link Prueva</a></li>
<li><a href="#">Link Prueva</a></li>
<li><a href="#">Link Prueva</a></li>
<li><a href="#">Link Prueva</a></li>
</ul>
quedaria algo asi :
Código: <h1>Menù</h1>
<ul>
<li><a href="#">AVENTURAS</a></li>
<li><a href="#">LO MEJOR DEL DIA</a></li>
<li><a href="#">CORRIENDO POR EL MAR</a></li>
<li><a href="#">SOBREVIVIENDO AL 2012</a></li>
<li><a href="#">PRONTO ESTA</a></li>
</ul> ______________
Administradormartinp
ModeradoresLadiscoteka | Enplenovuelomx | Tokarg | Alfasite | Luupa | Cssplantillas
Normas del foroAquí
Dudas o denuncias support-es@webme.com
flyweb
pueden opinar sobre nuestra web aqui
|
|
↑
|
|
|
-
team-soporte
Semi-Experto
|
25-10-2009, 16:33 (UTC) Título del mensaje: |
|
|
El problema esta con el css y no con el html:
Aqui ya esta solucionado :D
Código: lli.nav_element{display: none;}
li.nav_element a{display: none;}
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}
/* CSS Document */
html, body {
background-color:#202020;
margin:0;
padding:0;
font-family: Arial, Verdana, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
font-size:10px;
color:#b5b5b5;
}
a img {
border:none;
}
h2 {
text-transform: uppercase;
}
#wrap {
background-color: #202020;
margin:0 auto;
padding:0;
width:802px;
}
#header {
height:156px;
text-align:center;
}
#left, #right, #middle {
width:200px;
float:left;
margin-right:1px;
margin-top:-3px;
}
#left, #right {
color: #FFF;
text-transform: uppercase;
}
#right {
margin-right:0;
}
* html #left, * html #right {
margin-top:3px;
}
#middle {
width:400px;
margin-top:-1px;
font-size:11px;
line-height:150%;
background:#272727;
}
* html #middle {
margin-top:-2px;
}
#footer {
margin: 0 auto;
height:34px;
clear:both;
background-image:url(aqui);
text-align:right;
padding-right:20px;
width:760px;
padding-top:5px;
margin-top:10px;
}
#footer img {
vertical-align: bottom;
}
.footerLeft {
float: left;
width: 100px;
margin-left: 161px;
margin-top: 4px;
padding-left: 3px;
color: #FFF;
}
#middle h1 {
background:#000 url(http://www.clantemplates.com/templates/crysis_dangerdanger/images/middle_h1.gif) no-repeat;
width:380px;
height:25px;
margin:0 auto -10px auto;
padding: 15px 0 0 20px ;
font-size:11px;
}
#middle p,
#middle h2 {
font-size:11px;
margin-left: 10px;
margin-right:10px;
}
#left h1, #right h1 {
background-image:url(http://www.imagengratis.org/images/sidetop.gif);
width:175px;
height:20px;
padding-left:25px;
padding-top:9px;
font-size:11px;
margin-bottom:2px;
font-weight: normal;
}
#left h2, #right h2 {
background-image:url(http://www.imagengratis.org/images/sidebot.gif);
width:185px;
height:21px;
text-align:right;
padding-right:15px;
padding-top:9px;
font-size:11px;
margin:0;
font-weight:normal;
}
#left ul, #right ul {
list-style:none;
margin:0;
padding:0;
background:#272727 url(http://www.imagengratis.org/images/sideul.gif) repeat-y top;
}
#left li, #right li {
list-style:none;
background:#202020 url(http://www.imagengratis.org/images/sideli.gif) no-repeat center top;
width:170px;
height:16px;
margin:0 auto;
padding:2px 0 0 20px;
}
#left li:hover, #right li:hover {
background-image:url(http://www.imagengratis.org/images/overli.gif);
}
a, a:link, a:visited {
color:#FFFFFF;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
div.ct {
margin: 0;
margin-top: 5px;
padding: 0;
padding-left: 5px;
background: transparent;
} ______________ Team-Soporte.
Moderador de PaginaWebGratis.es
www.team-soporte.es.tl | @jeremymolina |
|
↑
|
|
|
-
yonarweb
Junior
Ubicación: Venezuela - PWG
|
25-10-2009, 16:37 (UTC) Título del mensaje: |
|
|
team-soporte escribió: El problema esta con el css
Mira iva ayudarlo pero deberias de desirle donde estaba el problema para que el sepa
Y explicale porque quedo igual no sabe donde estaba el error ______________
|
|
↑
|
|
|
-
meganova
Nuevo
|
25-10-2009, 16:40 (UTC) Título del mensaje: buena idea |
|
|
me parece muy bien que ayudeis a la gente
meganova |
|
↑
|
|
|
-
team-soporte
Semi-Experto
|
25-10-2009, 16:53 (UTC) Título del mensaje: |
|
|
yonarweb escribió: team-soporte escribió: El problema esta con el css
Mira iva ayudarlo pero deberias de desirle donde estaba el problema para que el sepa
Y explicale porque quedo igual no sabe donde estaba el error
Si lees bien ves que el solicita la solucion no los detalles de la solucion .
Y si vas a postear por lo menos le hubieras dicho donde estaba el error ya que yo cometi el error de no ponerlo pero usted de hacer, spam desviando el tema central.
Lo unico que se edito fue: que la configuración de la fuente estaba en lowscape y fue remplazada por uppercase ______________ Team-Soporte.
Moderador de PaginaWebGratis.es
www.team-soporte.es.tl | @jeremymolina |
|
↑
|
|
|
-
meganova
Nuevo
|
25-10-2009, 16:56 (UTC) Título del mensaje: no te enfades |
|
|
oye no te enfades con él que lo ha hecho de buena fe |
|
↑
|
|
|
-
yonarweb
Junior
Ubicación: Venezuela - PWG
|
25-10-2009, 16:57 (UTC) Título del mensaje: |
|
|
team-soporte escribió: Configuración de la fuente estaba en lowscape y fue remplazada por uppercase
Viste no fue dificil Gracias muy buena ayuda ______________
|
|
↑
|
|
|
-
tu-taxi-intreprise
Nuevo
|
25-10-2009, 21:51 (UTC) Título del mensaje: Cerrar el temas |
|
|
les agradezco a todos su amabilidad de ayudar muchisimas gracias
ok a los moderadores pueden cerrar el tema por favor ya esta resuelto
Ultima edición por tu-taxi-intreprise el Dom Oct 25, 2009 6:00 pm; editado 1 vez
|
|
↑
|
|
|
-
team-soporte
Semi-Experto
|
|
↑
|
|
|
|