473,385 Members | 1,320 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,385 software developers and data experts.

Help, I Broke It!

Hey - anybody out there want to help a poor soul who don't know what he's
doing?? I tried to modify a script from dynamicdrive.com, to handle my
graphic. The original version works fine for me on IE6, NS7, and FF1.0. My
modified version works fine on IE, but won't work on NS or FF. If anyone has
time to take a peek at my script and help my mend my ways, I sure would
appreciate it.

The original: http://www.dynamicdrive.com/dynamicindex4/plane.htm
My version: http://members.cox.net/parrotlegal/index_hold.htm

Thanks very much for your help.
Sep 23 '05 #1
9 1241
Lee
Jenny said:

Hey - anybody out there want to help a poor soul who don't know what he's
doing?? I tried to modify a script from dynamicdrive.com, to handle my
graphic. The original version works fine for me on IE6, NS7, and FF1.0. My
modified version works fine on IE, but won't work on NS or FF. If anyone has
time to take a peek at my script and help my mend my ways, I sure would
appreciate it.

The original: http://www.dynamicdrive.com/dynamicindex4/plane.htm
My version: http://members.cox.net/parrotlegal/index_hold.htm


I took a look, but it made horrible noises, so I closed that window
and won't be going back.

Sep 23 '05 #2
"Lee" <RE**************@cox.net> wrote in message
news:dh********@drn.newsguy.com...
Jenny said:

Hey - anybody out there want to help a poor soul who don't know what he's
doing?? I tried to modify a script from dynamicdrive.com, to handle my
graphic. The original version works fine for me on IE6, NS7, and FF1.0. My
modified version works fine on IE, but won't work on NS or FF. If anyone
has
time to take a peek at my script and help my mend my ways, I sure would
appreciate it.

The original: http://www.dynamicdrive.com/dynamicindex4/plane.htm
My version: http://members.cox.net/parrotlegal/index_hold.htm


I took a look, but it made horrible noises, so I closed that window
and won't be going back.


Sorry about that. I deleted the midi and the flash file, so it should be
quiet now. I would really appreciate your help, if you don't mind.
Sep 23 '05 #3
Jenny wrote:
Hey - anybody out there want to help a poor soul who don't know what he's
doing?? I tried to modify a script from dynamicdrive.com, to handle my
graphic. The original version works fine for me on IE6, NS7, and FF1.0. My
modified version works fine on IE, but won't work on NS or FF. If anyone has
time to take a peek at my script and help my mend my ways, I sure would
appreciate it.

The original: http://www.dynamicdrive.com/dynamicindex4/plane.htm
My version: http://members.cox.net/parrotlegal/index_hold.htm

What is the problem?
Mick
Sep 23 '05 #4
Jenny said the following on 9/23/2005 12:56 PM:
Hey - anybody out there want to help a poor soul who don't know what he's
doing?? I tried to modify a script from dynamicdrive.com, to handle my
graphic. The original version works fine for me on IE6, NS7, and FF1.0. My
modified version works fine on IE, but won't work on NS or FF. If anyone has
time to take a peek at my script and help my mend my ways, I sure would
appreciate it.

The original: http://www.dynamicdrive.com/dynamicindex4/plane.htm
My version: http://members.cox.net/parrotlegal/index_hold.htm


The modified version does not "work" in my IE. Typically, anything you
get from DynamicDrive is not worth the time it takes to copy/paste it.
Ditch it, learn script, and write a real script to do what you want.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Sep 23 '05 #5
Lee
Jenny said:

Hey - anybody out there want to help a poor soul who don't know what he's
doing?? I tried to modify a script from dynamicdrive.com, to handle my
graphic. The original version works fine for me on IE6, NS7, and FF1.0. My
modified version works fine on IE, but won't work on NS or FF. If anyone has
time to take a peek at my script and help my mend my ways, I sure would
appreciate it.

The original: http://www.dynamicdrive.com/dynamicindex4/plane.htm
My version: http://members.cox.net/parrotlegal/index_hold.htm

Thanks very much for your help.


At a glance, it looks like you've set Xpos to a negative number and
then keep subtracting from it. It just keeps going further out to
the left of the window.

Sep 23 '05 #6
"Mick White" <mw***********@rochester.rr.com> wrote in message
news:_t***************@twister.nyroc.rr.com...
Jenny wrote:
Hey - anybody out there want to help a poor soul who don't know what he's
doing?? I tried to modify a script from dynamicdrive.com, to handle my
graphic. The original version works fine for me on IE6, NS7, and FF1.0.
My modified version works fine on IE, but won't work on NS or FF. If
anyone has time to take a peek at my script and help my mend my ways, I
sure would appreciate it.

The original: http://www.dynamicdrive.com/dynamicindex4/plane.htm
My version: http://members.cox.net/parrotlegal/index_hold.htm

What is the problem?
Mick


