A little while ago, I expressed my joy at being able to avoid CSS cacheing-related issues on websites that could result in poor user experience, by using the CSS Cache Buster plugin. Unfortunately, this has stopped working for me 🙁 Not sure if it’s the version of WordPress, or because I use child theming now. […]
Tag: CSS
Cufón for Thematic with no plugins
UPDATE: a new, improved version of this post is available here: https://www.divydovy.com/2011/07/cufon-for-thematic-with-no-plugins-improved/ I like Cufón. As long as the page loads and the JavaScript executes quickly, it’s a really slick solution to using any font you want (and have a license for) on your website. I haven’t really used it for body text, but I […]
Seamless CSS Updates
If you run a website, sometimes you need to make changes to the (X)HTML/CSS to fix or improve your website’s styling. Sometimes these changes can be pretty drastic in terms of layout changes. Browsers commonly cache CSS files. If a visitor’s browser has cached the old version of your CSS file, they may see a […]
Troublesome Opacity in IE7
So, you’ve worked out that IE7 isn’t standards-compliant WRT the opacity property in CSS, so you’ve used the ‘filter:alpha’ method – and the opacity’s still not working? IE7 needs an element to be positioned before opacity will work. If you don’t want to use positioning, apply zoom:1; to the element in CSS (both standard and […]