Re: [css-d] detecting user interaction

2011-07-01 Thread Mark Volkmann
On Thu, Jun 30, 2011 at 9:37 PM, Philippe Wittenbergh wrote: > > On Jul 1, 2011, at 10:53 AM, Mark Volkmann wrote: > >> Are :hover and :focus the only ways that CSS can change something >> based on user interaction? > > And :active > http://www.w3.org/TR/css3-sel

[css-d] detecting user interaction

2011-06-30 Thread Mark Volkmann
Are :hover and :focus the only ways that CSS can change something based on user interaction? I realize that there are many more ways that involve JavaScript. It would be interesting if there was a :click pseudo-class so CSS properties of a clicked element could be changed. -- R. Mark Volkmann

Re: [css-d] transform-style set to preserve-3d

2011-06-30 Thread Mark Volkmann
On Wed, Jun 29, 2011 at 10:12 PM, Alan Gresley wrote: > On 30/06/2011 8:24 AM, Mark Volkmann wrote: >> >> I'm pretty sure I understand what setting -webkit-transform-style to >> preserve-3d is supposed to do, but I see no difference between that >> and the value

[css-d] transform-style set to preserve-3d

2011-06-29 Thread Mark Volkmann
I'm pretty sure I understand what setting -webkit-transform-style to preserve-3d is supposed to do, but I see no difference between that and the value flat. Can someone point me to an example that demonstrates a 3d effect during a flip (rotate) transform? -- R. Mark Volkmann Object Comp

Re: [css-d] CSS3 transitions only after load

2011-06-29 Thread Mark Volkmann
to Ghodmode for that suggestions! On Wed, Jun 29, 2011 at 4:29 PM, L. David Baron wrote: > On Wednesday 2011-06-29 13:38 -0500, Mark Volkmann wrote: >> I want to specify a transition for an element, but I only want it to >> be used if a change is made to a property AFTER the

[css-d] CSS3 transitions only after load

2011-06-29 Thread Mark Volkmann
ge to font-size from the default to 24pt to be animated. I can get what I want by adding the transition from JavaScript after the load. Is there a way to do this without using JavaScript? -- R. Mark Volkmann Object Computing