Re: [css-d] help with menu bar

2014-03-14 Thread Brian Jones
thanks for help..i found the problem..the #header container had an explicit height set On Thu, Mar 13, 2014 at 6:56 PM, Tom Livingston tom...@gmail.com wrote: Sent from my iPhone On Mar 13, 2014, at 4:53 PM, Brian Jones bdotjo...@gmail.com wrote: Inside header, div class=col-md-9

[css-d] iOS Safari and multiple fixed backgrounds

2014-03-14 Thread Tom Livingston
List, I have a page with multiple divs that have fixed backgrounds. This isn't working in iOS Safari or iOS Chrome. Actually, not even a single div with a fixed background is working. In desktop appears to work fine. The CSS rule I am using is: .myDiv{background: fixed

Re: [css-d] iOS Safari and multiple fixed backgrounds

2014-03-14 Thread Georg
Den 14.03.2014 16:55, skrev Tom Livingston: List, I have a page with multiple divs that have fixed backgrounds. This isn't working in iOS Safari or iOS Chrome. Actually, not even a single div with a fixed background is working. In desktop appears to work fine. Read somewhere - a long time ago

[css-d] SASS or LESS

2014-03-14 Thread Vince Mendella
Hey everyone, Just wondering if there is a good place for tutorials to learn SASS or LESS? And which one would be better to dive into? Thanks in advance everyone, Vince Sent from my iPhone __ css-discuss

Re: [css-d] iOS Safari and multiple fixed backgrounds

2014-03-14 Thread Tom Livingston
Sent from my iPhone On Mar 14, 2014, at 12:11 PM, Georg ge...@gunlaug.com wrote: Den 14.03.2014 16:55, skrev Tom Livingston: List, I have a page with multiple divs that have fixed backgrounds. This isn't working in iOS Safari or iOS Chrome. Actually, not even a single div with a fixed

Re: [css-d] SASS or LESS

2014-03-14 Thread Chris Williams
Both sass-lang.com and lesscss.org have pretty good tutorials right on their site. Best way to learn is right there. FWIW, I'm partial to less, but that's probably just because I've been using it for quite a while. I found getting started to be ridiculously easy. I just started by renaming my

Re: [css-d] SASS or LESS

2014-03-14 Thread Tom Livingston
Sent from my iPhone On Mar 14, 2014, at 12:38 PM, Vince Mendella vi...@graymatterstudios.ca wrote: Hey everyone, Just wondering if there is a good place for tutorials to learn SASS or LESS? And which one would be better to dive into? May be 'holy war' territory. A lot is personal

Re: [css-d] SASS or LESS

2014-03-14 Thread CarlSimpson
Hi , I too am currently learning SASS , i use treehouse , as I’m a member already , the module is taught buy the guy who created SASS .. and has little code challenges along the way so you know at least some of it is sinking in =) give it a try if you like .. Carl On 14 Mar 2014, at 16:54,

Re: [css-d] iOS Safari and multiple fixed backgrounds

2014-03-14 Thread Chris Rockwell
Hey Tom, Did you see this support chart: http://www.quirksmode.org/css/backgrounds-borders/mobile.html There appear to be some hacks, with one from 2012 referenced here: http://stackoverflow.com/a/13337504/1108292 And what could potentially be a starting point for a polyfill:

Re: [css-d] SASS or LESS

2014-03-14 Thread Chris Williams
So true. Suggest to the OP that you google SASS vs LESS and read some of the latest articles. Here's a great one: http://flippinawesome.org/2014/01/20/less-vs-sass-its-time-to-switch-to-sas s/ Like many web articles, it's less about the article itself than it is about the comments. Lots of

Re: [css-d] Do modern mobile browsers deliberately ignore font size?

2014-03-14 Thread MiB
mar 14 2014 00:24 L. David Baron dba...@dbaron.org: On Sunday 2014-03-09 21:52 +0100, Ezequiel Garzón wrote: Is this font boosting/inflation? It sounds like it is. Could it be that only certain android versions are affected? I’ve never encountered this issue on any platform before. I also

Re: [css-d] iOS Safari and multiple fixed backgrounds

