Preserved Topic: Help Debug sliding div (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Magna, UT |
posted 03-23-2002 03:32
I am trying to make the copyright div slide in to the bottom center. I also have code that keeps it centered horizontally on the page but I am running the slide functions first onload. As far as i can tell it is setup pretty much the same as the 2 other divs I all ready have sliding in. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-23-2002 05:58
hola, |
Bipolar (III) Inmate From: Magna, UT |
posted 03-23-2002 16:49
So If I call initializeH() from the end of slideCopy() instead of in onload it should be out of the way? |
Bipolar (III) Inmate From: Magna, UT |
posted 03-23-2002 17:07
That doesn't work either. If I comment out the initializeH() function all together then it will slide but then it won't recenter with rePosH() on resize because myObj2 is not being set. |
Bipolar (III) Inmate From: Magna, UT |
posted 03-23-2002 17:36
Ok I got rid of initializeH() all together. I have copying one function and modifying it to affect other divs. So I had to go through and make some variables more unique like initializeH() and reposH() were using myObj2 which was copied and modified from myObj in initializeV() and rePosV(). I changed rePosH() to CopyObj and changed obj in slideCopy to CopyObj as well and wala now it slides then repositions. |
Maniac (V) Mad Scientist From: New California |
posted 03-23-2002 17:55 |
Bipolar (III) Inmate From: Magna, UT |
posted 03-23-2002 19:59
I just need to decipher Zscrollbar2 for my links. I looked at before it didn't make any sense. I wasn't sure how I could adjsut it to to display in the right center for each link. |
Maniac (V) Mad Scientist From: New California |
posted 03-23-2002 21:48
"no onmouse left or onmouseright"... Right, that's because they don't exist. |
Bipolar (III) Inmate From: Magna, UT |
posted 03-23-2002 22:41
Ya i've those up in front of me now deciding if I really have time to delv into it today. |