[css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Georg
Hi all, In this page... http://www.gunlaug.com/contents/design/q-a-construct.html ...there are 4 separate elements with show/hide function based on INPUT status. For orientation: all 4 are on gray image-background, and with text-shadow that changes on hover. As support and bug check note

Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Ron Zisman
in chrome Version 31.0.1650.48 on mac OS X 10.8.5 (12F45) it appears to work. text shadow on hover. ron On Nov 15, 2013, at 8:38 AM, Georg ge...@gunlaug.com wrote: Hi all, In this page... http://www.gunlaug.com/contents/design/q-a-construct.html ...there are 4 separate elements with

Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Chris Rockwell
We're just looking for the text-shadow to be applied to the label element when the checkbox is hovered? If that's correct, it seems to be working fine for me in 33.0.1709.2 canary and Version 30.0.1599.101 m on Windows 7 On Fri, Nov 15, 2013 at 8:52 AM, Ron Zisman ronzis...@me.com wrote: in

Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Philippe Wittenbergh
Le 15 nov. 2013 à 22:38, Georg ge...@gunlaug.com a écrit : http://www.gunlaug.com/contents/design/q-a-construct.html ...there are 4 separate elements with show/hide function based on INPUT status. For orientation: all 4 are on gray image-background, and with text-shadow that changes on

Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Georg
Den 15.11.2013 15:09, skrev Philippe Wittenbergh: After spending quite a moment trying to understand what I should see, the demo appears to work for both the main (LH) column and the right hand side bar. Clicking on those labels triggers the (hidden) span to play show-and-hide as described on

Re: [css-d] The Simpsons in CSS

2013-11-15 Thread Jon Reece
On Nov 13, 2013, at 6:25 AM, Tim Arnold tim.arn...@gmail.com wrote: It's possible that graphics apps will eventually have an option to export something like this, but I lean toward probably not. More likely (particularly since it's already happening with Adobe) is that illustrations will

Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Alan Gresley
On 16/11/2013 1:09 AM, Philippe Wittenbergh wrote: Le 15 nov. 2013 à 22:38, Georg ge...@gunlaug.com a écrit : http://www.gunlaug.com/contents/design/q-a-construct.html ...there are 4 separate elements with show/hide function based on INPUT status. For orientation: all 4 are on gray

Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Georg
Den 15.11.2013 15:55, skrev Alan Gresley: On Window 7, Latest Chrome version. The first one (Simple Notes example:) does not open or work. The second one (Q A about a CSS-only show/hide technique.) has all the option opening when selected with no other item closing. The third and forth

Re: [css-d] The Simpsons in CSS

2013-11-15 Thread MiB
15 nov 2013 kl. 15.51 skrev Jon Reece: Not really an illustration app, but Macaw's tagline is Stop writing code. Start drawing it. http://macaw.co/ Ahhh, and you tell us now. This really looks like the real [whatveryourcurrentdevelopmentapp]-killer. At least all of those dreadful

Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Barney Carroll
Worked fine on 30, then I updated to 31 and it broke. I strongly suspect this is down to Webkit's increasing over-eager aggressive layout pre-caching, whereby it makes assumptions about things it doesn't have to fully render. I also strongly suspect you could fix this by applying an animation on

[css-d] Massive mouse over dropdowns--possible with CSS?

2013-11-15 Thread Colin (Sandy) Pittendrigh
The following West Marine website has large complex dropdown navigation menus that change as mouse-over changes on a horizontal row of banner links. West Marine does this with javascript. Is the same thing possible with CSS? Examples? I'm familiar with vertical list-like CSS dropdowns (or popout

Re: [css-d] Massive mouse over dropdowns--possible with CSS?

2013-11-15 Thread Greg Gamble
Looks to be a mega-menu http://www.sitepoint.com/mega-drop-down-menus/ Greg -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Colin (Sandy) Pittendrigh Sent: Friday, November 15, 2013 10:31 AM To: CSS-D Subject:

Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Karl DeSaulniers
Your show/hide doesn't work on Safari iOS 7.0.2 Best, Karl Sent from losPhone On Nov 15, 2013, at 7:38 AM, Georg ge...@gunlaug.com wrote: Hi all, In this page... http://www.gunlaug.com/contents/design/q-a-construct.html ...there are 4 separate elements with show/hide function based

Re: [css-d] Massive mouse over dropdowns--possible with CSS?

2013-11-15 Thread Melroch
2013-11-15 20:01, Greg Gamble skrev: Looks to be a mega-menu http://www.sitepoint.com/mega-drop-down-menus/ The latest fad which doesn't work for the motor-impaired? Greg -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On

Re: [css-d] Massive mouse over dropdowns--possible with CSS?

2013-11-15 Thread Tom Livingston
On Fri, Nov 15, 2013 at 4:42 PM, Melroch melr...@gmail.com wrote: 2013-11-15 20:01, Greg Gamble skrev: Looks to be a mega-menu http://www.sitepoint.com/mega-drop-down-menus/ The latest fad which doesn't work for the motor-impaired? Greg In the actionenvelope.com site, referenced in

Re: [css-d] Massive mouse over dropdowns--possible with CSS?

2013-11-15 Thread Greg Gamble
How so? It's almost like a fat dropdown. Greg -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Melroch Sent: Friday, November 15, 2013 1:43 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] Massive mouse

Re: [css-d] aligning some text in td at bottom

2013-11-15 Thread David Hucklesby
On 11/14/13, 5:43 AM, Sara Haradhvala wrote: I ended up using JavaScript to set the height of each cell - that seems to work in all browsers! On Nov 13, 2013, at 5:03 PM, Chris Rockwell ch...@chrisrockwell.com wrote: [...] Pretty sure display:flex is going to make this a non-issue, so if

Re: [css-d] aligning some text in td at bottom

2013-11-15 Thread Karl DeSaulniers
On Nov 14, 2013, at 5:10 PM, David Hucklesby wrote: On 11/14/13, 2:12 PM, Karl DeSaulniers wrote: Sent from losPhone On Nov 14, 2013, at 7:55 AM, MiB digital.disc...@gmail.com wrote: nov 14 2013 14.43 Sara Haradhvala: I ended up using JavaScript to set the height of each cell -

Re: [css-d] aligning some text in td at bottom

2013-11-15 Thread Karl DeSaulniers
On Nov 14, 2013, at 6:29 PM, MiB wrote: nov 14 2013 23.12 Karl DeSaulniers: Which is highly unlikely now a days or I should say most of the people that are part of a target market one would direct to will not be disabling it. I think it is also safe to say the vast majority of people