Hi all,
I now need to design a chemistry periodic table. I will have a set of few elements that have been chosen by the user,and that should be reflected on the periodic table by making these few elements clickable.
So when the user clicks on these few elements,corresponding explanation text will pop up on the text area outside the periodic table.
Could anyone suggest me a good way of doing this?I now have two approaches:
Making all the elements of the periodic table buttons,so only the buttons that are within the set are enabled(clickable),while others are disabled.
Embedding a static periodic table picture,and do things there(don't know exactly how yet).
Please feel free to comment on and suggest, thanks.