2014-03-14 Thread Tom Livingston
On Fri, Mar 14, 2014 at 1:18 PM, Chris Rockwell ch...@chrisrockwell.com wrote: Hey Tom, Did you see this support chart: http://www.quirksmode.org/css/backgrounds-borders/mobile.html There appear to be some hacks, with one from 2012 referenced here:

Re: [css-d] Do modern mobile browsers deliberately ignore font size?

2014-03-14 Thread L. David Baron
[ cc:ing list again, with Ezequiel Garzón's permission ] On Friday 2014-03-14 10:36 +0100, Ezequiel Garzón wrote: Is this font boosting/inflation? It sounds like it is. Thanks for the feedback, David. I don't mean to extend this thread ad infinitum, but it's basically the core of my

Re: [css-d] Do modern mobile browsers deliberately ignore font size?

2014-03-14 Thread Tom Livingston
The alternative to font inflation is substantially worse. Mobile browsers give you a viewport in which you can pan and zoom around a desktop-size viewport of the page. This feature exists for compatibility, to allow mobile Web browsers to view Web pages designed before good mobile Web

[css-d] coordinate link and li hover states?

2014-03-14 Thread John
I hope the bits below are enough, else the whole beast can be viewed at: http://coffeeonmars.com/W200/test/DTake_Index.html Right now, the li a:hover state appears visually before the a: hover state, depending on how fast you mouse over it, which could lead the User to believe that clicking

Re: [css-d] coordinate link and li hover states?

2014-03-14 Thread Tom Livingston
You could have the a be display: block; and add padding//bg color etc. to achieve the look you are after. Remove the hover from the li. Or a as inline-block instead of block. -- Tom Livingston | Senior Front-End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 |

Re: [css-d] coordinate link and li hover states?

2014-03-14 Thread Tom Livingston
On Fri, Mar 14, 2014 at 5:17 PM, John j...@coffeeonmars.com wrote: I hope the bits below are enough, else the whole beast can be viewed at: http://coffeeonmars.com/W200/test/DTake_Index.html Right now, the li a:hover state appears visually before the a: hover state, depending on how fast you

Re: [css-d] coordinate link and li hover states?

2014-03-14 Thread Georg
Den 14.03.2014 22:17, skrev John: Right now, the li a:hover state appears visually before the a: hover state, depending on how fast you mouse over it, which could lead the User to believe that clicking on the color area around the actual link is enough to fire off that link...is there a way I

Re: [css-d] coordinate link and li hover states?

2014-03-14 Thread John
On 3/14/14 2:42 PM, Georg wrote: Style list-items and links the other way round... nav li { display:inline-block; padding: 0; margin:0 6% 0 0; border-radius:3px; background-color:rgb(0,0,0); } nav ul li a{ display: block; line-height:1.65em; padding:.12em 1em .4em 1em; } ...and it will work

Re: [css-d] coordinate link and li hover states?

2014-03-14 Thread Georg
Den 14.03.2014 23:02, skrev John: Is it that making the links block forces their area of clickability to take up all the space the parent affords? Yes, the link expands to full size of its parent-element, whatever that parent-element is. Typical example: see the list of links here...

Re: [css-d] Do modern mobile browsers deliberately ignore font size?

2014-03-14 Thread Philippe Wittenbergh
Le 15 mars 2014 à 05:52, Tom Livingston tom...@gmail.com a écrit : You say Font inflation exists to solve only this problem, which is a problem that fundamentally would make mobile Web browsers unusable. It doesn't happen if pages declare a meta viewport. The OP's page here:

[css-d] Font Size Small in FireFox ?

2014-03-14 Thread Crest Christopher
Hi, how come the font-size is smaller in FireFox compared to Chrome and IE, which is displaying the font size correctly. I want to change the line spacing for the UL, is there a more elegant way then just {line-spacing} ? __

Re: [css-d] Font Size Small in FireFox ?

2014-03-14 Thread Felix Miata
On 2014-03-14 23:42 (GMT-0400) Crest Christopher composed: Hi, how come the font-size is smaller in FireFox compared to Chrome and IE, which is displaying the font size correctly. I want to change the line spacing for the UL, is there a more elegant way then just {line-spacing} ? Here most