Tagged: css RSS

  • Coldman 12:17 on 26 March 2013 Permalink | Reply
    Tags: css, selectors   

    CSS селекторна математика 

    Розрахунок важливости правил:

    *               /* a=0 b=0 c=0 -> specificity =   0 */
    LI              /* a=0 b=0 c=1 -> specificity =   1 */
    UL LI           /* a=0 b=0 c=2 -> specificity =   2 */
    UL OL+LI        /* a=0 b=0 c=3 -> specificity =   3 */
    H1 + *[REL=up]  /* a=0 b=1 c=1 -> specificity =  11 */
    UL OL LI.red    /* a=0 b=1 c=3 -> specificity =  13 */
    LI.red.level    /* a=0 b=2 c=1 -> specificity =  21 */
    #x34y           /* a=1 b=0 c=0 -> specificity = 100 */
    #s12:not(FOO)   /* a=1 b=0 c=1 -> specificity = 101 */
    цікаво  ,що ID  можливо перекрити не тільки !important
     
  • Coldman 11:14 on 28 December 2011 Permalink | Reply
    Tags: css, css3,   

    iPhone 4 на CSS3 без использования картинок

    http://tjrus.com/iphone

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
esc
cancel