On Wed, 17 Nov 2004 17:03:13 +0100, ShadowMan <shadman (AT) despammed (DOT) com>
wrote:
Quote:
Hi all
I've seen a lot of posts about frames emulation.
I would like to emulate a: header, left-side menu, content, footer
layout.
I need to be cross browser compatible...but I'm get crazy!!!
My code is above: it displays right on Firefox 1.0 but it doesn't on IE6.
What should I change?!
thanx |
I'm not going to tweek code in a post. Why not put a page on line so we
can all see what is happening?
Know what, tweak it yourself with this input. I've various pages on line
that emulate frames. Text is in Dutch, but markup and style should be
clear enough:
-
<http://home.wanadoo.nl/b.de.zoete/voorbeelden/voorbeeld_fixeren-kop.html>
with header, left sidebar and footer fixed;
-
<http://home.wanadoo.nl/b.de.zoete/voorbeelden/voorbeeld_verticaal-centreren-content.html>
with all but centered content fixed in the viewport of the browser.
Important thing: normal position:fixed does not work in IE. You have to
hack your way around that by keeping your page in quirksmode and add a
small stylesheet for IE, giving all position:fixed a value :absolute.
--
Webontwerp <http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html>
Zweefvliegen <http://home.wanadoo.nl/b.de.zoete/html/vliegen.html>
Blog <http://home.wanadoo.nl/b.de.zoete/_private/weblog.html>
DTD <http://home.wanadoo.nl/b.de.zoete/dtd/not_so_strict.dtd>