Closed Thread Icon

Preserved Topic: ZScrollBar2 (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18535" title="Pages that link to Preserved Topic: ZScrollBar2 (Page 1 of 1)" rel="nofollow" >Preserved Topic: ZScrollBar2 <span class="small">(Page 1 of 1)</span>\

 
shovel
Obsessive-Compulsive (I) Inmate

From: USA
Insane since: Dec 2001

posted posted 12-10-2001 07:28

First off, in your replys, consider that I am completly ignorant in coding of any sort..... I bought a bunch of books and am trying to learn but right now I have to do everything 4 or 5 hundred times until something accidently works. WHEW..... That being said, I was messing around with ZScrollBar2 and managed to get it working, well.... kind of..... on this page. It doesn't show up until you resize the window. Can anyone point me in the right direction?

Thanks in advance



[This message has been edited by shovel (edited 12-11-2001).]

lallous
Paranoid (IV) Inmate

From: Lebanon
Insane since: May 2001

posted posted 12-10-2001 08:19

Hi, and welcome....

I never used ZscrollBar, but I assume that when you have overwritten the onload event in the <body> tag, you somehow prevented the scripts from initializing themselves.

I believe if you remove the onload even from your <body> tag temporarily will fix it.

<body .... onload='....'> (remove the whole onload)


in moments Zscrollbar2 experts will tell you what function you should call too on onload()

lallous
Paranoid (IV) Inmate

From: Lebanon
Insane since: May 2001

posted posted 12-10-2001 08:33

I downloaded the Zxxxx scripts, and found this...

quote:
//Important! Don't delete this next bit...

onload=setup;
onresize=setup;



therefore, add the following to your onload event in the body tag:
<body onload="MM_preLoad(.......);setup();">

good luck.

shovel
Obsessive-Compulsive (I) Inmate

From: USA
Insane since: Dec 2001

posted posted 12-10-2001 16:52

That worked...... thanks, in retrospect it's pretty obvious..... duh......



[This message has been edited by shovel (edited 12-10-2001).]

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 12-10-2001 17:23

Cool, nice look on the scrollbar graphics, it works nicely for me! Hmm, I hadn't thought about the problems that would creep in when people added their own onLoad=... tags, guess I should maybe add something in the documentation (such as it is, heh.)

Your pal, -doc-

shovel
Obsessive-Compulsive (I) Inmate

From: USA
Insane since: Dec 2001

posted posted 12-11-2001 04:45

Did a little more work on the graphics so they'd fit in a little better and it's workin' great now.... thanks lallous, and thanks for the kind words and the great scripts Doc

Allewyn
Maniac (V) Mad Scientist

From: Solitary confinement
Insane since: Feb 2001

posted posted 12-13-2001 15:47

Hey that's a great interface and implementation of ZScroller! Runs really smooth...Nice job

« BackwardsOnwards »

Show Forum Drop Down Menu