Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje26-12-2009, 15:41 (UTC)    
Título del mensaje: COMO EDITO MI MENU HORIZONTAL

OLA QUISIERA SABES DONDE PONGO LA URL PARA QUE SI LE DOY A UN BOTON DE MI MENU HORIZONTAL SALGA LA PAGINA DE LA URL QUE PUSE







<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title> Stu Nicholls | CSSplay | Professional series #1</title>
<style type="text/css">
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_one */

.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(http://img137.imageshack.us/img137/2475/button1m.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#fff; background:url(http://img137.imageshack.us/img137/5061/button3.gif);}
.menu1 li.current a b {background:url(http://img137.imageshack.us/img137/5061/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(http://img137.imageshack.us/img137/6880/button2s.gif);}
.menu1 li a:hover b {background:url(http://img137.imageshack.us/img137/6880/button2s.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(http://img137.imageshack.us/img137/5061/button3.gif) no-repeat right top;}

</style>
</head>

<body>
<ul class="menu1">
<li><a href="LINK"><b>INICIO</b></a></li>
<li><a href="LINK"><b>CHAT</b></a></li>
<li><a href="LINK"><b>DESCARGAS</b></a></li>
<li><a href="LINK"><b>FORO</b></a></li>
<li><a href="LINK"><b>TEMAS</b></a></li>
</ul>
</body>
</html>
Mensaje26-12-2009, 15:43 (UTC)    
Título del mensaje:

¡Hola!

- Amigo debes editar la parte esta

Código:
</style>
</head>

<body>
<ul class="menu1">
<li><a href="LINK"><b>INICIO</b></a></li>
<li><a href="LINK"><b>CHAT</b></a></li>
<li><a href="LINK"><b>DESCARGAS</b></a></li>
<li><a href="LINK"><b>FORO</b></a></li>
<li><a href="LINK"><b>TEMAS</b></a></li>
</ul>
</body>
</html>


¡DONDE PONE LINK PON LAS URL'S DE TU PAGINA ¡CLICK EN CONTROLAR PAGINAS!, creas un apartado y el link lo pones en donde pone LINK! ..

¡Saludos!..
______________
¡Utiliza el buscador antes de abrir un Tema!
¡Respeta las normas ante todas las cosas!
¡Contacta con PaginaWebGratis mediante support-es@webme.com!
¡Fanksite desde ahora solo se dedicara al Foro.!
Mensaje26-12-2009, 15:47 (UTC)    
Título del mensaje:

ps mira te paso aki es donde debe ok mira:


Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title> Stu Nicholls | CSSplay | Professional series #1</title>
<style type="text/css">
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_one */

.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(http://img137.imageshack.us/img137/2475/button1m.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#fff; background:url(http://img137.imageshack.us/img137/5061/button3.gif);}
.menu1 li.current a b {background:url(http://img137.imageshack.us/img137/5061/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(http://img137.imageshack.us/img137/6880/button2s.gif);}
.menu1 li a:hover b {background:url(http://img137.imageshack.us/img137/6880/button2s.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(http://img137.imageshack.us/img137/5061/button3.gif) no-repeat right top;}

</style>
</head>

<body>
<ul class="menu1">
<li><a href="LINK"><b>INICIO</b></a></li>
<li><a href="LINK"><b>CHAT</b></a></li>
<li><a href="LINK"><b>DESCARGAS</b></a></li>
<li><a href="LINK"><b>FORO</b></a></li>
<li><a href="LINK"><b>TEMAS</b></a></li>
</ul>
</body>
</html>



Tienes que editar esta parte mirala

<body>
<ul class="menu1">
<li><a href="LINK"><b>INICIO</b></a></li>
<li><a href="LINK"><b>CHAT</b></a></li>
<li><a href="LINK"><b>DESCARGAS</b></a></li>
<li><a href="LINK"><b>FORO</b></a></li>
<li><a href="LINK"><b>TEMAS</b></a></li>
</ul>
</body>
</html>

DONDE DICE LINK COLOCA LA URL DE LA WEB DONDE QUIERES QUE TE DIRIJA EL MENU HORIZONTAL


espero haberte ayudado
______________

Mensaje26-12-2009, 15:51 (UTC)    
Título del mensaje:

webmasterxc escribió:
ps mira te paso aki es donde debe ok mira:


Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title> Stu Nicholls | CSSplay | Professional series #1</title>
<style type="text/css">
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_one */

.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(http://img137.imageshack.us/img137/2475/button1m.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#fff; background:url(http://img137.imageshack.us/img137/5061/button3.gif);}
.menu1 li.current a b {background:url(http://img137.imageshack.us/img137/5061/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(http://img137.imageshack.us/img137/6880/button2s.gif);}
.menu1 li a:hover b {background:url(http://img137.imageshack.us/img137/6880/button2s.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(http://img137.imageshack.us/img137/5061/button3.gif) no-repeat right top;}

</style>
</head>

<body>
<ul class="menu1">
<li><a href="LINK"><b>INICIO</b></a></li>
<li><a href="LINK"><b>CHAT</b></a></li>
<li><a href="LINK"><b>DESCARGAS</b></a></li>
<li><a href="LINK"><b>FORO</b></a></li>
<li><a href="LINK"><b>TEMAS</b></a></li>
</ul>
</body>
</html>



Tienes que editar esta parte mirala

<body>
<ul class="menu1">
<li><a href="LINK"><b>INICIO</b></a></li>
<li><a href="LINK"><b>CHAT</b></a></li>
<li><a href="LINK"><b>DESCARGAS</b></a></li>
<li><a href="LINK"><b>FORO</b></a></li>
<li><a href="LINK"><b>TEMAS</b></a></li>
</ul>
</body>
</html>

DONDE DICE LINK COLOCA LA URL DE LA WEB DONDE QUIERES QUE TE DIRIJA EL MENU HORIZONTAL


espero haberte ayudado


¡No hacia falta que postearas ya le explique yo! .. ¡Te ahorraria tiempo!...


¡Saludos!..
______________
¡Utiliza el buscador antes de abrir un Tema!
¡Respeta las normas ante todas las cosas!
¡Contacta con PaginaWebGratis mediante support-es@webme.com!
¡Fanksite desde ahora solo se dedicara al Foro.!
Mensaje26-12-2009, 15:53 (UTC)    
Título del mensaje: GRACIAS ALOS 2

ME SIRVIO DE AYUDA GRACIAS
Mensaje26-12-2009, 15:54 (UTC)    
Título del mensaje:

- Ala pues nada...

¡TEMA RESUELTO!..
______________
¡Utiliza el buscador antes de abrir un Tema!
¡Respeta las normas ante todas las cosas!
¡Contacta con PaginaWebGratis mediante support-es@webme.com!
¡Fanksite desde ahora solo se dedicara al Foro.!
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group