How does one make html lists expandable? I handwrite my html because I'm a stickler that way and haven't been able to work this out for myself. An example of what I mean: Halas Heaters. Down under the Full Recipe List you can click on the + next to Vodka to expand the list under it to be viewable.
I tried doing it with Frontpage and studying what it did but that's getting into java and stuff and I don't want to mess with that. In the example above EQTC appears to be using style sheets, which is more my speed. I've done a very tiny bit of dabbling with style sheets (copying code that did what I wanted and plugging it into my page - this actually worked) and have learned more in poring through the books at hand right now. But none of them address expanding lists; I think our books might be too old.
So I understand the most elementary fundamentals and just want to know what bits of code to put where in order to make my lists expandable. Anyone able to help?
I tried doing it with Frontpage and studying what it did but that's getting into java and stuff and I don't want to mess with that. In the example above EQTC appears to be using style sheets, which is more my speed. I've done a very tiny bit of dabbling with style sheets (copying code that did what I wanted and plugging it into my page - this actually worked) and have learned more in poring through the books at hand right now. But none of them address expanding lists; I think our books might be too old.
So I understand the most elementary fundamentals and just want to know what bits of code to put where in order to make my lists expandable. Anyone able to help?
Comment