Foros del Web » Creando para Internet » Diseño web »

Vinculos en div layers, frames, etc...!

Estas en el tema de Vinculos en div layers, frames, etc...! en el foro de Diseño web en Foros del Web. Saludos! Antes de nada, me gustaría saber donde puedo encontrar manuales y tutoriales para aprender a realizar o modificar paginas hechas con layouts o designs ...
  #1 (permalink)  
Antiguo 06/04/2008, 19:02
Avatar de Myrh  
Fecha de Ingreso: junio-2007
Mensajes: 41
Antigüedad: 16 años, 9 meses
Puntos: 0
Vinculos en div layers, frames, etc...!

Saludos! Antes de nada, me gustaría saber donde puedo encontrar manuales y tutoriales para aprender a realizar o modificar paginas hechas con layouts o designs de:
-tablas
-div layers
-iframes
A poder ser en español...

Bueno, y ahí va mi duda:
me descargué un layout hecho con div layers y no consigo hacer los enlaces.
Me explico: en la columna de la derecha tiene el menú de enlaces de la web y no se como hacer para que las páginas de los links aparezcan dentro del marco principal del layout. Lo único que consigo es que me aparezcan en una nueva pagina a parte.
Se que esto se hace a través del código, pero no estoy puesta en el tema. Si alguien pudiera decirme que código se ha de colocar para conseguir que las paginas aparezcan en dicho recuadro le estaría muy agradecida.
Os pongo una imagen de la web para que quede mas claro:


Muchas gracias!!!
  #2 (permalink)  
Antiguo 07/04/2008, 02:55
Avatar de hades87  
Fecha de Ingreso: diciembre-2007
Ubicación: Barcelona - España
Mensajes: 3.194
Antigüedad: 16 años, 3 meses
Puntos: 68
Re: Vinculos en div layers, frames, etc...!

pues simplemente haz por cada enlace una página nueva, así es como se debe hacer y no hay otra forma.
__________________
No diseñes usando tablas.
  #3 (permalink)  
Antiguo 07/04/2008, 10:15
Avatar de Myrh  
Fecha de Ingreso: junio-2007
Mensajes: 41
Antigüedad: 16 años, 9 meses
Puntos: 0
Re: Vinculos en div layers, frames, etc...!

Ya, eso si lo se hacer jeje. Pero lo que no me sale ni para atrás es conseguir que las paginas nuevas de cada enlace aparezcan en el recuadro del medio. Me aparecen siempre en una pagina nueva y yo necesito que aparezcan dentro de la pagina. Alguien sabe como hacerlo? o cual es el código?
  #4 (permalink)  
Antiguo 07/04/2008, 12:08
 
Fecha de Ingreso: diciembre-2005
Mensajes: 97
Antigüedad: 18 años, 4 meses
Puntos: 0
Re: Vinculos en div layers, frames, etc...!

Para hacaer eso necesitas ajax asi que mejor date una vuelta por aqui
__________________
_Derek_
  #5 (permalink)  
Antiguo 07/04/2008, 12:22
Avatar de Myrh  
Fecha de Ingreso: junio-2007
Mensajes: 41
Antigüedad: 16 años, 9 meses
Puntos: 0
Re: Vinculos en div layers, frames, etc...!

Ajax? Buf igualmente no me aclaro, no encuentro nada que ponga el codigo que se usa (que seguro que es una cosa sencillisima!) de como colocar los enlaces para que aparezcan en una determinada CAPA del layout.
Os pongo el codigo de mi web a ver si alguien puede ayudarme de una forma más sencilla:

<html>
<head>
<title>Your Site Title</title>
<link rel=stylesheet rel="nofollow" href=index.css type=text/css>
</head>
<body>


<div style="top: 370px; left: 10px; z-index: 3; width: 440px; position: absolute">

<!--//////////////////////////////// EDIT REQUIREMENT HERE-->



<!-- THIS IS YOUR CONTENT -->

(aki aparece el texto de la capa principal, donde tienen ke aparecer todas las paginas del menu).

<!--STOP-->


<!--NO EDITING BEYOND HERE UNLESS STATED \\\\\\\\\\\\\\\-->

<p class="head">Credits</p>

