I'm pretty new to this and sorry for the title, I didn't know what else to call it.
I'm trying to make a little menu with 2 divs inside a div. To the left a div with text. To the right a div with multiple images which, when clicked, link to other pieces of text shown in the left divs.
And when the other text appears the image directing to the first piece of text goes back to the menu on the right side.
I know I'm probably not explaining it all too well. I don't know how else to explain it.
This is the html, maybe it helps
<div id="home">
<div id="leftBlock">
<img src="/images/links/image1.png" alt="image 1"width="160"/>
#atekst#
</div>
<div id="rightBlock">
<img src="/images/links/image2.png" alt="image 2" width="160"/>
<img src="/images/links/image3.png" alt="image 3" width="160"/>
</div>
</div>