Ver Mensaje Individual
  #9 (permalink)  
Antiguo 08/04/2008, 16:06
Avatar de flanagan44
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