Click to See Complete Forum and Search --> : I need help! confused...


KillerRiffs
04-01-2003, 10:37 PM
Hi...Apologies in advance...im not even sure which section i should be directing my questions to, so ive brought it here...

I am trying to figure out how to re-design my web page so that it is basically a table....with java scripted links on top...
and when the links are clicked...the only thing that changes on the page would be text, etc. inside a particular box in the table...i'd also like to be able to scroll up and down in this particular box when applicable...

please view this site and it's source page to see what i mean....this is not my site, but where i've seen the idea in effect pretty much to my liking....

http://www.acoustic-torment.de/eng/at.htm/

now, im not even sure what commands, etc. make this site the way it is....is it stylesheets? is flash involved? becuase there is something about flash in the page's source code....im really just unsure how this page is the way it is...

can someone help...at least get me going in the right direction...????

thanks so much!!!

Jona
04-02-2003, 12:18 PM
Well, you can use IFrames for one. Or you can use CSS, innerHTML/innerText, and a DIV making the DIV scrollable with overflow:auto; in the CSS.

Nedals
04-02-2003, 12:47 PM
The site, www.acoustic-torment.de, using different pages for each view. They are simply pages that are laid out identically and the content of one of the table cells is changed. So it LOOKS LIKE only that content is changing.

KillerRiffs
04-02-2003, 10:19 PM
well....can someone possibly get me going in the right direction???
I still basically have NO CLUE how to set up a page like http://www.acoustic-torment.de

Can someone give me possibly a "skeleton" of the page and then i could fill in all the images, texts, links, etc.??

thanks.

Nedals
04-03-2003, 12:22 AM
Go to www.acoustic-torment.de, right click, then copy and paste and you have your template. If you don't understand HTML, then you have a little study ahead of you. There are lots of tutorials and books available.