My new website need a side menu that will have a few medium-sized buttons on it, and when the mouse hovers on one button, a different text should be presented on the right.
How should that be done? I am not using input fields, So I couldn't just value = "text" it.
The text presented would probably (or maybe - trivialy) be inside a span or a TD.
Example of the page layout:
Code: Select all
-----------------------------------------
|
BIG BUTTON1 |
| //Text will be
-------------------| //loaded here.
|
BIG BUTTON2 |
|
-------------------|
|
BIG BUTTON3 |
|
-------------------|
|
BIG BUTTON4 |
|
-----------------------------------------