DesjardinsM
-
:first-child is not working for me...
First item-page should be .item-page, but assuming that one was just a copy-paste typo. Well h1 is the first-child of item-page, rather than h2. If you'd want the h2 to get that style, maybe you would be looking for :first-of-type selector.
-
cool clock navigation thing
I believe the animation itself is just a .gif (found here). And the movement of the dial knobs is simply a changing of the background-position of a new background-image on a :hover (well, not a new one, it's just a separate image that was off …
-
how can I add a span to wp_nav_menu in wordpress
Ah ok, it would probably be easier for css :after then. Easier selection. I should probably pay more attention to the question itself x.x
-
how can I add a span to wp_nav_menu in wordpress
I was thinking that but it is likely that each link would need a different icon, wouldn't it? But now I realize that would make my suggestion of the php parameter useless anyways.
-
how can I add a span to wp_nav_menu in wordpress
I'm not much of an expert on this, but maybe it would be possible using the link_after parameter. If I'm reading that right, it would work like an :after, meaning it is still inside the link. I'm not sure how well it would apply for…
-
Checkbox Hack on Mobile Webkit
Hate to drag this up again after such a long time, but if you hadn't gotten a better workaround yet, Tim Pietrusky actually mentioned this the other day in his guest post on Responsive Menus. For me, at least, adding the fake body animation wa…