Re: [css-d] Box resize

2014-03-23 Thread Karl DeSaulniers
On Mar 22, 2014, at 7:26 PM, Georg wrote: > Den 22.03.2014 22:39, skrev Karl DeSaulniers: >> Hey Georg, Thanks again for this example! Had a quick question. For some >> reason, if the outer boxes min-width is less then the total width of the two >> inside containers, the two inside containers

Re: [css-d] Box resize

2014-03-22 Thread Crest Christopher
A little Note: I'm not getting any messages from css-digest, the only one I get is this one ? Georg wrote: Den 22.03.2014 22:39, skrev Karl DeSaulniers: Hey Georg, Thanks again for this example! Had a quick question. For some reason, if the outer boxes min-width is less then the totall widt

Re: [css-d] Box resize

2014-03-22 Thread Georg
Den 22.03.2014 22:39, skrev Karl DeSaulniers: Hey Georg, Thanks again for this example! Had a quick question. For some reason, if the outer boxes min-width is less then the totall width of the two inside containers, the two inside containers stack on top of each other in your example. Any way t

Re: [css-d] Box resize

2014-03-22 Thread Karl DeSaulniers
> > On Mar 20, 2014, at 9:17 PM, Georg wrote: > > > Den 20.03.2014 17:34, skrev Karl DeSaulniers: > >> Link to example: > >> http://designdrumm.com/boxresize.jpg > > > > Something along these lines might work... > > > > http://www.gunlaug.com/contents/test/shrink-1.html > > > > CSS in source-cod

Re: [css-d] Box resize

2014-03-21 Thread Karl DeSaulniers
It's actually a little of both. It's a part of a site that I want to be responsive, but with it working properly it will add to the users experience. Imagine the kittens replaced with curtains. Best, Karl Sent from losPhone > On Mar 21, 2014, at 8:08 AM, Rod Castello wrote: > > Hi Karl, >

Re: [css-d] Box resize

2014-03-21 Thread Rod Castello
Hi Karl, Good solution Georg, I was thinking along the same lines, only didn't have time to test it. The only thing I would add would be to put "overflow:hidden;" on the outer div. This way when you keep shrinking, it begins hiding the two inner divs when the containing div reaches min-width. Now

Re: [css-d] Box resize

2014-03-20 Thread Karl DeSaulniers
Where do I send the 12-pack? Thank you so much for this. Karl DeSaulniers Design Drumm http://designdrumm.com On Mar 20, 2014, at 9:17 PM, Georg wrote: > Den 20.03.2014 17:34, skrev Karl DeSaulniers: >> Link to example: >> http://designdrumm.com/boxresize.jpg > > Something along these lines

Re: [css-d] Box resize

2014-03-20 Thread Georg
Den 20.03.2014 17:34, skrev Karl DeSaulniers: Link to example: http://designdrumm.com/boxresize.jpg Something along these lines might work... http://www.gunlaug.com/contents/test/shrink-1.html CSS in source-code. regards Georg

[css-d] Box resize

2014-03-20 Thread Karl DeSaulniers
Hello All, Wondering if anyone can help me. I have a DIV with two DIVs centered inside it. Inside these two DIVs are images. On the left of the two DIVs I have a padding-right and on the right DIV a padding-left set. I want when you shrink the outside DIV horizontally it shrinks, and the two in