<center>
Image &copy Lynn Okamoto<br>
Image from <a rel="nofollow" href="http://www.ferricorp.com" target="_blank">Ferri Corp</a><br>
Layout by <a rel="nofollow" href="http://komettails.net" target="_blank">Komet Tails Designs</a>
</center>
<br><br>
</div>


<div class="divnav">

<!--//////////////////////////////// EDIT REQUIREMENT HERE-->


<!-- THIS IS YOUR NAVIGATION -->


<table width=168 border=0 cellpadding=0 cellspacing=0 background=nav_middle.jpg><tr><td background=nav_top.jpg border=0 style="background-repeat: no-repeat; padding-top: 35px; padding-left: 15px;" height=61 class="faded">

Section

</td></tr><tr>
<td align=center>

<a rel="nofollow" href="#" class=nav>Your Link Here</a><br>
<a rel="nofollow" href="#" class=nav>Your Link Here</a><br>
<a rel="nofollow" href="#" class=nav>Your Link Here</a><br>
<a rel="nofollow" href="#" class=nav>Your Link Here</a></td></tr><tr><td><img src="nav_bottom.jpg" border=0></td></tr></table><br><br>
  #6 (permalink)  
Antiguo 07/04/2008, 17:44
Avatar de Myrh  
Fecha de Ingreso: junio-2007
Mensajes: 41
Antigüedad: 16 años, 9 meses
Puntos: 0
Re: Vinculos en div layers, frames, etc...!

Nadie sabe como vincular capas con dreamweaver?? Buscando en google no me aclaro...
  #7 (permalink)  
Antiguo 08/04/2008, 04:50
Avatar de flanagan44  
Fecha de Ingreso: abril-2004
Mensajes: 182
Antigüedad: 20 años
Puntos: 2
Re: Vinculos en div layers, frames, etc...!

Diria que puedes hacerlo con un iframe.

Ahora mismo no tengo el codigo que hace eso, pero se que hay un codigo que puedes hacer que un menu te cargue contenido en un Iframe, y que yo recuerde no es nada de Ajax.

Tendiras que poner algo asi dentro de la capa <div>

Código:
<iframe src="http://es.wikipedia.org/wiki/Iframe"
      width="400" height="500" scrolling="auto" frameborder="1" transparency>
      <p>Texto alternativo para navegadores que no aceptan iframes.</p>
    </iframe>
mira aqui, seguro que te sirve
http://www.forosdelweb.com/f13/aplicar-valor-variable-src-iframe-469937

listo
  #8 (permalink)  
Antiguo 08/04/2008, 11:09
Avatar de Myrh  
Fecha de Ingreso: junio-2007
Mensajes: 41
Antigüedad: 16 años, 9 meses
Puntos: 0
Re: Vinculos en div layers, frames, etc...!

Gracias Flanagan, pero mi layout no va con frames, va con divs, es un codigo con parametros diferentes...
En fin, me doy por vencida XD
Nose como explicarme mejor, la verdad, porque no consigo que nadie me aclare la duda.
Hay diferentes tipos de layouts, los que estan hechos con tables, los de popups, los de frames y los de divs. Pues bien, el mio es de divs, o capas, lo unico que necesito saber es como se vinculan los enlaces para que me aparezcan las paginas del menu en la capa principal...
  #9 (permalink)  
Antiguo 08/04/2008, 16:06
Avatar de flanagan44  
Fecha de Ingreso: abril-2004
Mensajes: 182
Antigüedad: 20 años
Puntos: 2
Re: Vinculos en div layers, frames, etc...!

Cita:
Iniciado por Myrh Ver Mensaje
Gracias Flanagan, pero mi layout no va con frames, va con divs, es un codigo con parametros diferentes...
En fin, me doy por vencida XD
Nose como explicarme mejor, la verdad, porque no consigo que nadie me aclare la duda.
Hay diferentes tipos de layouts, los que estan hechos con tables, los de popups, los de frames y los de divs. Pues bien, el mio es de divs, o capas, lo unico que necesito saber es como se vinculan los enlaces para que me aparezcan las paginas del menu en la capa principal...
Pues diria que si que lo puedes adaptar, el codigo tendria que quedarte algo asi:

