Closed Thread Icon

Topic awaiting preservation: Zscrollbar won't Scroll?? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8130" title="Pages that link to Topic awaiting preservation: Zscrollbar won&amp;#039;t Scroll?? (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Zscrollbar won&#039;t Scroll?? <span class="small">(Page 1 of 1)</span>\

 
Quarath
Bipolar (III) Inmate

From: Magna, UT
Insane since: May 2000

posted posted 03-28-2002 07:58

http://www.finlinson.com/design/

I have finally got this figured out so it is placed right but somewhere along teh way it quit scrolling and I have not been able to find out what I did. I's appreciate it if any of you can point it out, otherwise I may have to start again and hopefully not repeat my mistake. There should be plenty of content to scroll I cut n pasted what was there several times to force it to for now.

Also I obviously don't want this to just sit here when the page opens but I haven't figured out how to call up the Zscroller via a menu link and how to setup multiple ones to show and hide appropriatly when selected.

DocOzone
Maniac (V) Lord Mad Scientist
Sovereign of all the lands Ozone and just beyond that little green line over there...

From: Stockholm, Sweden
Insane since: Mar 1994

posted posted 03-28-2002 12:47

Ah! I just looked at that page, I was looking for the "onload" function which you use for all the other functions. Zscrollbar is using one of those two, and since yours comes after those scrolling scripts, it's the one that gets processed. (I'm also afriad, the Zscrollbar may have a function named "setup()" also? Ooh, bummer.) ANYways, you'll have to modify one (or both) of these scripts so the onLoad functions are combined.

Your pal, -doc-



[This message has been edited by DocOzone (edited 03-28-2002).]

Quarath
Bipolar (III) Inmate

From: Magna, UT
Insane since: May 2000

posted posted 03-28-2002 18:12

Actually I cemented out the

onload=setup;
onresize=setup;

in the Zscrollbar2.js files and called them instead with all the other onload and on resize functions. It wouldn't display at all until I did that. It had it working but not at correct size. Then I commented out the safeBottom function so I could hard set it because it wanted to go to the bottom of the page not just the bottom of the DIV. I left the safeRight function because I wanted that side to remain fluid. I don't know if in doing that I have caused something or not but I was unable to determine what I did.

Also how do you suggest altering the semi transparent backrounds and such to match a pages color the default doesn't work here and I'm not sure what colors to change will help.

Quarath
Bipolar (III) Inmate

From: Magna, UT
Insane since: May 2000

posted posted 03-29-2002 07:38

OK here's what I have come up with so far on troubleshooting this.

The Zscrollbar part of the main web page work fine when run individually from the coding on my page. It's not the onload I have cleared that. When I move the calls to Docs js files in particular to the end of the head script on my page then it scrolls but my mountians will no longer pan. If I leave the call to Zscrolbar.js before my script tag then the mountains work but it won't scroll. I have tried calling setup both at the begining of the onload/onresize statments and at the end to see if order mattered and it did not seem to. There seems to be some sort of conflict between the MoveMtn() function and the Zscrollbar.js script but I not got clue what it is.

If anyone has any ideas I am open to suggestion.

.......Anybody???



[This message has been edited by Quarath (edited 03-29-2002).]

« BackwardsOnwards »

Show Forum Drop Down Menu