-
Recent Posts
Delicious links
- Create A Theme Options Page - The Settings API: Part 1
- FlexSlider - A Responsive jQuery Slider
- Easy Content Deployment for WordPress: RAMP
- Create a Basic Flickr Widget using the Widget API
- 10 WordPress Code Snippets Theme Developers Should Have on speed dial
- Excluding your plugin or theme from update checks
- Shading with CSS text-shadows
- Clean Up Weird Characters in Database
- Convert a Menu to a Dropdown for Small Screens
- SASS Boilerplate
Tag Archives: CSS
The :first-letter pseudo-element
By a roundabout route I happened on a post describing an Internet Explorer 6 bug (of course) in applying the :first-letter pseudo-element in CSS. In IE6 there must be a blank between the selector and the declaration block. /* does … Continue reading