Código:
<html>
<head>
<title>Your Site Title</title>
<link rel=stylesheet rel="nofollow" href=index.css type=text/css>
</head>
<body>


<div style="top: 370px; left: 10px; z-index: 3; width: 440px; position: absolute">

<!--//////////////////////////////// EDIT REQUIREMENT HERE-->



<!-- THIS IS YOUR CONTENT -->

(aki aparece el texto de la capa principal, donde tienen ke aparecer todas las paginas del menu).


AQUI IRIA EL IFRAME PARA QUE TE QUEDE DENTRO DE LA CAPA ESTA
Código:
<iframe src="pagina.html" name="parte" frameborder="0" marginwidth="0" marginheight="0" AllowTransparency></iframe>
<!--STOP--> <!--NO EDITING BEYOND HERE UNLESS STATED \\\\\\\\\\\\\\\--> <p class="head">Credits</p> <center> Image &copy Lynn Okamoto<br> Image from <a rel="nofollow" href="http://www.ferricorp.com" target="_blank">Ferri Corp</a><br> Layout by <a rel="nofollow" href="http://komettails.net" target="_blank">Komet Tails Designs</a> </center> <br><br> </div> <div class="divnav"> <!--//////////////////////////////// EDIT REQUIREMENT HERE--> <!-- THIS IS YOUR NAVIGATION --> <table width=168 border=0 cellpadding=0 cellspacing=0 background=nav_middle.jpg><tr><td background=nav_top.jpg border=0 style="background-repeat: no-repeat; padding-top: 35px; padding-left: 15px;" height=61 class="faded"> Section </td></tr><tr> <td align=center> ME PARECE QUE AQUI TE IRIAN LOS MENUS NO???; PUES AQUI TENDRIAS QUE PONER ALGO ASI
Código:
<a href="pagina2.html" target="parte" >enlace 1</a>

<a href="pagina3.html" target="parte" >enlace 2</a>

<a href="pagina4.html" target="parte" >enlace 3</a>
<a rel="nofollow" href="#" class=nav>Your Link Here</a></td></tr><tr><td><img src="nav_bottom.jpg" border=0></td></tr></table><br><br>


Pues en teoria de esta forma tendria que funcionarte, no lo he probado, pero lo veo bastante bien

Si pones el codigo completo de pa pagina puedo ver si funciona si a ti no te va.

Venga un saludo y animo
  #10 (permalink)  
Antiguo 08/04/2008, 19:41
Avatar de Myrh  
Fecha de Ingreso: junio-2007
Mensajes: 41
Antigüedad: 16 años, 9 meses
Puntos: 0
Re: Vinculos en div layers, frames, etc...!

Oh! oki! te pego el codigo completo a ver:

<html>
<head>
<title>Your Site Title</title>
<link rel=stylesheet href=index.css type=text/css>
</head>
<body>


<div style="top: 370px; left: 10px; z-index: 3; width: 440px; position: absolute">
<!--//////////////////////////////// EDIT REQUIREMENT HERE-->

<!-- THIS IS YOUR CONTENT -->


<p class=head>About the Layout</p>
(<b>A dark layout!</b>) It's spring break. And I still have homework. <b>Darn it</b>. >_>' All this homework just means that nasty and guilty feeling in my stomach that I can't stop.<br><br>
<center><i>You're not doing your homework, Fiona...Bad girl...</i></center><br><br>
Frustration is only one of the feelings I've got right now. Stupid conscience. Anyhow, after a couple... weeks? months? I finally got around to making a div layout of Elfen Lied. Who asked for it? I don't remember... but if you're out there and reading this, I hope you like it.<br><br>
Yes, I have been skimming my email. I've made several attempts to reply to each of them individually, but I have the urge to push the <b>delete</b> button on a massive amount of them. Why? No one <i>reads</i>. I can't push "Send and Receive Email" without receiving an email containing a question that has already been answered in the <a href="http://komettails.net/index.php?link=site&linkid=faq" target="_blank">FAQ</a>. I don't have the time to answer <i>do you take requests?</i> 50 times. Think of how much time they could save me by just <i>reading</i>.<br><br>
Oh, and if it makes it any better, I've narrowed my inbox email from <b>140</b> to <b>80</b>. Go me.<br><br>
<b>PS</b>. I've been talking to Mika of <a href="http://kyuusho.net" target="_blank">Kyuusho.NET</a>. Check her site out. She's <b>12</b>. Remember when <i>I</i> was 12? =D

