Comment

Dumb Article of the Week

136
Charles Johnson8/05/2009 10:49:32 am PDT

re: #60 Noam Sayin’

Interesting buttons, Charles. Here at work, with IE 7.0 they’re square. At home on Firefox they’re rounded. I like the FF version better.

Internet Exploder doesn’t recognize the CSS rules that create the rounded corners - just ignores them and you get square boxes. The “border radius” style is just beginning to be supported in major browsers. This is the CSS code for it - you have to use browser-specific rules at present:

-moz-border-radius: 7px;
-khtml-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;