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

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

问题描述

我想像在 html 中所做的那样,在类似结构的表格中创建一个表单.以下是我需要的基本结构![在此处输入图片描述][1]

[1]:http://i.stack.imgur.com/H6b3f.png
如何编码这样的结构?

解决方案

 

...... Header_block 内容

<div id="包装器">...... 整页

css

<块引用>

 #header_block{位置:固定;宽度:100%;向左飘浮;}

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天全站免登陆