
hacer scroll horizontal
Publicado por berfer (4 intervenciones) el 06/01/2008 20:44:50
Hola, tengo esta pagina
<head>
</head>
<html>
<FRAMESET ROWS="12%,88%" >
<FRAME SRC="fotos_marcas.html" name="arriba">
<FRAME src="documento2.html" name="abajo">
</FRAMESET>
</html>
documento2.html tiene este codigo:
<head>
</head>
<body>
<html>
<center>
<img src="difusion2.gif" alt="" border="0">
</center>
</html>
</body>
y fotos_marcas.html tiene este codigo:
</head>
<body>
<html>
<TD>
<a href="http://www.balcar.com" TARGET=_blank><img src="fotos_marcas/balcar.gif" border="0"></a>
<a href="http://www.idx.com" TARGET=_blank><img src="fotos_marcas/idx.gif" border="0"></a>
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
</td>
</html>
</body>
Mi pregunta es como puede hacer que en la pagina de fotos_marcas.html solo me salga el scroll horizontal y no el vertical??
Lo que quiero es poner todas esas fotos seguidas en una misma linea.
Muchas gracias
<head>
</head>
<html>
<FRAMESET ROWS="12%,88%" >
<FRAME SRC="fotos_marcas.html" name="arriba">
<FRAME src="documento2.html" name="abajo">
</FRAMESET>
</html>
documento2.html tiene este codigo:
<head>
</head>
<body>
<html>
<center>
<img src="difusion2.gif" alt="" border="0">
</center>
</html>
</body>
y fotos_marcas.html tiene este codigo:
</head>
<body>
<html>
<TD>
<a href="http://www.balcar.com" TARGET=_blank><img src="fotos_marcas/balcar.gif" border="0"></a>
<a href="http://www.idx.com" TARGET=_blank><img src="fotos_marcas/idx.gif" border="0"></a>
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
<img src="fotos_marcas/balcar.gif" alt="" border="0">
</td>
</html>
</body>
Mi pregunta es como puede hacer que en la pagina de fotos_marcas.html solo me salga el scroll horizontal y no el vertical??
Lo que quiero es poner todas esas fotos seguidas en una misma linea.
Muchas gracias
Valora esta pregunta


0