Good day everyone, I am working on a website with a class mate. At the homepage we would like to have a "intro text", it should be looking like this: ---------------------------------------------- Totaly free.......|..Explaining box (variable text | E-mail service...|....................................... .| .....................|............................ .............| ---------------------------------------------- So on the left it should have a "menu", and when you click on "totaly free" there should be an explaining text in the box on the right, so the text in the explaining box should change when you click on a other text in the "menu"like e-mail service. Is there any way to do this? Thanks in advance.
More than likely, your best, and simplest option is to do it with something such as jQuery http://api.jquery.com/show/
You can use jquery for this and use conditional statement. You can use mouse events there for more help then visit there http://www.w3schools.com/jquery/