# Fluid CSS?

**URL:** https://forum.kirupa.com/t/fluid-css/25328
**Category:** Uncategorized
**Created:** [July 11, 2003, 3:41pm UTC](https://forum.kirupa.com/t/fluid-css/25328 "2003-07-11T15:41:08Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Exedus](https://avatars.discourse-cdn.com/v4/letter/e/b19c9b/32.png) [@Exedus](https://forum.kirupa.com/u/Exedus)
#### Post date: [July 11, 2003, 3:41pm UTC](https://forum.kirupa.com/t/fluid-css/25328/1 "2003-07-11T15:41:08Z")

</div>

Is it possible to create a fluid DIV?

Right now I have all of my content in a table. The talbe is fluid so the content stays in the center of the screen no matter what the resolution. Bassicaly I want to do the same thing with a few DIV’s. I’m having some issues though and that’s why I’m here.

I have the DIV acting fuid vertically but not horizontally. So when I go to a smaller resolution the DIV moves to the right. Here the code.

```php

<div id="Text1" style="position:absolute; left:25%; margin-top:470px; width:23%; z-index:1">This 
  is a test to see if this stupid DIV will work at all kinds of different resolutions.</div>
 

```

Please help.

[edit]\ ***I edited it to make the code show… --Jubba** [/edit]

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 11, 2003, 3:44pm UTC](https://forum.kirupa.com/t/fluid-css/25328/2 "2003-07-11T15:44:36Z")

</div>

well there is no code there.lol but i know what your talking about, your better off creating one “main” table and inside it have subtables. then you can auto center the mai table with some JS to fit everyones resolution. i can try to provide you with soem exapmle if needed

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 11, 2003, 4:02pm UTC](https://forum.kirupa.com/t/fluid-css/25328/3 "2003-07-11T16:02:29Z")

</div>

well the fluid table I’m currently using works great. So how do I create another table for the text without screwing this one up?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 11, 2003, 4:30pm UTC](https://forum.kirupa.com/t/fluid-css/25328/4 "2003-07-11T16:30:34Z")

</div>

OK I did some research and it seems CSS is not the way to go to center all my content. So I’m stuck with tables.

So How do I creat another fluid table within my already fluid table?

Am I making any sense???

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 11, 2003, 5:02pm UTC](https://forum.kirupa.com/t/fluid-css/25328/5 "2003-07-11T17:02:18Z")

</div>

```php

<table>
<tr> 
          <td height="24"> 
            <table width="703" border="0" class="title">
              <tr>
                <td width="18%" height="18"><font face="Tahoma, Arial, Verdana" size="2" color="#ECECEC"><b><u>PUB 
                  NUMBER</u></b></font></td>
                <td width="49%" height="18"><font face="Tahoma, Arial, Verdana" size="2" color="#ECECEC"><b><u>SERIES 
                  AND TITLE</u></b></font></td>
                <td width="20%" height="18"><font face="Tahoma, Arial, Verdana" size="2"><b><font color="#ECECEC"><u>DATE</u></font></b></font></td>
                <td width="13%" height="18"><b><font color="#ECECEC" face="Tahoma, Arial, Verdana" size="2"><u>PROP</u></font></b></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>

```

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 11, 2003, 5:51pm UTC](https://forum.kirupa.com/t/fluid-css/25328/6 "2003-07-11T17:51:08Z")

</div>

make a tablre  
btw  
fluid name is reserved :sure:
