在flex中创建一个类似于结构的表格 [英] Create a table like structure in flex

查看:165
本文介绍了在flex中创建一个类似于结构的表格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想像html一样在表格中创建一个表单。以下是我需要的基本结构![1]

<1>: http://i.stack.imgur.com/H6b3f.png如何编写这样的结构?


 < div id =header_block> 
...... Header_block内容
< / div>
< div id =wrapper>
......整个页面
< / div>







  #header_block 
{
position:fixed;
宽度:100%;
float:left;
}



I want to create a form in a table like structure like we do in html. following is the basic structure i require![enter image description here][1]

[1]: http://i.stack.imgur.com/H6b3f.png
How to code such a structure?

解决方案

 <div id="header_block">
      ...... Header_block Contents
    </div>
   <div id="wrapper">
      ...... Entire Page
    </div>

css

   #header_block
     {
           position:fixed;
           width:100%;
           float:left;
      }

这篇关于在flex中创建一个类似于结构的表格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