Re: [css-d] http://www.timbenzinger.com/

2005-12-20 Thread Christian Heilmann
It's some DOM magic AJAX comes to mind. No, it doesn't, since there's no XML or XmlHttpRequest AFAIK, so it's pure DOM manipulation. You should read http://www.quirksmode.org/blog/archives/2005/06/you_shouldve_be_1.html#link2 Or even better, the definitions all members of the

[css-d] http://www.timbenzinger.com/

2005-12-19 Thread MocaLoca
I came across this very nice Portfolio site and he uses something real cool when you click About this Project. http://www.timbenzinger.com/ Is that some css magic in there? Does anyone know how that is done? Thanks, Moca __

Re: [css-d] http://www.timbenzinger.com/

2005-12-19 Thread Wayne Douglas
Which bit did you like? The it takes 3 hours to load part or the moo.fx javascript trickery. w MocaLoca wrote: I came across this very nice Portfolio site and he uses something real cool when you click About this Project. http://www.timbenzinger.com/ Is that some css magic in there? Does

Re: [css-d] http://www.timbenzinger.com/

2005-12-19 Thread Christian Heilmann
I came across this very nice Portfolio site and he uses something real cool when you click About this Project. http://www.timbenzinger.com/ Is that some css magic in there? Does anyone know how that is done? The link clearly states javascript:void(0) which is quite a good indicator that this

Re: [css-d] http://www.timbenzinger.com/

2005-12-19 Thread Jan Brasna
It's some DOM magic, you can explore the code yourself. It is similar to Shaun Inman's menu and search. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com __ css-discuss [EMAIL PROTECTED]

Re: [css-d] http://www.timbenzinger.com/

2005-12-19 Thread Michael Hulse
On Dec 19, 2005, at 5:06 PM, Jan Brasna wrote: It's some DOM magic AJAX comes to mind. On Dec 19, 2005, at 5:02 PM, Christian Heilmann wrote: An effect like the one on this page could be easily done with moo.fx http://moofx.mad4milk.net/ Breaks horribly in/on IE/Mac. :( --

Re: [css-d] http://www.timbenzinger.com/

2005-12-19 Thread Jan Brasna
It's some DOM magic AJAX comes to mind. No, it doesn't, since there's no XML or XmlHttpRequest AFAIK, so it's pure DOM manipulation. You should read http://www.quirksmode.org/blog/archives/2005/06/you_shouldve_be_1.html#link2 ;) We're (I'm) again off topic, so I suppose Bob, Eric or Alex