<p class="head">Using the Layout</p>
<b>[ 1 ]</b> UnZip the downloaded file with <a href="http://winzip.com" target="_blank">WinZip</a><br><br>
<b>[ 2 ]</b> Open index.html to edit the content, and navigation.<br><br>
<b>[ 3 ]</b> Upload everything to your server. No direct linking.<br><br>
<p class="head">Terms for the Layout</p>
Please do not rip the source code [includes the css], remove, or move the credits, rip this layout in any way, redistribute it, claim ownership, use the top image for something else, like a personal avatar (unless you're using it to update while you're using the layout or something).
<p align=center><b><a href="http://komettails.net/index.php?link=terms" target="_blank">Read The Terms?</a></b></p>

<!--STOP-->

<!--NO EDITING BEYOND HERE UNLESS STATED \\\\\\\\\\\\\\\-->
<p class="head">Credits</p>
<center>
Image &copy Lynn Okamoto<br>
Image from <a href="http://www.ferricorp.com" target="_blank">Ferri Corp</a><br>
Layout by <a href="http://komettails.net" target="_blank">Komet Tails Designs</a>
</center>
<br><br>
</div>




<div class="divnav">
<!--//////////////////////////////// EDIT REQUIREMENT HERE-->

<!-- THIS IS YOUR NAVIGATION -->


<table width=168 border=0 cellpadding=0 cellspacing=0 background=nav_middle.jpg><tr><td background=nav_top.jpg border=0 style="background-repeat: no-repeat; padding-top: 35px; padding-left: 15px;" height=61 class="faded">
Section
</td></tr><tr>
<td align=center>
<a href="prueba.htm" target="_top" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a></td></tr><tr><td><img src="nav_bottom.jpg" border=0></td></tr></table><br><br>









<table width=168 border=0 cellpadding=0 cellspacing=0 background=nav_middle.jpg><tr><td background=nav_top.jpg border=0 style="background-repeat: no-repeat; padding-top: 35px; padding-left: 15px;" height=61 class="faded">
Section
</td></tr><tr><td align=center>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a>
</td></tr><tr><td><img src="nav_bottom.jpg" border=0></td></tr></table><br><br>








<table width=168 border=0 cellpadding=0 cellspacing=0 background=nav_middle.jpg><tr><td background=nav_top.jpg border=0 style="background-repeat: no-repeat; padding-top: 35px; padding-left: 15px;" height=61 class="faded">
Section
</td></tr><tr><td align=center>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a>
</td></tr><tr><td><img src="nav_bottom.jpg" border=0></td></tr></table><br><br>









<table width=168 border=0 cellpadding=0 cellspacing=0 background=nav_middle.jpg><tr><td background=nav_top.jpg border=0 style="background-repeat: no-repeat; padding-top: 35px; padding-left: 15px;" height=61 class="faded">
Section
</td></tr><tr><td align=center>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a>
</td></tr><tr><td><img src="nav_bottom.jpg" border=0></td></tr></table><br><br>



<!--STOP-->

<!--NO EDITING BEYOND HERE UNLESS STATED \\\\\\\\\\\\\\\-->
<br><br>
</div>



<div style="top: 0px; left: 0px; z-index: 2; width: 680px; position: absolute">
<img src=top.jpg border=0><br>
<img src=middle.jpg border=0><br>
<img src=bottom.jpg border=0>
</div>
<div class="divbg">
&nbsp;
</div>
</body>
</html>
  #11 (permalink)  
Antiguo 09/04/2008, 04:54
Avatar de flanagan44  
Fecha de Ingreso: abril-2004
Mensajes: 182
Antigüedad: 20 años
Puntos: 2
Re: Vinculos en div layers, frames, etc...!

Puedes colgar el archivo index.css ??

venga un saludo

EDIT:

Da igual, no cuelgues el CSS, la verdad es que no lo has probado no??

