published 23 December 2012
Квадрат
.square {
width: 100px;
height: 100px;
background: #ddd;
}
published 30 January 2012
Вот такую, клевую штуку подчеркнул для себя, нашел на сайте Прохорова=)
/* Overrides extra padding in Firefox */
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
published 13 October 2011
Вот такие костыли в css приходиться использовать до сих пор:
.change_opacity {
opacity: 0.5;
filter: alpha(opacity = 50);
}
published 05 October 2011
.node .content ul, .node ul{
margin-bottom: 10px;
list-style-position: inside;
published 08 September 2011
- Вертикальное выравнивание текста в input[type='text']
<div style="line-height: 60px; height: 60px; border: 1px solid black;">
<input type="text" value="foo" />
published 23 August 2011
input[type='text'], input[type='password'] {
border: 1px solid #ccc;
}
published 15 August 2011
table {
background: none repeat scroll 0 0 white;
border-collapse: separate;
border-color: #ccc;