I have the following layout and I can't make it work.

All I want is the header and footer to be fixed size and the center to
expand to fill the size of the screen.

Thanks

<cflayout name="outerlayout" type="vbox" style="width:939; height:100%">
    <cflayoutarea style="height:100%;background-color:##0080c0; " >
        <cflayout name="alayout"  type="border"
style="background-color:##ccc;border:3px solid ##ccc;">
                     <cflayoutarea position="top" size="150" align="center"
splitter="false" style="background-color:##00ffff;; ">
                        header
            </cflayoutarea>
            <cflayoutarea       title="" position="left" closable="false"
collapsible="false" name="left" splitter="false" size="230"
                                style="background-color:##ccc;">
                <cflayout name="left" type="accordion" fillHeight="true"
style="width:200;">
                                        <cflayoutarea title="hey" >
                                        <h6>Some stuff</h6>
                                                </cflayoutarea>
                                </cflayout>
            </cflayoutarea>
            <cflayoutarea position="center" name="center"
style="background-color:##FFF;">
                 main stuff
            </cflayoutarea>
            <cflayoutarea position="bottom" splitter="false"
size="70" overflow="hidden" style="background-color:##FFF; border:3px
solid ##ccc; height:100%">
                                footer
                </cflayoutarea>
        </cflayout>
    </cflayoutarea>
 </cflayout>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335998
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to