ainsssss, esta gente que no intenta lo que le dicen.

Mira, he cogido tu codigo, y le he pegado lo que yo te habia dicho y funciona perfetamente (falta poner los estilos para que quede ordenado) pero va perfecto.

Aqui tu codigo modificado como te dije que lo modificaras:

Código:
<html>
<head>
<title>Your Site Title</title>
<link rel=stylesheet href=index.css type=text/css>
</head>
<body>


<div style="top: 370px; left: 10px; z-index: 3; width: 440px; position: absolute">

<iframe src="http://www.google.com" name="parte" frameborder="0" marginwidth="0" marginheight="0" AllowTransparency></iframe>
<!--//////////////////////////////// EDIT REQUIREMENT HERE-->

<!-- THIS IS YOUR CONTENT -->


<p class=head>About the Layout</p>
(<b>A dark layout!</b>) It's spring break. And I still have homework. <b>Darn it</b>. >_>' All this homework just means that nasty and guilty feeling in my stomach that I can't stop.<br><br>
<center><i>You're not doing your homework, Fiona...Bad girl...</i></center><br><br>
Frustration is only one of the feelings I've got right now. Stupid conscience. Anyhow, after a couple... weeks? months? I finally got around to making a div layout of Elfen Lied. Who asked for it? I don't remember... but if you're out there and reading this, I hope you like it.<br><br>
Yes, I have been skimming my email. I've made several attempts to reply to each of them individually, but I have the urge to push the <b>delete</b> button on a massive amount of them. Why? No one <i>reads</i>. I can't push "Send and Receive Email" without receiving an email containing a question that has already been answered in the <a href="http://komettails.net/index.php?link=site&linkid=faq" target="_blank">FAQ</a>. I don't have the time to answer <i>do you take requests?</i> 50 times. Think of how much time they could save me by just <i>reading</i>.<br><br>
Oh, and if it makes it any better, I've narrowed my inbox email from <b>140</b> to <b>80</b>. Go me.<br><br>
<b>PS</b>. I've been talking to Mika of <a href="http://kyuusho.net" target="_blank">Kyuusho.NET</a>. Check her site out. She's <b>12</b>. Remember when <i>I</i> was 12? =D

<p class="head">Using the Layout</p>
<b>[ 1 ]</b> UnZip the downloaded file with <a href="http://winzip.com" target="_blank">WinZip</a><br><br>
<b>[ 2 ]</b> Open index.html to edit the content, and navigation.<br><br>
<b>[ 3 ]</b> Upload everything to your server. No direct linking.<br><br>
<p class="head">Terms for the Layout</p>
Please do not rip the source code [includes the css], remove, or move the credits, rip this layout in any way, redistribute it, claim ownership, use the top image for something else, like a personal avatar (unless you're using it to update while you're using the layout or something).
<p align=center><b><a href="http://komettails.net/index.php?link=terms" target="_blank">Read The Terms?</a></b></p>

<!--STOP-->

<!--NO EDITING BEYOND HERE UNLESS STATED \\\\\\\\\\\\\\\-->
<p class="head">Credits</p>
<center>
Image &copy Lynn Okamoto<br>
Image from <a href="http://www.ferricorp.com" target="_blank">Ferri Corp</a><br>
Layout by <a href="http://komettails.net" target="_blank">Komet Tails Designs</a>
</center>
<br><br>
</div>




<div class="divnav">
<!--//////////////////////////////// EDIT REQUIREMENT HERE-->

<!-- THIS IS YOUR NAVIGATION -->


<table width=168 border=0 cellpadding=0 cellspacing=0 background=nav_middle.jpg><tr><td background=nav_top.jpg border=0 style="background-repeat: no-repeat; padding-top: 35px; padding-left: 15px;" height=61 class="faded">
Section
</td></tr><tr>
<td align=center>
<a href="http://www.google.com" target="parte" >Google</a><br>
<a href="http://www.yahoo.de" target="parte" >Yahoo</a><br>
<a href="http://www.yonkis.com" target="parte" >Yonkis</a><br>
<a href="http://www.forosdelweb.com" target="parte" >Foros del WEb</a></td></tr><tr><td><img src="nav_bottom.jpg" border=0></td></tr></table><br><br>









