Alternative to frames (or frames help)
Alternative to frames (or frames help)
Out of context: Reply #16
- Started
- Last post
- 17 Responses
- ETM0
If you know basic CSS and Javascript, its easy. You said its only 4 pages, so create a div for each 'page'. Set them all to hidden except the div containing the 'home page' content by default.
Then do a Google search for 'show/hide div' tutorials and you can just have the navigation change which div to show and which others to hide. Simple and no need for jquery etc.