Ver Mensaje Individual
  #7 (permalink)  
Antiguo 13/09/2010, 14:35
JotaDesign
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Problemas con Flexcroll + JQuery (Ajax)

Buenas Tardes !!! Yo tambien queria utilizar el flexcroll en un Iframe en el cual he incluido una pagina web. Lo que necesito de flexcroll es subir y bajar el contenido con el scroll del mouse dicho iframe.

Lo que No se es como incluir el codigo, en que parte iria y demas para poder lograrlo. Diseño en Html con Dreamweaver 8 y aqui dejo el codigo de la pagina en cuestion esperando me puedan ayudar ya que lo he intentado TODO dentro de mis conocimientos Muchas Gracias de Antemano !!!

<html>
<head>
<title>ElCampo.com | El Mundo del Campo</title>
<link rel="shortcut icon" href="http://www.mariajuananoticias.com.ar/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
td {
font-family: Tahoma;
font-size: 11px;
color: #333366;
text-decoration: none;
border: none;
}
img {
text-decoration: none;
border: none;
}
.data {
font-family: Tahoma;
font-size: 10px;
color: #000066;
text-decoration: none;
border: none;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0000FF;
text-decoration: none;
border: none;
}
.links {
font-family: Tahoma;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
border: none;
}
body {
background-image: url(imagenes/campo.jpg);
background-repeat: no-repeat;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}
.Estilo1 {
color: #0000FF;
font-weight: bold;
}
.Estilo6 {color: #FFFF00}
.Estilo7 {color: #000000}
-->
</style>
</head>
<td id="tablaTrans" bgcolor="#0000CC"><table width=779 border=0 cellpadding=0 cellspacing=0 align="center">
<!--DWLayoutTable-->
<tr>
<!--FLASH-->
<td width="779" height=176 valign="top"><p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="779" height="176">
<param name="movie" value="imagenes/viva.swf">
<param name="quality" value="high">
<embed src="imagenes/viva.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="779" height="176"></embed>
</object>
</p></td>
<!--FLASH-->
</tr>
<tr>
<td height=397 valign="top">
<marquee id="scroller" direction="up" scrollAmount="1" scrollDelay="3" scrollbar="no" height="390" width="100%">

::: CONTENIDO :::

</marquee>
<div id="staticbuttons" style="position:absolute;">
<a href="javascript:scroller.stop()"><img
src="detener.png" border="0"></a>
<a href="javascript:scroller.start()"><img
src="avanzar.png" border="0"></a>
</div>

<script>
if (document.all)
scroller.start()
</script>
</td>
</tr>
<tr>
<td height=15 valign="top"><div align="center"><span class="Estilo1"><span class="Estilo6">&bull; Copyright &copy; 2010 VivaCampo.com.ar &bull; Todos los Derechos Reservados &bull;</span></span></div></td>
</tr>
</table>
</body>
</html>