HTML page with a standard header footer layout without using table tag

后端 未结 4 1981
轻奢々
轻奢々 2021-02-11 09:01

\"enter

How can I attain whats shown in the image without using tables? I want the layout

4条回答
  •  失恋的感觉
    2021-02-11 09:50

    Use the position: fixed (ALL) along with top: 0px; (top div) , right: 0px; (right div), left: 0px; (left div), bottom: 0px; (bottom div)

    Fixed Positions should help in your case

    EDIT: here is the code working:

        
    Header
    left
    content
    right
    Footer

提交回复
热议问题