Re: [css-d] Drop Menu failing on most Mobile Phones

2014-12-13 Thread Robert A. Rosenberg
At 20:02 -0600 on 11/28/2014, Karl DeSaulniers wrote about Re: 
[css-d] Drop Menu failing on most Mobile Phones:



Yes. jQuery can make this work.


Note that jQuery IS JS (under the covers) so the query of if JS is 
the only method that will work is answered since use of jQuery 
implies use of JS.




Best,

Karl DeSaulniers
Design Drumm
http://designdrumm.com



On Nov 28, 2014, at 2:13 PM, Crest Christopher 
 wrote:


 Thanks David, the example you provided doesn't have the nice 
collapse effect ! Do you think jQuery could iron out any quirks 
that this menu has, or strictly JS will only work ?


 Christopher


 David Laakso 
 Friday, November 28, 2014 2:20 PM
 On Fri, Nov 28, 2014 at 10:58 AM, Crest Christopher

 You may need js [off-topic for this list] for that to collapse in
 mobile. And even with js transitions can be problematic for Android.
 This is a CSS only method that may? work for you with transitions and
 max-height:
 
 Best,
 David Laakso
 Crest Christopher 
 Friday, November 28, 2014 10:58 AM
 Hi, the following effect 
 is 
not collapsing on iPhone and it's not opening or collapsing on 
WP8.x.  I can't say whether it works on Android as I didn't test 
on Android ?


 Christopher

 __
 css-discuss [css-d@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Column height fault/color dropping out

2014-12-13 Thread David Hucklesby

On 12/12/14, 2:40 PM, J.C. Berry wrote:

Hi all,
Can you help me with a seemingly simple problem with column height issues?
We are using an equal column script, but still not correct heights

http://www.xifin.com/news/coverage
Thanks



That’s on account of this rule in the CSS:

body.page-node-9341 #contentsub2 {
  height: auto !important;
}

(Thus proving the rule that !important should be avoided. :)

--
Cordially,
David
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/