473,406 Members | 2,954 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Peeking image

Can someone tell me where I can find a script that lets me have an
image or text slide onto the webpage?
Just loading http://www.amazon.com should give you an idea of exactly
what I'm looking for.
TIA,
Nonyz
Jul 20 '05 #1
3 1429
Nonyz wrote:
Can someone tell me where I can find a script that lets me have an
image or text slide onto the webpage?
Just loading http://www.amazon.com should give you an idea of exactly
what I'm looking for.
TIA,
Nonyz


Nonyz,

Take a look at these:

http://www.dyn-web.com/dhtml/float/

Sliding Images or Other Positioned Elements

Float images or other page content up, down or across the screen using
this newly developed code. One small (4k) JavaScript file is all that is
needed for gliding in any direction.

The glide can repeat after a delay, or you can swap images, reverse the
direction, speed up the glide, or perform any other type of action at
the end of the glide. Multiple instances of gliding layers can be
supported with this code.

About the Code

Sliding images across the page is best suited for documents that will
require no scrolling. This is due to the fact that most browsers do not
support the style specification of overflow-x: hidden. The code is set
up to accommodate scrolling however. Just remove the line html,body
{overflow:hidden} in the style sheet.

Even though it is possible to use this code with animated gifs,
browser/system performance varies widely. Also, other system activity
can often interfere causing the gif animation to stop.

This code uses frame-based animation to glide the layers up, down or
across the page. That is, the layers move a set pixel amount each loop
(every 20 to 100 milliseconds, for example). Although frame-based
animation results in different rates of speed on different browsers,
platforms and systems, the animation will be relatively smooth in each,
whereas with time-based animation, as is used in most other animations
at dyn-web, the layer will move the specified distance in the allotted
period of time, but the motion will vary in smoothness on different
browsers, platforms and systems.

======================================

http://developer.irt.org/script/274.htm

Jul 20 '05 #2
I have read the following message from mscir <ms***@access4less.net>
and have decided to lend my vast knowledge.

The writer said:
Nonyz wrote:
Can someone tell me where I can find a script that lets me have an
image or text slide onto the webpage?
Just loading http://www.amazon.com should give you an idea of exactly
what I'm looking for.
TIA,
Nonyz
Nonyz,

Take a look at these:

http://www.dyn-web.com/dhtml/float/

Sliding Images or Other Positioned Elements

Float images or other page content up, down or across the screen using
this newly developed code. One small (4k) JavaScript file is all that is
needed for gliding in any direction.

<snip>


and my reply is:
Using Netscape 7.02 on a Mac the sliding effect does not work very
well. When sliding text from right to left the sliding text appears
from the right side of the viewable window but actually the window
grows to the right to hold the text and then slowly shrinks as the
message moves. You can actually see the scroll bar at the bottom change
as the size of the window changes.

Netscape 7.02 is the latest Netscape browser for users who have not
upgraded to System X.

--
Dennis M. Marks
http://www.dcs-chico.com/~denmarks/
Replace domain.invalid with dcsi.net
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Jul 20 '05 #3
mscir <ms***@access4less.net> wrote in message news:<10*************@corp.supernews.com>...

Take a look at these:

http://www.dyn-web.com/dhtml/float/

Sliding Images or Other Positioned Elements


Great - danke!
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Pierre Tremblay | last post by:
Hi! I am trying to display an image in my html document. The document contains the following line: <td class="Input"><img...
3
by: dave | last post by:
Hello there, I am at my wit's end ! I have used the following script succesfully to upload an image to my web space. But what I really want to be able to do is to update an existing record in a...
2
by: Tjerk | last post by:
Hello all, I have the script below to change an image depending on the date upto january it worked fine but then it just stopped working does anybody have an idea how I can make it work again or...
8
by: Jef Driesen | last post by:
I'm implementing some image processing algorithms in C++. I created a class called 'image' (see declaration below), that will take care of the memory allocations and some basic (mathematical)...
6
by: QuasiChameleon | last post by:
Hi, I'm trying to create a grayscale image class that reads and writes grayscale Targa format. This works well with smaller images, but corrupts larger images and creates a "Segmentation fault...
15
by: Anand Ganesh | last post by:
HI All, I have an Image. I want to clip a portion of it and copy to another image. How to do this? I know the bounding rectangle to clip. Any suggestions please. Thanks for your time and...
7
by: lgbjr | last post by:
Hello All, I¡¯m using a context menu associated with some pictureboxes to provide copy/paste functionality. Copying the image to the clipboard was easy. But pasting an image from the clipboard...
15
by: David Lozzi | last post by:
Howdy, I have a function that uploads an image and that works great. I love ..Nets built in upload, so much easier than 3rd party uploaders! Now I am making a public function that will take the...
0
Debadatta Mishra
by: Debadatta Mishra | last post by:
Introduction In this article I will provide you an approach to manipulate an image file. This article gives you an insight into some tricks in java so that you can conceal sensitive information...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.