
11 Sep
2007
11 Sep
'07
3:16 p.m.
On Sep 11, 2007, Simon Marlow wrote:
Please, please, someone do this for me. I tried, and failed, to get the layout right for the contents list in all browsers at the same time. The semantics of CSS is beyond my comprehension.
Cheers, Simon
Hi Simon, On the page http://www.haskell.org/ghc/docs/latest/html/libraries/ index.html, you only need tables to display the foldable lists of modules (HTML tables were commonly used to display many "things" on a same line), but they can be replaced by nested lists with a bit of CSS : Check this page out : http://la.di.da.free.fr/haddock/ I can help further, if need be. Emmanuel