Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje06-02-2012, 02:03 (UTC)    
Título del mensaje: ayuda porque ya no se que hacer con mi menu horizontal

hola pues yo he diseñado 1 menu horizontal en ccsmenumaker y he visto un tutorial en esta pagina http://tokarg.es.tl/CSS-Menu-Maker.htm y en este video de youtube http://www.youtube.com/watch?v=xk5Z60CRvpw&feature=related y he hecho todos sus pasos pero no me sale bien el diseño del menu que diseñe porque siempre me sale en forma vertical y con puntos negros que puedo hacer para arreglar eso??????????

este es el codigo de mi menu:


<style media="all" type="text/css">@import "http://img71.xooimage.com/views/d/2/7/menu_style-314c261.css/";</style>
<div class="menu">
<ul>
<li><a href="http://radioestrellacool.es.tl/Inicio.htm" target="_self" >Inicio </a>
</li>
<li><a href="http://radioestrellacool.es.tl/Programacion.htm" target="_self" >Programacion</a>
</li>
<li><a href="http://radioestrellacool.es.tl/Escucha-en-vivo.htm" target="_self" >Escucha en vivo</a>
</li>
</ul>
</div>
Mensaje06-02-2012, 02:27 (UTC)    
Título del mensaje: ola-

trata de ponerlo asi

<head>
<link rel="stylesheet" href="www.tuhost/menu/menu_style.css" type="text/css" />
</head>
<div id="menucontainer">
<div id="menunav">
<ul>
<li><a href="http://radioestrellacool.es.tl/Inicio.htm" target="_self" title="Inicio " class="current"><span>Inicio </span></a></li>
<li><a href="http://radioestrellacool.es.tl/Programacion.htm" target="_self" title="Programacion"><span>Programacion</span></a></li>
<li><a href="http://radioestrellacool.es.tl/Escucha-en-vivo.htm" target="_self" title="Escucha en vivo"><span>Escucha en vivo</span></a></li>
</ul>
</div>

Pero el error creo que es porque xoimage no acepta alojar archivos .css

usa 000webhost

por ejemplo tokarg usa este codigo

<link href="http://tokarg.com.ar/pwg/estl/style.css" rel="stylesheet" type="text/css" />

la cachais???

tambien puedes intentar copiando y pegando los CSS directamente en tu web
asi:


<style type="text/css">
<!--
body {
background-color: #2e3839;
margin: 5px;
font-family: tahoma, verdana, arial;
}
td {
font-family: tahoma, verdana, arial;
font-size: 11px;
color: black;
}
a {
font-size: 11px;
color: black;
text-decoration: none;
}
a:visited {
font-size: 11px;
text-decoration: none;
}
a:hover {
font-size: 11px;
text-decoration: underline;
}
a.std {
font-size: 11px;
color:#436123;
text-decoration: none;
}


--></style>
______________

Never Forget - Lena Katina (♪)
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group