Preserved Topic: Question (About Scrollbars...) (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: A lost remnant |
posted 07-17-2001 23:39
I was wondering how to make scrollbars in a page aside from the on that is always on your right handside. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 07-17-2001 23:55 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-18-2001 00:06
Mr max, were you implying that overflow:auto *does* work in NN4? That would be cool, I've never even bothered to try it... does it? |
Paranoid (IV) Mad Scientist From: A lost remnant |
posted 07-18-2001 00:07
What are DHTML scrollers and may I please have the HTML for them? |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-18-2001 02:06
That page breaks completely in NN4 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-18-2001 02:38
DHTML scrollers are at that level where you can't cut and paste a script for them. Although some scripts are made like that for DHTML scrollers, they really just aren't that good. It drives me crazy how some people use only cut and paste scripts and then get frustrated when things don't work right. One must learn to write their own code! Cut and paste scripts don't help you learn. They're like Photoshop filter-thingies. And they say nothing about the skill level of the person who uses them - actually, they say a lot. |
Paranoid (IV) Mad Scientist From: A lost remnant |
posted 07-18-2001 05:22
Slime, |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-18-2001 13:40
Well, you should have HTML down. You must also know CSS (cascading style sheets) well enough to create classes and IDs. You need to have a fundamental understanding of how JavaScript works, and be able to create your own objects. Finally, you need to be able to use the three together - CSS telling the HTML what to do and JS telling the CSS what to do - to create a dynamic page. That means you have to learn lots of the predefined object structures (like document.all in IE and document.layers in NN and what they do and how to use them). |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 07-18-2001 17:45 |