Posted by dorayme on 08/08/07 00:44
In article <1186527816.389210@sj-nntpcache-2.cisco.com>,
Yuri Shtil <yshtil@cisco.com> wrote:
> I want to layout an HTML page as follows:
>
> 1- a number of vertical (on top of each other) containers on the top
> level
> 2 - each container in 1 may have a number of horizontally laid containers
> 3 - each container in 2 may have a number of containers type 1
>
> Here is an example of what I am trying to accomplish:
>
> header
> Text <select> text <textfield> <checkbox> label
>
> ---------- ---------| ----------
> text | | text | | text |
> select | | select | | select |
> ---------- ---------- ----------
>
> ---------- ---------| ----------
> text | | text | | text |
> table | | table | | table |
> ---------- ---------- ----------
>
> I played with the display attributes and tried to wrap the boxes into
> <div> to no avail.
>
> Basically I need to know:
> - how to create a container element that can be positioned horizontaly
> or vertically relative to the parent container.
And you do not want to use a table, right?
--
dorayme
Navigation:
[Reply to this message]
|