[css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Aaron Gray
Hi, I cannot remember how to do this or what it is called. But I am looking for some CSS that allows a number of "menu" or selector links that change the displayed 'div' on the main page, displaying say a different image. Basically I want a single web page that has a number of links that select

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Tim Arnold
On Wed, Apr 13, 2011 at 1:17 PM, Aaron Gray wrote: > Hi, > > I cannot remember how to do this or what it is called. > > But I am looking for some CSS that allows a number of "menu" or selector > links that change the displayed 'div' on the main page, displaying say a > different image. > > Basical

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Aaron Gray
On 13 April 2011 18:34, Tim Arnold wrote: > > On Wed, Apr 13, 2011 at 1:17 PM, Aaron Gray wrote: > >> Hi, >> >> I cannot remember how to do this or what it is called. >> >> But I am looking for some CSS that allows a number of "menu" or selector >> links that change the displayed 'div' on the mai

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Kevin A. Cameron
Check out this: http://www.kacevisual.com/files/CSSContentSlide/ Something I put together to emulate a Flash site a client had asked me to recreate. It uses a single div with a fixed height with overflow:hidden, and the content in divs with page ju

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Aaron Gray
On 13 April 2011 18:44, Kevin A. Cameron wrote: > Check out this: > http://www.kacevisual.com/files/CSSContentSlide/ > > Something I put together > to emulate a Flash site a client had asked me to recreate. It uses a single > div with a fixed heig

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Chetan Crasta
> http://www.kacevisual.com/files/CSSContentSlide/ > Ingenious. It would be better without the non-semantic empty elements though. ~Chetan __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Tim Arnold
On Wed, Apr 13, 2011 at 1:54 PM, Chetan Crasta wrote: > > http://www.kacevisual.com/files/CSSContentSlide/ > > > > Ingenious. It would be better without the non-semantic empty > elements though. > > ~Chetan > __ > > Pretty cool.

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Kevin A. Cameron
Thanks all :) Definitely imperfect, which I'll correct sometime when I get my portfolio up and together. Kevin __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http:/

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread Aaron Gray
On 13 April 2011 19:05, Kevin A. Cameron wrote: > Thanks all :) > > Definitely imperfect, which I'll correct sometime when I get my portfolio > up > and together. > > Yes there is a better method, but I still cannot remember how to do it. Aaron ___

Re: [css-d] CSS navigation/"menu"/selection

2011-04-13 Thread David Hucklesby
On 4/13/11 10:47 AM, Aaron Gray wrote: On 13 April 2011 18:44, Kevin A. Cameron wrote: Check out this: http://www.kacevisual.com/files/CSSContentSlide/ Something I put together to emulate a Flash site a client had asked me to recreate. It uses

Re: [css-d] CSS navigation/"menu"/selection

2011-04-14 Thread trueskew
I realize I'm crossing streams here, but I'm trying to do the equivalent under Mediawiki on a particular page. I say page because I'd like to affect just that page, and not have to modify skin files if at all possible. I'm slowly learning everything I can to figure out how to do this, but if anyo