![]() Preserved Topic: Question (About Scrollbars...) (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: A lost remnant |
![]() 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 |
![]() |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() 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 |
![]() What are DHTML scrollers and may I please have the HTML for them? |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() That page breaks completely in NN4 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() 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 |
![]() Slime, |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() 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 |
![]() |