¿Cómo puedo insertar una barra de desplazamiento en un frame ya existente?
Hola que tal, una pequeña consulta.
tengo una pagina donde tengo puesto un Frame a la izquierda, ahi tengo una pequeño listado (no es una tabla) pero q no se ve en un solo largo
como hago para insertar una barra de desplazamiento en el frame ya hecho?
gracias
saludos
Jorge
tengo una pagina donde tengo puesto un Frame a la izquierda, ahi tengo una pequeño listado (no es una tabla) pero q no se ve en un solo largo
como hago para insertar una barra de desplazamiento en el frame ya hecho?
gracias
saludos
Jorge
1 respuesta
Respuesta de fatehand
1
1
fatehand, LLevo 4 años trabajando en ASP, COM+, SQL Server,he desarrollado...
Para hacer esto te vas a la etiqueta del frame y le colocas la siguietne propiedad:
- Si quieres que salga siempre pones SCROLLING="YES"
- Si quieres que salga automáticamente cuando sea necesario pones SCROLLING="AUTO"
Aquí tienes un ejemplo:
<FRAMESET rows="80,*">
<frame name="alto" src="top.htm">
<frame name="central" src="central.htm" scrolling="auto">
</FRAMESET>
Si quieres saber más cosas sobre los frames, visita esta web:
http://www.htmlpoint.com/guida/html_13.htm
- Si quieres que salga siempre pones SCROLLING="YES"
- Si quieres que salga automáticamente cuando sea necesario pones SCROLLING="AUTO"
Aquí tienes un ejemplo:
<FRAMESET rows="80,*">
<frame name="alto" src="top.htm">
<frame name="central" src="central.htm" scrolling="auto">
</FRAMESET>
Si quieres saber más cosas sobre los frames, visita esta web:
http://www.htmlpoint.com/guida/html_13.htm
lo probé pero no me funca bien osea andaria pero no en este caso (??)
resulta que yo tengo es un frama el codigo que tengo es el siguiente
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000" background="Fondos_164_amar.jpg">
<p><font color="#FFFFFF"><b><font size="2"><a href="index.htm" target="_parent"><img src="Numer.gif" width="20" height="20" border="0"></a>
HOME</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="bibliotecas.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
BIBLIOTECAS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="bomberos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
BOMBEROS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="correos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
CORREO</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="educacion.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
EDUCACION</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="eventos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
EVENTOS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="plazas.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
PLAZAS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="hospitales.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
SALUD</font></b></font></p>
<p><b><font color="#FFFFFF" size="2"><a href="seguridad.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
SEGURIDAD</font></b></p>
</body>
</html>
lo que hace es a la izquierda un frama donde aparece una pequeña imagen con nombre x ej home, bibliotecas, bomberos etc.....
como no me llega a entrar todo en la vista de la pagina lo que quisiera es que se reduzca el espacio entre linea y linea x ej entre home y bibliotecas, yo le agrego lo que vos me pasastes y en el previo de abajo lo hace (dreamweaver)pero cuando le ody vista preliminar o lo ejecuto está todo igual
sabes que puede ser ese error ??
pasa que como no tengo una barra para bajar.....lo q quiero hacer es achicar un poquito ese espacio que hay para q entre (es muy poco lo q no entra)
desde ya muchas gracias
atte
Jorge
resulta que yo tengo es un frama el codigo que tengo es el siguiente
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000" background="Fondos_164_amar.jpg">
<p><font color="#FFFFFF"><b><font size="2"><a href="index.htm" target="_parent"><img src="Numer.gif" width="20" height="20" border="0"></a>
HOME</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="bibliotecas.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
BIBLIOTECAS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="bomberos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
BOMBEROS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="correos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
CORREO</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="educacion.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
EDUCACION</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="eventos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
EVENTOS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="plazas.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
PLAZAS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="hospitales.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
SALUD</font></b></font></p>
<p><b><font color="#FFFFFF" size="2"><a href="seguridad.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
SEGURIDAD</font></b></p>
</body>
</html>
lo que hace es a la izquierda un frama donde aparece una pequeña imagen con nombre x ej home, bibliotecas, bomberos etc.....
como no me llega a entrar todo en la vista de la pagina lo que quisiera es que se reduzca el espacio entre linea y linea x ej entre home y bibliotecas, yo le agrego lo que vos me pasastes y en el previo de abajo lo hace (dreamweaver)pero cuando le ody vista preliminar o lo ejecuto está todo igual
sabes que puede ser ese error ??
pasa que como no tengo una barra para bajar.....lo q quiero hacer es achicar un poquito ese espacio que hay para q entre (es muy poco lo q no entra)
desde ya muchas gracias
atte
Jorge
Prueba a utilizar este código
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000" background="Fondos_164_amar.jpg">
<table width="29" border="0">
<tr>
<td height="30"><font color="#FFFFFF"><b><font size="2"><a href="index.htm" target="_parent"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><font size="2"><b><font color="#FFFFFF"><a href="bibliotecas.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><font size="2"><b><font color="#FFFFFF"><a href="bomberos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><font size="2"><b><font color="#FFFFFF"><a href="correos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><font size="2"><b><font color="#FFFFFF"><a href="educacion.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><font size="2"><b><font color="#FFFFFF"><a href="eventos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><font size="2"><b><font color="#FFFFFF"><a href="plazas.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><font size="2"><b><font color="#FFFFFF"><a href="hospitales.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><b><font color="#FFFFFF" size="2"><a href="seguridad.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></td>
</tr>
</table>
<p> </p>
<p><font color="#FFFFFF"><b><font size="2">
HOME</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF">
BIBLIOTECAS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF">
BOMBEROS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF">
CORREO</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF">
EDUCACION</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF">
EVENTOS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF">
PLAZAS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF">
SALUD</font></b></font></p>
<p><b><font color="#FFFFFF" size="2">
SEGURIDAD</font></b></p>
</body>
</html>
Le he añadido una tabla y e ido metiendo en ella todas tus opciones del menú.
Esa sería una opción para reducir espacio entre líneas, otra podría ser la siguiente.
Después de introducir una imagen en vez de darle a 'Enter' para dejar una línea en blanco, pulsa 'Control + Enter' y verás como esa línea en blanco es mucho más pequeña que la anterior con lo que ahorrarás espacio vertical.
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000" background="Fondos_164_amar.jpg">
<table width="29" border="0">
<tr>
<td height="30"><font color="#FFFFFF"><b><font size="2"><a href="index.htm" target="_parent"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><font size="2"><b><font color="#FFFFFF"><a href="bibliotecas.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><font size="2"><b><font color="#FFFFFF"><a href="bomberos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><font size="2"><b><font color="#FFFFFF"><a href="correos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><font size="2"><b><font color="#FFFFFF"><a href="educacion.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><font size="2"><b><font color="#FFFFFF"><a href="eventos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><font size="2"><b><font color="#FFFFFF"><a href="plazas.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><font size="2"><b><font color="#FFFFFF"><a href="hospitales.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></font></td>
</tr>
<tr>
<td height="30"><b><font color="#FFFFFF" size="2"><a href="seguridad.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a></font></b></td>
</tr>
</table>
<p> </p>
<p><font color="#FFFFFF"><b><font size="2">
HOME</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF">
BIBLIOTECAS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF">
BOMBEROS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF">
CORREO</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF">
EDUCACION</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF">
EVENTOS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF">
PLAZAS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF">
SALUD</font></b></font></p>
<p><b><font color="#FFFFFF" size="2">
SEGURIDAD</font></b></p>
</body>
</html>
Le he añadido una tabla y e ido metiendo en ella todas tus opciones del menú.
Esa sería una opción para reducir espacio entre líneas, otra podría ser la siguiente.
Después de introducir una imagen en vez de darle a 'Enter' para dejar una línea en blanco, pulsa 'Control + Enter' y verás como esa línea en blanco es mucho más pequeña que la anterior con lo que ahorrarás espacio vertical.
Grande MAESTRO !! Muchísimas gracias, puse el códgi que me pasastes y lo hice con el tema de la tablá así como vos me lo pasastes, solo que le agregué una columna mas para poner en la misma fila imagen + texto, cosa que con el codigo q me pasastes era todo en una columna.
todo PERFECTO
Muchisimas gracias x responderme.
Disculpá las molestias.
Saludos, exitos.
Jorge.
todo PERFECTO
Muchisimas gracias x responderme.
Disculpá las molestias.
Saludos, exitos.
Jorge.
- Compartir respuesta
- Anónimo
ahora mismo