Jump to content
Fórum Script Brasil
  • 0

frame


(((INTER)))

Question

bom dia pessoal

gostaria de saber como faço para colocar uma pagina.html em um frame, mas quero que apareça toda a pagina sem o scroll

tipo:

criei frames com este layout :

---------------------------

| |

---------------------------

| | | |

| | | |

| | | |

| | | |

| | | |

----------------------------

mais ou menos assim.

criei 4 paginas html(cabecalho.html,esquerdo.html,centro.html e direito.html)

e gostaria que a pagina esquerdo ficasse inteira no frame sem o scroll

caso queira ver na prática , coloquei no ar como esta o site. www.claitoninformatica.com.br

obrigado!!!!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

faz o seguinte:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>1 sem título</title>
</head>
<!-- abaixo as informações do seu iframe como nome e as configurações da barras de rolagems-->

<style>

iframe {

overflow-x:hidden;
overflow-y:hidden;
}

</style>

<body>

<!-- onde esta index.php você substitui pela sua pagina-->
<iframe name="iframe" id="iframe" src="index.php" style="width:300px; height:300px; border:solid; border-width:0px;"></iframe>

</body>

</html>

Link to comment
Share on other sites

  • 0

olá mauricioms

não entendi muito bem, é que sou novato no html, segue abaixo o meu codigo do meu index.html

<html>

<head>

<title>Claiton Inform&aacute;tica -</title>

</head>

<frameset rows="225,1000%" framespacing="0" frameborder="yes" border="3" >

<frame SRC="cabecalho.html" noresize >

<frameset rows="*" cols="50,470,300,300,50" >

<frame src="baixo.html" noresize scrolling="no">

<frame src="esquerdo.html" noresize scrolling="auto">

<frame src="direito.html" noresize>

<frame src="centro.html" noresize>

<frame src="baixo.html">

</frameset>

</frameset>

<noframes>

</noframes>

<body >

</body>

</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...