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

2014-03-09 Thread Ezequiel Garzón
Greetings to all, I can't figure out why a webpage as simple as [2] renders text with uniform size in desktop browsers (which I would expect), but like this [1] in Android browsers such as Chrome, Firefox and (the main version of) Opera. I mean... both P and TD are given font-size: medium! Isn't

[css-d] child width exceeding parents' ?!

2014-03-09 Thread John
at this page the bar that says new clothes at doubletake is set to max-width:980px and width: 100%, yet it exceeds the width of it's parent which is 980 how can this be? Thanks for clues! John http://coffeeonmars.com/W200/test/DTake_Index.html

Re: [css-d] child width exceeding parents' ?!

2014-03-09 Thread Chris Rockwell
That link is 404'ing John. On Sun, Mar 9, 2014 at 5:45 PM, John j...@coffeeonmars.com wrote: at this page the bar that says new clothes at doubletake is set to max-width:980px and width: 100%, yet it exceeds the width of it's parent which is 980 how can this be? Thanks for clues! John

Re: [css-d] child width exceeding parents' ?!

2014-03-09 Thread John
On 3/9/14 3:06 PM, Chris Rockwell wrote: That link is 404'ing John. filezilla is having some kind of a mental collapse..I'll see if I can un-hose things...sorry! John __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] child width exceeding parents' ?!

2014-03-09 Thread John
On 3/9/14 3:06 PM, Chris Rockwell wrote: That link is 404'ing John. This link should work..just tested it. http://coffeeonmars.com/test/DTake_Index.html John __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] child width exceeding parents' ?!

2014-03-09 Thread Philippe Wittenbergh
Le 10 mars 2014 à 06:45, John j...@coffeeonmars.com a écrit : at this page the bar that says new clothes at doubletake is set to max-width:980px and width: 100%, yet it exceeds the width of it's parent which is 980 how can this be? From http://coffeeonmars.com/test/DTake_Index.html

Re: [css-d] child width exceeding parents' ?!

2014-03-09 Thread Georg
Den 10.03.2014 00:32, skrev Philippe Wittenbergh: The box model John. Adding the padding makes the box wider. Same thing with the border. The 1px border on that image makes it 2px wider and taller than 100%. regards Georg