The script is there - we can see it working - so view the source code of the page that ajfmrf has kindly prepared for you and copy the script path into your browser to download the js file.
The script is there - we can see it working - so view the source code of the page that ajfmrf has kindly prepared for you and copy the script path into your browser to download the js file.
Focus on Function Web Design
Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps
Thanks Beverleyh and ajfmrf and all others who contributed to the tread. I can see the script working and it is working perfectly. When I click on the page I go to View Page Source. When I click on the "marquee.js" it goes over to the 404 page code as I indicated. I have not seen this before - am I missing something?
Yes. You're not using that script, its tag may be removed. The marquee is being driven by another script. On your current as of this typing:
train.webitry.net/
page, it's using this script:
train.webitry.net/my_js/cross_marq.js
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
it is not at the top unless you got the wrong script in use.
Okay here are all the files for the page:
http://www.web-user.info/test/marquee/cross_marq.js
http://www.web-user.info/test/marquee/myStyle.css
http://www.web-user.info/test/marquee/background.jpg
http://www.web-user.info/test/marquee/hills.jpg
http://www.web-user.info/test/marquee/marquee.gif
This is there but not for what I was working on it must
be for something else you want .
http://www.web-user.info/test/marquee/popup.js
If you don't use my css file(myStyle.css) it will not appear
as you want it
Last edited by ajfmrf; 11-10-2012 at 08:01 PM. Reason: add all files-get rid of duplicate file
Thanks,
Bud
I have used your css page and it still flies around in the clouds! The only thing I had to change was the path to the hills.jpg
It effect is working as required in your test arrangement but somehow I cannot get it to transfer.
http://www.web-user.info/test/marquee/myStyle.css
Well the page is there and if you can't transfer it copy and paste it............
Thanks,
Bud
I think this might be a good time for you to look at a basic CSS tutorial - you've been provided with all the materials but now you need a better understanding of how to use them. Unfortunately, we cannot do that for you. I appreciate that this is probably not what you want to hear but learning how to manipulate HTML and CSS for yourself will put you in much better stead in the future.
Focus on Function Web Design
Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps
Actually, what you have up at:
train.webitry.net/
looks pretty good now. Just get rid of:
and in my_js/cross_marq.js change:Code:<script type="text/javascript" src="my_js/marquee.js"></script>
to:Code:var marqueecontent='<img src="marquee.gif"/>'
The only remaining issue at that point should be that the train disappears suddenly as it nears the left side of the banner. I think that might be able to be fixed by changing the marqueecontent variable to include two train images with a lot of space between them, something like:Code:var marqueecontent='<img src="album/marquee.gif"/>'
You can play around with that 850px figure (two places) to get just the sort of effect you want.Code:var marqueecontent='<img src="album/marquee.gif" style="padding-right: 850px"/><img src="album/marquee.gif" style="padding-right: 850px"/>'
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks