[ale] CSS hell

Christopher R. Curzio ale at accipiter.org
Sat May 15 07:51:26 EDT 2004


AUGH. No! That is the WRONG ANSWER.

The right answer is to find out where the problem originates. In this
case, it is browser rendering behavior regarding lists. For my solution,
have a look at this implementation of your page, Christopher:

http://www.accipiter.org/~ccurzio/windex.html

My fix displays consistently across Internet Explorer, Mozilla/Firefox,
Opera, and Konqueror. Using tables for layout is a nasty hack and is never
a real solution. 

For an explanation of the list issue (and how I fixed it) have a look at
this DevEdge article:

http://devedge.netscape.com/viewsource/2002/list-indent/

-- 
Christopher R. Curzio     |  Quantum materiae materietur marmota monax
http://www.accipiter.org  |  si marmota monax materiam possit materiari?
:wq!



Thus Spake Jim Popovitch <jimpop at yahoo.com>:
Sat, 15 May 2004 03:02:44 -0400


> 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
> 
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale



More information about the Ale mailing list