
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Apache mod_autoindex issue...
> My plan was to hide the "description" column for small screens, such as
> mobile phones.
> ...
> It is therefore impossible to hide the column in my CSS with its class name
> (I can do it with column number, but I don't like it very much).
I was about to say use td:nth-child(4) (or whatever column it is), but
I just saw you have already realized and dismissed that.
But I think that table layout is fairly stable, version to version, so
that is how I would do it.
Darren
--
Darren Cook, Software Researcher/Developer
My new book: Data Push Apps with HTML5 SSE
Published by O'Reilly: (ask me for a discount code!)
http://shop.oreilly.com/product/0636920030928.do
Also on Amazon and at all good booksellers!
Home |
Main Index |
Thread Index