![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've investigated a bit how to have hidden lines of text (could be just text or could be links) appear when clicking on a link in an HTML page. Example describing what I'd like it to look like is at: http://edmullen.net/temp/example.html I'm perfectly willing to go read and research but I'd appreciate some clues as to what I should look for (I've seen a variety of possibilities after doing some Googling). I would want to use strict HTML and CSS in whatever I finally do. |
|
Nicolaas |
#3
| |||
| |||
|
|
I've investigated a bit how to have hidden lines of text (could be just text or could be links) appear when clicking on a link in an HTML page. Example describing what I'd like it to look like is at: http://edmullen.net/temp/example.html I'm perfectly willing to go read and research but I'd appreciate some clues as to what I should look for (I've seen a variety of possibilities after doing some Googling). |
|
I would want to use strict HTML and CSS in whatever I finally do. |
#4
| |||
| |||
|
|
Ed Mullen wrote: I've investigated a bit how to have hidden lines of text (could be just text or could be links) appear when clicking on a link in an HTML page. Example describing what I'd like it to look like is at: http://edmullen.net/temp/example.html I'm perfectly willing to go read and research but I'd appreciate some clues as to what I should look for (I've seen a variety of possibilities after doing some Googling). I would want to use strict HTML and CSS in whatever I finally do. have a look at www.friars.co.nz, If you like that system then I can provide you with some code. Cheers Nicolaas |
#5
| |||
| |||
|
|
Ed Mullen wrote: I've investigated a bit how to have hidden lines of text (could be just text or could be links) appear when clicking on a link in an HTML page. Example describing what I'd like it to look like is at: http://edmullen.net/temp/example.html I'm perfectly willing to go read and research but I'd appreciate some clues as to what I should look for (I've seen a variety of possibilities after doing some Googling). You probably mean something similar to this site of mine: http://www.fingerlakesbmw.org/ I would want to use strict HTML and CSS in whatever I finally do. It's that, and a bunch of PHP with IF statements in the menu script, and group identifiers for each page in the PHP. I don't know of any other way without using unreliable JavaScript, or including a complete, separate HTML menu with each page. Be gentle with my 20-at-a-time free-for-nonprofits web server... |
#6
| |||
| |||
|
|
I've investigated a bit how to have hidden lines of text (could be just text or could be links) appear when clicking on a link in an HTML page. Example describing what I'd like it to look like is at: http://edmullen.net/temp/example.html |
|
I'm perfectly willing to go read and research but I'd appreciate some clues as to what I should look for [...] |
|
I would want to use strict HTML and CSS in whatever I finally do. |
#7
| |||
| |||
|
|
If you have a lot of things to stuff into a navigation menu, and if that stuff is tree-like organised, this apporach can work very nicely. I've used it at <http://www.voiceandvision.nl/> for instance. |
#8
| |||
| |||
|
|
Beauregard T. Shagnasty wrote: snippage You probably mean something similar to this site of mine: http://www.fingerlakesbmw.org/ I would want to use strict HTML and CSS in whatever I finally do. Ooo! Beemers! ;-) How could I not like this? :-D |
|
Seriously, this is similar to what my very sketchy notion is about. Thank you. I'll check it out soon and when I can focus on it. Much appreciated. |
#9
| |||
| |||
|
|
Sander Tekelenburg wrote: If you have a lot of things to stuff into a navigation menu, and if that stuff is tree-like organised, this apporach can work very nicely. I've used it at <http://www.voiceandvision.nl/> for instance. Is that site possibly being served by a home computer? It is very slow. There is over a third-megabyte of images on that one page, far too high for a main page. On my fast 7Mbps cable connection, I would expect it should load in a few seconds, but it took about two minutes. |
#10
| |||
| |||
|
|
Beauregard T. Shagnasty wrote: Is that site possibly being served by a home computer? It is very slow. There is over a third-megabyte of images on that one page, far too high for a main page. On my fast 7Mbps cable connection, I would expect it should load in a few seconds, but it took about two minutes. I have about 900k DSL and it pops right up for me (2-3 seconds). |
![]() |
| Thread Tools | |
| Display Modes | |
| |