Hey everyone,
I'm creating a site (using a program called OpenElement) and I want to create a
menu with three buttons which, when pressed, change the content of a small
list/accordion menu on the page. I don't want to have to have to simply link to
a different url for this.
It's a bit hard to explain my intent in detail with only words,
So does anyone have any idea how I can accomplish this? Fair warning, I'm a
novice at using HTML and CSS. My only experience with coding languages before I
started this site was with Papyrus and similar ones for modding video games like
Skyrim.
I'm sorry if I posted this in the wrong place or something like that, I'm quite
new here.
Please help.
Thanks!
I didn't find the right solution from the Internet.
References:http://www.webdesignerforum.co.uk/…hange-lists/
I don't know OpenElement but to change the contents of a page you usually
need to use JavaScript. You typically hook the OnClick event of the buttton(s)
and perform DOM modifications to add/remove/change page contents. See our
JavaScript course for more information.