Preserved Topic: zscroller (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: KY |
posted 11-24-2001 05:21
Hey guys, I'm working at using the zscroller from znippets.com. I really like it. Great job on it. I was wondering how I could resize it so that it's about 100/100. I want to use it as a center window where all textual information is presented on MouseOver and MouseOut functions. How would I do that? is it possible? easy? |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 11-24-2001 09:21 |
Bipolar (III) Inmate From: KY |
posted 11-24-2001 16:49
cool I got it so it doesn't fill the screen and so it's the size I want, but I can't for the life of me figure out how to keep it centered all the time with the other objects around it. I tried putting it into a table that's centered, but it doesn't work |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-24-2001 18:45
Ensabunar: Welcome. Without seeing the actual page I can't really comment as it could be other elements throwing things out but here are CSS-only examples of page centring which might prove useful (don't work in NS4.x) |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 11-24-2001 22:37
Hey Ensabanur! How's it going? I'll see if I can help. First, which one are you using, ZscrollBar or ZscrollBar2? ZcrollBar2 is easiest to change this way, here's how it'd be done. |
Bipolar (III) Inmate From: KY |
posted 11-25-2001 03:01
doc, thanks for respnding. I saw that lastnight and I tried to do that but nothing happened. Here's the source for the page. |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 11-26-2001 09:46
OK; I think I see what might be the problem. We have these two <div>'s, <div id="divCont"> and <div id="floatContent">. The outside one (divCont) should be the "outline" of where your content is going, the <table> layouts are redundant. Placing the <div>s inside of the tables is bound to muck things up also, I'm certain. The <div> is intended to "float" ofver the other content on the page, and it's placement on the page is specified by the CSS stylesheet and the Javascript code. |
Bipolar (III) Inmate From: KY |
posted 11-26-2001 22:43
I almost promise this is my last questions about this. I got it centered. However, I can't figure out how to make buttons from other aspects of the page link to the window? do I just use the div id cause I tried that and it didn't work. |
Bipolar (III) Inmate From: KY |
posted 11-27-2001 18:54
I got it figured out. If you want to check it out to see what you guys have been helping me with you can check it at |