Web Design Forum
Web Design Forum
Out of context: Reply #8
- Started
- Last post
- 16 Responses
- jayoh0
OK - since I got no links, here's the problem:
I have a simple site using CSS that has 3 areas (or DIVs) on a page - a header and global navigation, a main area and a featured area or panel on the right-hand-side.
When the content is changed in the navigation, I want a way to load new content into the different DIVs or sections whithout reloading the entire page - like a soft refresh.
This is for a couple of reasons. One is I have a Flash MP3 player that needs to stay and not reload at each navigation change and the other is I have a Flash header that I would like to change frames on and not reload.
The limitations are I need to do this with CSS, XHTML and client-side JavaScript only.Any ideas?