Re: [css-d] CSS pseudo-class for source of :target

2016-08-13 Thread Andre "Osku" Schmidt
On Fri, Aug 12, 2016 at 10:08 PM, Karl DeSaulniers wrote: > This might be worth taking a look at. > > http://jsfiddle.net/SchizoDuckie/fzZ9d/ ​ ahh, placing the link inside the :target, cool idea!​ Thanks Andre Schmidt __ css

Re: [css-d] CSS pseudo-class for source of :target

2016-08-13 Thread Karl DeSaulniers
Hi Andre, Couldn't let this one go.. :P Would this be what you are looking to accomplish? http://designdrumm.com/example_target.html HTH, Best, Karl DeSaulniers Design Drumm http://designdrumm.com > On Aug 13, 2016, at 3:44 AM, Andre Osku Schmidt > wrote: > > On Fri, Aug 12, 2016 at 10:0

Re: [css-d] CSS pseudo-class for source of :target

2016-08-13 Thread Andre "Osku" Schmidt
On Sat, Aug 13, 2016 at 8:13 PM, Karl DeSaulniers wrote: > Hi Andre, > Couldn't let this one go.. :P > Would this be what you are looking to accomplish? > > http://designdrumm.com/example_target.html ​my use case would be more like this: http://osku.de/post/css-target-source-example3.html#bar ​

Re: [css-d] CSS pseudo-class for source of :target

2016-08-13 Thread Karl DeSaulniers
Ok, I see. I was thinking navigation buttons. Your example seemed to work, but I got this error. SyntaxError: Unexpected identifier 'clsn' Dreamweaver also didn't like the "let" calls. But it worked as far as I can tell. The title and text changes per the links on the side. Best, Karl DeSaulni

Re: [css-d] CSS pseudo-class for source of :target

2016-08-13 Thread Andre "Osku" Schmidt
On Sat, Aug 13, 2016 at 9:05 PM, Karl DeSaulniers wrote: > Ok, I see. I was thinking navigation buttons. > Your example seemed to work, but I got this error. > > SyntaxError: Unexpected identifier 'clsn' > > Dreamweaver also didn't like the "let" calls. > ​sorry, the javascript code there uses c