Jump to content


Photo

Iframe Insiste Com Barra De Rolagem.


  • Faça o login para participar
5 replies to this topic

#1 tiagof

tiagof

    Turista

  • Usuários
  • 35 posts
  • Sexo:Masculino
  • Localidade:Rio de Janeiro

Posted 14/12/2005, 07:34

Oi pessoal, estou com um probleminha que parece simples mais está me dando uma dor de cabeça:

a página ( http://www.tiagofaus.../portfolio.html )* puxa pelo iframe a página ( http://www.tiagofaus...port_frame.html )**.


[*portfolio.html cód]:

<html>
<head>
<title>:::: tiagofaustino.com | portf&oacute;lio ::::</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="estilo.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-image: url(pixel.gif);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>

<body>
<table width="350" height="380" border="0" cellpadding="0" cellspacing="0">
  <!-- fwtable fwsrc="port.png" fwbase="port.gif" fwstyle="Dreamweaver" fwdocid = "1136860010" fwnested="0" -->
  <tr>
    <td height="57" valign="top"><img name="port_r1_c1" src="images/port/port_r1_c1.gif" width="350" height="57" border="0" alt=""></td>
  </tr>
  <tr>
    <td valign="top"><p><IFRAME width='350' height='323' frameborder=0 src="port_frame.html"></IFRAME>
    </p></td>
  </tr>
</table>
</body>
</html>


[**port_frame.html cód]:

<html>
<head>
<title>1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="estilo.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {font-size: 11px; color: #ff9900; font-family: Tahoma, Arial, Verdana;}
-->
</style>
</head>

<body background="images/port/port_r2_c1.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgproperties="fixed">
<table width="342" border="0" cellpadding="8" cellspacing="0">
  <tr>
    <td><p><span class="style1">Design for Web</span></p>
      <p><span class="style1">Design for Web</span></p>
      <p>&nbsp;</p>
      <p><span class="style1">Design for Web</span></p>
      <p><span class="style1">Design for Web</span></p>
      <p class="style1">Design for Web </p>
      <p><span class="style1">Design for Web</span></p>
      <p><span class="style1">Design for Web</span></p>
      <p>&nbsp;</p>
      <p><span class="style1">Design for Web</span></p>
      <p><span class="style1">Design for Web</span></p>
      <span class="style1">Design for Web</span>
      <p class="style1">&nbsp;</p></td>
  </tr>
</table>
</body>
</html>


Eu já aumentei o tamanho do iframe, já dimunui a tabela da página port_frame.html...
Alguém tem alguma sugestão para tirar essa barra de rolagem horizontal que insiste em ficar!?
Desde já muito grato!!
Tiago Faustino
Abraços!
Jesus te ama!!
tiagofaustino.com | Orkut Profile

#2 Andreia Regina

Andreia Regina

    Veterano

  • Conselheiros
  • 1347 posts
  • Sexo:Feminino
  • Localidade:PR
  • Interesses:PHP; MySQL; Javascript; CSS; tudo ligado ao desenvolvimento web.

Posted 14/12/2005, 09:12

Oi!

Já tentou colocar assim?
[code=auto:0]<style>
body {
overflow-y: hidden;
}
</style>

Fórum WMO - Conselheira - Na equipe desde 31/01/2006.
Links importantes: Regras de conduta - Busca do fórum


#3 juniorjtb

juniorjtb

    12 Horas

  • Usuários
  • 171 posts
  • Sexo:Não informado

Posted 14/12/2005, 09:29

cara fiz algumas modificações tinha muito codigo estranho dentro de sua pagina não sei se vc vai usar mais qualuer coisa pergunte

arquivo1
<HTML>
<head>
<TITLE>:::: tiagofaustino.com | portfólio ::::</TITLE>
</head>
<LINK href="tiagofaustino_com  portfólio_arquivos/estilo.css" type=text/css 
rel=stylesheet>
<BODY>
<table width="350" height="380" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="57" height="57"><IMG height=57 alt="" 
      src="tiagofaustino_com  portfólio_arquivos/port_r1_c1.gif" width=350 
      border=0 name=port_r1_c1></td>
  </tr>
  <tr>
    <td>
	<iframe width="350" height="350" frameborder="0" src="tiagofaustino_com  portfólio_arquivos/port_frame.htm">
	</iframe>
	
	</td>
  </tr>
</table>
</BODY></HTML>



arquivo 2

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="200" height="364" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td><table width="200" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td><SPAN class=style1>Design for Web</SPAN></td>
        </tr>
        <tr> 
          <td>&nbsp;</td>
        </tr>
        <tr> 
          <td><font color="#000000"><strong>sdsadasd</strong></font></td>
        </tr>
        <tr> 
          <td>&nbsp;</td>
        </tr>
        <tr> 
          <td>&nbsp;</td>
        </tr>
        <tr> 
          <td>&nbsp;</td>
        </tr>
        <tr> 
          <td>&nbsp;</td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>

Edição feita por: juniorjtb, 14/12/2005, 09:30.


#4 tiagof

tiagof

    Turista

  • Usuários
  • 35 posts
  • Sexo:Masculino
  • Localidade:Rio de Janeiro

Posted 15/12/2005, 12:23

Andreia, eu coloquei o seu código mais infelizmente não deu em nada...
Junior, eu tentei usar o seu, mas esta resumido ate demais... fiz algumas limpezas, mas continua dando erro...


Eu tinha conseguido fazer o iframe funcionar sem problemas em outro site... eu sei o que esta havendo que nesse nao funciona! Pra vcs tamebm aparece com a barra de rolagem horzontal?
Tiago Faustino
Abraços!
Jesus te ama!!
tiagofaustino.com | Orkut Profile

#5 Andreia Regina

Andreia Regina

    Veterano

  • Conselheiros
  • 1347 posts
  • Sexo:Feminino
  • Localidade:PR
  • Interesses:PHP; MySQL; Javascript; CSS; tudo ligado ao desenvolvimento web.

Posted 15/12/2005, 14:39

Oi!

Aparece a barra horizontal sim

Já tentou diminuir um pouco os tamanhos da tabela e do iframe?

Fórum WMO - Conselheira - Na equipe desde 31/01/2006.
Links importantes: Regras de conduta - Busca do fórum


#6 Makerup

Makerup

    diga XXXXXXX ... isso é palavrão??

  • Usuários
  • 1271 posts
  • Sexo:Masculino
  • Localidade:Sampa

Posted 15/12/2005, 15:57

seu site não abre...
makerup comunicação e marketing




1 user(s) are reading this topic

0 membro(s), 1 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq