Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Re: [javascript_howto] How do I make a "sc roll-wrap" as a slow crawl effect in a text box


Message #1 by Sonderman Fred W Contr OD4/DM <Fred.Sonderman@O...> on Wed, 3 Jul 2002 15:11:44 -0700
Bill,

This is exactly what I wanted.

Thank you

Anthony

>>> Fred.Sonderman@O... 07/03/02 06:11PM >>>


Try using a marquee, like this...


   <table width=3D"150" bgcolor=3D"#386798" cellspacing=3D"0" cellpadding
=3D"0"
border=3D"1"><tr>
<td>
    <marquee direction=3D"up" height=3D"100" scrollamount=3D"1">
     <font SIZE=3D"1" FACE=3D"Verdana, Arial, Helvetica, sans-serif"
color=3D"white">
      <p>
       <a href=3D"http://www.sjwomenshealth.com/"><font color=3D"gold">New 
SJGH
Health Site</font></a><br>
       Check out San Joaquin General Hospital's new women's health site.
      </p>
      <p>
       <a href=3D"http://www.fbservices.com/html/healthy_families.html"><fo
nt
color=3D"gold">Healthy Families</font></a><br>
       Click for more information on enrolling your children in California'
s
Healthy Families Program!
      </p>
     </font>
    </marquee>
   </td></tr></table>


HTH,

Bill


-----Original Message-----
From: TurnenT [mailto:turnent@c...]
Sent: Wednesday, July 03, 2002 2:59 PM
To: JavaScript HowTo
Subject: [javascript_howto] Re: [javascript_howto] How do I make a
"scroll-wrap" as a slow crawl effect in a text box


You could use an IFRAME, but you would have trouble if it came from a
database, plus netscape browsers (aside from NN6) do not support it.
----- Original Message -----
From: <delcyan@w...>
To: "JavaScript HowTo" <javascript_howto@p...>
Sent: Wednesday, July 03, 2002 3:35 PM
Subject: [javascript_howto] How do I make a "scroll-wrap" as a slow crawl
effect in a text box


> Hello,
>
> I have, on my home page, limited space, a table which displays some info
> from the database. The problem is the more data we add in the database 
the
> bigger the table becomes. Space is a problem right now.
>
> So, I am thinking about adding a text box with a slow crawl effect of 
the
> data from the database. I will ready one record at a time.
>
> I have complete everything but the crawl effect. Can someone please 
direct
> me to some good examples/sites.
>
> Thank you
>
> Anthony,
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
> r-20
>




---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramme

r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramme

r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramme

r-20


---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramme

r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramme

r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramme

r-20
to unsubscribe send a blank email to leave-javascript_howto-1130361O@p...
ox.com.


  Return to Index