Re: [css-d] controlling aside for mobile

2014-01-02 Thread John
On Jan 1, 2014, at 8:47 PM, Alan Gresley a...@css-class.com wrote: Because you are going to have overflow of the containing block. You want the following to add up to 100%. | 'margin-left' + 'border-left-width' + 'padding-left' + | 'width' + 'padding-right' + 'border-right-width' + |

Re: [css-d] controlling aside for mobile

2014-01-01 Thread Alan Gresley
On 1/01/2014 8:27 AM, John wrote: At this link: http://www.thinkplan.org/ I can’t see why I can’t control over the L-R positioning of my aside for the most part, my max-width=480px media break css are working..I’m thinking this aside issue is some dumb thing but I’m not seeing it. When you

Re: [css-d] controlling aside for mobile

2014-01-01 Thread John
On Jan 1, 2014, at 3:43 AM, Alan Gresley a...@css-class.com wrote: Thank you for shedding light Alan..as soon as I read your corrections, I realized that I hadn’t removed floats (d’oh!) but had no idea bout the margin % becoming part of the width of the float… When you use percentage

Re: [css-d] controlling aside for mobile

2014-01-01 Thread Alan Gresley
On 2/01/2014 2:54 AM, John wrote: On Jan 1, 2014, at 3:43 AM, Alan Gresley a...@css-class.com wrote: Thank you for shedding light Alan..as soon as I read your corrections, I realized that I hadn’t removed floats (d’oh!) but had no idea bout the margin % becoming part of the width of the float…

[css-d] controlling aside for mobile

2013-12-31 Thread John
At this link: http://www.thinkplan.org/ I can’t see why I can’t control over the L-R positioning of my aside for the most part, my max-width=480px media break css are working..I’m thinking this aside issue is some dumb thing but I’m not seeing it. one weird thing, when I comment out my