I visited a website recently which to simplify my explaination, consisted of a menu down one side and the main body text on the other.
When a menu/nav link was clicked the text content of the body was refreshed very quick - nothing else on the page seemed to reload (no flicker etc).
I hope this makes sense and someone can explain what and how to achieve this.
At the time I thought that the main text would be in a table and that was all that was being refreshed, but looking at the code it was just DIVs
CODE
<div>code in here...</div>
and didn't think you could do the above that way. I was expecting a js script or something, but I didn't see any script loading or anything similar.Anyone an idea about this? Cheers.
