I've got the following markup and styling: http://cssdesk.com/dtYQc. My problem is that when I zoom page smaller in Mozilla Firefox/IE content of .employee-card overlaps div borders at the bottom. And in Chrome only Details link overlaps.

Also how do I fix the markup (sidebar is positioned incorrectly when zooming): http://cssdesk.com/A7dzX.

Thanks!

link|improve this question

I didn't find any of what you're saying in the first demo – ParPar Feb 13 at 9:23
That's strange. In the cssdesk you can make a full minimization. Details link's going down. The same effect I achieve with Firefox.. with smaller zoom ratio. – helicera Feb 13 at 10:54
feedback

1 Answer

As to the second question - add to #sidebar in its style position:absolute, then you can change margin so it will match to where you want it to be.(margin: 60px 0;). It will not be positioned incorrectly after you're doing that.

link|improve this answer
As for second issue thanks! That helped. – helicera Feb 13 at 12:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.