Live data from Hacker News

Beautiful Horizontally Centered Menus/Tabs/List. No CSS hacks. Full cross-browser.

matthewjamestaylor.com

11–16 of 16 posts

Re: Beautiful Horizontally Centered Menus/Tabs/List. No CSS hacks. Full cross-browser.

#11
post #2

I'm more impressed by the diagrams explaining what's going on with each html tag and its CSS attributes.

Agreed. I think this type of patient explanation is what people need to learn CSS well. Too often, sites that get linked up offer specific "css recipes" without any guide as to what is happening. It works sometimes to just copy and paste, but does that really "teach you how to fish"?

Re: Beautiful Horizontally Centered Menus/Tabs/List. No CSS hacks. Full cross-browser.

#15
I like CSS, but every time I see an article bragging about a new technique for accomplishing something that _should_ be simple, I lose the faith a little bit.

Can't we just give up and add '' and '' tags to html and call it a day. At the very least, we could stop abusing the poor tag.

Re: Beautiful Horizontally Centered Menus/Tabs/List. No CSS hacks. Full cross-browser.

#16
post #10
post #3

It can be argued that the wrapper div is not semantically relevant.

interesting point actually... Given the same textual semantic content 'information', a badly laid out and a well laid out site can be orders of magnitude easier/harder to read. One might draw from this that _layout_ has some semantic content. Think of a google result list being randomized - the layout clearly has semantic content [best ranked first in layout]

In this case Google could use an ordered list element to give context to the search results.
Post reply on HN