Live data from Hacker News

Apple Keyboard in pure CSS.

dl.dropbox.com

21–30 of 42 posts

Re: Apple Keyboard in pure CSS.

#25
post #8

"Pure CSS". Really? The CSS is cool and everything, but there's some JavaScript going on there.

More to the point, even if it were "pure css", there's nothing pure about it. Perhaps "only css" makes more sense, but CSS was meant as a way to separate style from content. Try viewing this page without style and let me know what inherit content is present.

The obvious implication in the context of web development is that there were no images used -- all of the rendering is done on the fly by the browser.

However, there are images used, at least one for the background and four for the arrows.

Re: Apple Keyboard in pure CSS.

#28
Works perfectly in Safari 5. Excellent job. Beautiful to look at and works great, just like the Apple keyboard itself. The only way it could be better is if the focus (the cursor) is automatically loaded and placed on the first line of the page on page-load. I had to click on the paper to start typing.
Post reply on HN