Re: [css-d] ADMIN: Ram

2013-02-25 Thread Eric A. Meyer
...and another spammer is booted from the list. Sorry for the noise. I may need to look into advanced Mailman filtering. Anyone have a pointer to a good primer? -- Eric A. Meyer (http://meyerweb.com/eric/), List Chaperone "CSS is much too interesting and elegant to be not taken seriously."

Re: [css-d] Layout glitching on href hover

2013-02-25 Thread Tom Livingston
UPDATE: It appears that removing the min-height on the .callout items stops the problem. Anyone see how I can get around the issue? I would like to keep the min-height for layout reasons... TIA On Mon, Feb 25, 2013 at 11:38 AM, Tom Livingston wrote: > Listers, > > I have this layout: > > http

Re: [css-d] percents inside em container in fluid site

2013-02-25 Thread Tom Livingston
Also, add the box-sizing to all necessary elements, not just 'div'. :-) On Mon, Feb 25, 2013 at 11:56 AM, Tom Livingston wrote: > On Mon, Feb 25, 2013 at 11:54 AM, Laura Valentino wrote: > >> Oh wait...is it that the padding counts towards the total? That would make >> sense :) >> Laura >> >> >

Re: [css-d] percents inside em container in fluid site

2013-02-25 Thread Tom Livingston
On Mon, Feb 25, 2013 at 11:54 AM, Laura Valentino wrote: > Oh wait...is it that the padding counts towards the total? That would make > sense :) > Laura > > > Yes, and older IEs handle the box model in their own special way. ;-) -- Tom Livingston | Senior Interactive Developer | Media Logic |

Re: [css-d] percents inside em container in fluid site

2013-02-25 Thread Laura Valentino
Oh wait...is it that the padding counts towards the total? That would make sense :) Laura On Mon, Feb 25, 2013 at 4:48 PM, Laura Valentino wrote: > I'm trying to wrap my head around how to use percentages inside a > container specified in ems...or is this a bad idea? I used ems to specify > the

Re: [css-d] percents inside em container in fluid site

2013-02-25 Thread Tom Livingston
On Mon, Feb 25, 2013 at 11:48 AM, Laura Valentino wrote: > I'm trying to wrap my head around how to use percentages inside a container > specified in ems...or is this a bad idea? I used ems to specify the > max-width of the main container, as I think this will limit the upper width > while still

[css-d] percents inside em container in fluid site

2013-02-25 Thread Laura Valentino
I'm trying to wrap my head around how to use percentages inside a container specified in ems...or is this a bad idea? I used ems to specify the max-width of the main container, as I think this will limit the upper width while still allowing downwards fluidity. Inside the container are 2 floated col

[css-d] Layout glitching on href hover

2013-02-25 Thread Tom Livingston
Listers, I have this layout: http://proof.mlinc.com/tl/cssd3/test.html In Win 8, IE 10 (desktop or 'metro'), when we hover over the href in the middle callout at the bottom, the shadowed containing div of the three callouts expands down is some broken and odd way leaving odd double rounded corne