Did you ever have the feeling that you knew all you need to understand some concept, but suddenly something unexpected happens and crushes your so called "perfect understanding"? This happened to me today. I'm mostly a PHP guy, so I don't care too much about CSS styling and stuff, but today I wanted to achieve a perfect alignment of some buttons on my page, so I write this simple css rule (yeah, I know, I destroyed the whole appearance of the buttons by customizing the border, but that's not the point here):
button
{
width: 35px;
height: 35px;
border: 2px solid #000;
}
The point is, when I took a closer look using my "eagle eye" (and Chrome Development Tools
This post has been edited by StefanOnRails: 17 September 2012 - 08:49 AM

New Topic/Question
Reply



MultiQuote






|