Page is a not externally linkable
- Browsers
-- Opera Browser Usage and Support
---- <div class="hidden"> won't work properly


JAB_Creations - 9:02 am on Nov 8, 2006 (gmt 0)


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;
}

You will have to position your body div of course.

- John


Thread source:: http://www.webmasterworld.com/opera_browser/3143859.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com