Hey Mick - What's supposed to happen is a biplane.gif moves across the web
page, right to left. It works fine for me in IE6. In NS7 and FF1, the page
width has been increased, placing the gif image off-screen to the right,
with no movement. It's visible by scrolling right, but it does not "fly"
across the screen. The "problem" is that I don't know how to fix it, so that
it runs properly in the other two browsers. :-(
Sep 24 '05 #7
Jenny wrote:
[snip]

What is the problem?
Mick

Hey Mick - What's supposed to happen is a biplane.gif moves across the web
page, right to left. It works fine for me in IE6. In NS7 and FF1, the page
width has been increased, placing the gif image off-screen to the right,
with no movement. It's visible by scrolling right, but it does not "fly"
across the screen. The "problem" is that I don't know how to fix it, so that
it runs properly in the other two browsers. :-(

<marquee behavior="slide"><img src="your.gif"></marquee>

Mick
Sep 24 '05 #8
Jenny wrote in message news:4t********************@twister.southeast.rr.c om...
Hey - anybody out there want to help a poor soul who don't know what he's
doing?? I tried to modify a script from dynamicdrive.com, to handle my
graphic. The original version works fine for me on IE6, NS7, and FF1.0. My
modified version works fine on IE, but won't work on NS or FF. If anyone has
time to take a peek at my script and help my mend my ways, I sure would
appreciate it.

The original: http://www.dynamicdrive.com/dynamicindex4/plane.htm
My version: http://members.cox.net/parrotlegal/index_hold.htm

Thanks very much for your help.


Using FF 1.0.7 the Hugo Duarte CD Biplane flew from right to left just as
seems to have to. It did it just once though.

Seemed ok to me.
Sep 24 '05 #9
"Robi" <me@privacy.net> wrote in message
news:l6********************@trueband.net...
Jenny wrote in message
news:4t********************@twister.southeast.rr.c om...
Hey - anybody out there want to help a poor soul who don't know what he's
doing?? I tried to modify a script from dynamicdrive.com, to handle my
graphic. The original version works fine for me on IE6, NS7, and FF1.0.
My
modified version works fine on IE, but won't work on NS or FF. If anyone
has
time to take a peek at my script and help my mend my ways, I sure would
appreciate it.

The original: http://www.dynamicdrive.com/dynamicindex4/plane.htm
My version: http://members.cox.net/parrotlegal/index_hold.htm

Thanks very much for your help.


Using FF 1.0.7 the Hugo Duarte CD Biplane flew from right to left just as
seems to have to. It did it just once though.

Seemed ok to me.


Hey Robi - thanks for the feedback. That's what it was supposed to do.
Apparently, the problem was not related to the script. The page originally
had a "loose" Doctype statement. That didn't bother IE, but seemed to be a
problem with NS and FF. When I removed the Doctype, the script appeared to
run fine. I'm not sure what other problems that may lead to, but I'm giving
it a shot. At this point, I'm trying to create a link from the biplane.gif
to another web page. Any suggestions? Thanks again for your help.
Sep 24 '05 #10

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

Similar topics

0
by: Dan | last post by:
php is acting funny after an upgrade from RH7.3 to RH9.0. My hope is that someone can see the output and recognize what the problem might be. I have a set of php scripts set to run from the...
0
by: abcd | last post by:
kutthaense Secretary Djetvedehald H. Rumsfeld legai predicted eventual vicmadhlary in Iraq mariyu Afghmadhlaistmadhla, kaani jetvedehly after "a ljetvedehg, hard slog," mariyu vede legai pressed...
1
by: Liza | last post by:
Hi guys, i'm trying to build a web service....... is there such thing as polymorphism in web services? i mean could i have two web services of the same name but different arguments such that i...
7
by: dam_fool_2003 | last post by:
friends, I wanted to learn the various ways of inserting a single list. so: Method 1: #include<stdlib.h> #include<stdio.h> struct node { unsigned int data; struct node *next;
3
by: Dan Trowbridge | last post by:
Hi everyone, In my attempt to port code from VS 6.0 to VS.NET I had some code break along the way, mostly due to not adhereing closely to the C++ standard. This may be another instance but I...
10
by: Perro Flaco | last post by:
Hi everybody! I've got a very simple, but very difficult to me, question: can anybody explain me this? for (;;) { (...) }
21
by: Alok | last post by:
While posting a comment on http://www.reddit.com I got an error page with the following curious statement on it. "reddit broke (sorry)" "looks like we shouldn't have stopped using lisp..." ...
1
by: mark4asp | last post by:
I moved a page to another web-site and now it's broke! I had 5 pages in their own web-site. These pages have now been moved to another web-site. Everything is fine except that one of the pages,...
0
by: not_a_commie | last post by:
Somehow in changing my keyboard shortcuts I broke the tab key so that pressing it when I see the message "Press TAB to Insert" indents the line rather than adding the delegate footprint. How do I...
4
by: scolivas | last post by:
Help! I just upgraded from 0ffice 2003 to Office 2007 and when I opened one of my DB's its broke! Seems <code> ' Find the record that matches the control. Dim rs As Object Set...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.