[2009-11-08 14:29] stanio_AT_cs.tu-berlin.de
> * markus schnalke <meillo_AT_marmaro.de> [2009-11-06 18:59]:
> >
> > Of course, this my assumptions are only valid if the title and the
> > first lines of text are in view without scrolling. Means no huge
> > navigation lists.
>
> That's the point -- they *are* usually long.
So that's the main problem.
Why do people use lists, which take a line for each item? It's easy to
do it without lists and thus having the items of one level all in a
line.
Take a look at http://suckless.org the navigation uses a list (which
consists of block items in HTML terms) and the CSS puts them into one
line. That's clearly not the straight way.
Simply omit the <ul> and <li> tags and your text browser shows the
navigations similar to the CSS-included view. They consume less lines
and navigating is not worse.
meillo
Received on Sun Nov 08 2009 - 14:18:23 UTC
This archive was generated by hypermail 2.2.0 : Sun Nov 08 2009 - 14:24:02 UTC