Page is a not externally linkable
JAB_Creations - 9:02 am on Nov 8, 2006 (gmt 0)
You will have to position your body div of course. - John
You should use z-index. Content is not supposed to be loaded when inside of any element set to display: none; so you've at least approached it half correctly initially (which is more then I can say for myself most of the time ;)). div.body {
z-index: 1;
}
div.hidden {
z-index: 0;
}