<table width=168 border=0 cellpadding=0 cellspacing=0 background=nav_middle.jpg><tr><td background=nav_top.jpg border=0 style="background-repeat: no-repeat; padding-top: 35px; padding-left: 15px;" height=61 class="faded">
Section
</td></tr><tr><td align=center>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a>
</td></tr><tr><td><img src="nav_bottom.jpg" border=0></td></tr></table><br><br>








<table width=168 border=0 cellpadding=0 cellspacing=0 background=nav_middle.jpg><tr><td background=nav_top.jpg border=0 style="background-repeat: no-repeat; padding-top: 35px; padding-left: 15px;" height=61 class="faded">
Section
</td></tr><tr><td align=center>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a>
</td></tr><tr><td><img src="nav_bottom.jpg" border=0></td></tr></table><br><br>









<table width=168 border=0 cellpadding=0 cellspacing=0 background=nav_middle.jpg><tr><td background=nav_top.jpg border=0 style="background-repeat: no-repeat; padding-top: 35px; padding-left: 15px;" height=61 class="faded">
Section
</td></tr><tr><td align=center>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a><br>
<a href="#" class=nav>Your Link Here</a>
</td></tr><tr><td><img src="nav_bottom.jpg" border=0></td></tr></table><br><br>



<!--STOP-->

<!--NO EDITING BEYOND HERE UNLESS STATED \\\\\\\\\\\\\\\-->
<br><br>
</div>



<div style="top: 0px; left: 0px; z-index: 2; width: 680px; position: absolute">
<img src=top.jpg border=0><br>
<img src=middle.jpg border=0><br>
<img src=bottom.jpg border=0>
</div>
<div class="divbg">
&nbsp;
</div>
</body>
</html>
Ala ahora peleate tu un poquito con el codigo, que ya lo tienes echo

Última edición por flanagan44; 09/04/2008 a las 05:02
  #12 (permalink)  
Antiguo 09/04/2008, 11:52
Avatar de Myrh  
Fecha de Ingreso: junio-2007
Mensajes: 41
Antigüedad: 16 años, 9 meses
Puntos: 0
Re: Vinculos en div layers, frames, etc...!

Muchas gracias, pero el recuadro aparece arriba, no dentro de la capa.
De todos modos cuando te bajas los layouts te avisan de que no modifique el codigo, digo yo que eso sera porque se puede editar la pagina de modo que no tengas que ser un as en programacion para poder tener un layout no?
Da igual, me bajare un layout de iframes que este todo hecho. La web era para un cumple y hace una semana de eso... paso de liarme mas.
Gracias por todo... pero sigo pensando que los divs se tienen que poder editar de alguna manera, ya que si te bajas un layout de divs y tienes que cambiar todo el codigo... para que sirven los divs?? Para eso nos bajamos un layout con tables y ya esta no?
En fin, mas liada que antes... pero gracias por ayudarme los que habeis podido.
  #13 (permalink)  
Antiguo 09/04/2008, 16:04
Avatar de Myrh  
Fecha de Ingreso: junio-2007
Mensajes: 41
Antigüedad: 16 años, 9 meses
Puntos: 0
Re: Vinculos en div layers, frames, etc...!

AL FIN! ya me ha salido lo que queria!
Solamente tenia que crear un nuevo sitio con el dreamweaver, crear la plantilla que tenia y COLOCAR UNA REGION EDITABLE en el marco principal.
Muchas gracias a todos por la ayuda, al final con un video tutorial me he entendido jeje!
  #14 (permalink)  
Antiguo 10/04/2008, 02:25
Avatar de flanagan44  
Fecha de Ingreso: abril-2004
Mensajes: 182
Antigüedad: 20 años
Puntos: 2
Re: Vinculos en div layers, frames, etc...!

celebro que te funcione,

yo los layots los entiendo como contenedores de contenido, un <div> es facil ponerlo donde quieras, y asi lo que pongas dentro tu decides donde va a aprar.

Venga un saludo y suerte
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta

SíEste tema le ha gustado a 1 personas




La zona horaria es GMT -6. Ahora son las 23:19.