chrbar
05-06-2008, 06:05 PM
Hello,
I try to build a Web page with four layers columns.
I use a code from CSSplay:
http://www.cssplay.co.uk/layouts/body5.html
But I meet a lot of troubles to add some scripts like Facebox, Superfish (jQuery Plugins)... because the code of this four layers columns page needs the line:
<!-- IE into quirks mode -->
before the DOCTYPE to correct an IE 5/6 bug.
You can check my test page at:
http://www.christophebarre.com/test/page6-9.html
Thus, I think it'll be easier to use the "old way" with FRAMESET:
<frameset cols="25%,25%,25%,25%" frameborder="no" border="0" framespacing="0">
<frame src="" name="leftFrame" scrolling="yes" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="" name="menuFrame" scrolling="yes" noresize="noresize" id="menuFrame" title="menuFrame" />
<frame src="" name="mainFrame" scrolling="yes" noresize="noresize" id="mainFrame" title="mainFrame" />
<frame src="" name="rightFrame" scrolling="yes" noresize="noresize" id="rightFrame" title="rightFrame" />
</frameset>
How do you feel about that?
Is it a good thing to use frameset today?
Do you have another solution?
Thanks,
Chris
I try to build a Web page with four layers columns.
I use a code from CSSplay:
http://www.cssplay.co.uk/layouts/body5.html
But I meet a lot of troubles to add some scripts like Facebox, Superfish (jQuery Plugins)... because the code of this four layers columns page needs the line:
<!-- IE into quirks mode -->
before the DOCTYPE to correct an IE 5/6 bug.
You can check my test page at:
http://www.christophebarre.com/test/page6-9.html
Thus, I think it'll be easier to use the "old way" with FRAMESET:
<frameset cols="25%,25%,25%,25%" frameborder="no" border="0" framespacing="0">
<frame src="" name="leftFrame" scrolling="yes" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="" name="menuFrame" scrolling="yes" noresize="noresize" id="menuFrame" title="menuFrame" />
<frame src="" name="mainFrame" scrolling="yes" noresize="noresize" id="mainFrame" title="mainFrame" />
<frame src="" name="rightFrame" scrolling="yes" noresize="noresize" id="rightFrame" title="rightFrame" />
</frameset>
How do you feel about that?
Is it a good thing to use frameset today?
Do you have another solution?
Thanks,
Chris