[ale] CSS hell

Jim Popovitch jimpop at yahoo.com
Sat May 15 03:07:56 EDT 2004


Try wrapping it inside of a table/table combo.  The outer table should
be page width 100%, the inner table page with should be either about 10%
or 350.  Here's an (un-tested) example:

<body>
<table width="100%">
<tr>
  <td>
    <table width="10%">
    <tr>
       <td>
          Content, Content, Content
       </td>
    </tr>
    </table>
  </td>
</tr>
</table>
</body>


-Jim P.

On Sat, 2004-05-15 at 01:07, Christopher Fowler wrote:
> I'm having issues creating a CSS page that looks the same on IE as it
> does in Epiphany.  The original page was a pure javascript navigation
> paeg that was the left from of a frameset.  I'm replacing it because it
> only worked in IE and Netscape.  In Netscape it look horrible.  In Konq
> it was not even shown. 
> 
> I'm trying to replace it with an ordered list and I've got it looking
> good in IE.  I need it packed to the left as tight as possible so it
> will fit in the tight space.  In Epiphany it is not packed at all.  If
> anyone knows how to make this page look the same in most borwsers I
> would appreciate it.
> 
> Page is at: http://www.linxdev.com/windex.html
> 
> Thanks,
> Chris
> 
> 
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale



More information about the Ale mailing list