Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Andwise Summers

Como faço esse layout com iframe?

Recommended Posts

E aí pessoal!

 

Alguem pode me explicar como esse layout foi feito?

eu sei que foi feito em Dreamweaver e usando iframe, mas não sei mecher muito com iframe e queria que alguem me explicasse um passo-a-passo,

ficaria muito grato e feliz :blink: .

 

Valew!

 

CLIQUE AQUI

Compartilhar este post


Link para o post
Compartilhar em outros sites

Seguinte,

Segue abaixo, todo o codigo do site:

 

<!--#include virtual="banir.php" -->

<html>

<head>

<title>Sweetie</title>

<link rel="stylesheet" href="style.css" type="text/css">

<script language=JavaScript>

<!--

var message="";

///////////////////////////////////

function clickIE() {if (document.all) {(message);return false;}}

function clickNS(e) {if

(document.layers||(document.getElementById&&!document.all)) {

if (e.which==2||e.which==3) {(message);return false;}}}

if (document.layers)

{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}

else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

// -->

</script>

<script language="JavaScript1.2">

 

 

 

//Disable select-text script (IE4+, NS6+)- By Andy Scott

//Exclusive permission granted to Dynamic Drive to feature script

//Visit http://www.dynamicdrive.com for this script

 

function disableselect(e){

return false

}

 

function reEnable(){

return true

}

 

//if IE4+

document.onselectstart=new Function ("return false")

 

//if NS6

if (window.sidebar){

document.onmousedown=disableselect

document.onclick=reEnable

}

</script>

<base target="main">

</head>

 

<body bgcolor="#D4D0C8" leftmargin="0" topmargin="0">

 

<div align="center">

<center>

<table border="0" cellspacing="0" width="100%" id="AutoNumber1" cellpadding="0" height="100%">

<tr>

<td width="100%">

<div align="center">

<center>

<table border="0" cellspacing="0" width="744" id="AutoNumber2" cellpadding="0" height="440">

<tr>

<td width="100%">

<iframe src="http://www.sweetie.kit.net/index2.php" name="index" width="744" height="440" frameborder="0" target="main" marginheight="0" marginwidth="1" scrolling="no" align="middle"></iframe></td>

</tr>

</table>

</center>

</div>

<br><p align="right"><!-- Begin Nedstat Basic code -->

<!-- Title: Sweetie -->

<!-- URL: http://sweetie.justlia.net -->

<script language="JavaScript" src="http://m1.nedstatbasic.net/basic.js">

</script>

<script language="JavaScript">

<!--

nedstatbasic("AB/m7gdrq1nX/SnAi7tapILRXvGQ", 0);

// -->

</script>

<noscript>

<a target="_blank" href="http://v1.nedstatbasic.net/stats?AB/m7gdrq1nX/SnAi7tapILRXvGQ"><img

src="http://m1.nedstatbasic.net/n?id=AB/m7gdrq1nX/SnAi7tapILRXvGQ"

border="0" nosave width="18" height="18"></a></noscript>

<!-- End Nedstat Basic code -->

</td>

</tr>

</table>

</center>

</div>

 

</body>

 

</html>

 

 

você viu que ele usou iframe, usou php e tbm javascript, entào, misturoulegal, fica dificil sber c/ exatidão se ele nas caixas usou somente iframe, ok??

P/ usr ifram, basta que você crie uma pagina, nomeie normal, e depois na pagina principal, crie o comando de chamar o iframe, ficando assim:

 

<iframe src="http://www.sweetie.kit.net/index2.php" name="index" width="744" height="440" frameborder="0" target="main" marginheight="0" marginwidth="1" scrolling="no" align="middle"></iframe>

 

como vê, aqui, ele estipulou o tamanho do iframe entre outras coisas mais!!

Bem, posso ter errado em algo, espere o Babu responder essa, ok??

é que ele é mais fera do que eu em iframes!!!

 

 

[]s

Rodney

Compartilhar este post


Link para o post
Compartilhar em outros sites

Cara,1)Faz o seguinte, crie uma tabela 1 coluna e uma linha...certo?2)Depois na celula da direita você ( deixe top/left) ai o cursor vai estar piscando.. .3)clica no quick tag editor (lapisinho em baixo da interrogação do ajuda) adicione esse código: <iframe border="0" bordercolor="0" frameborder="0" marginheight="0" marginwidth="0" height="198px" width="671px" name="principal" src="principal.htm" scrolling="auto"></iframe>No exemplo: A minha o iframe dei o nome de principal ( onde vai abrir os links q você vai colocar na célula 1, oka!! Ai você edita o arquivo separado ( principal.htm) q quando clicar nos links vai puxar automaticamente.O tamanho você configura a seu gosto também.O ideal tb.. é você colocar essa tabela dentro de outra em porcentagem pra abrir em 800x600 ou em 1024. Pegou?SdsOtto RangelSIGNWEB

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.