Reducing HTTP requests by combining CSS files. @media in CSS how to combine CSS files So Google suggests to me that I combine my CSS files to save HTTP requests. How to do that? Joining print and normal stylesheets It’s quite easy when you have separate stylesheets (CSS) for print and regular styles to combine […]
My review of CSS image replacement lead me to this CSS image replacement method, JIR, which uses CSS2 :before to insert a replacement image for a header. It allows transparent images, displays a header with CSS and/or image off, uses proper semantic code with no extra elements, presents text to search engines, is easy to do, doesn’t need any assistive technology .. but there’s a nice surprise, and it’s not totally what I expected.
Tags:
:before,
CSS,
css2,
examples,
FIR,
image replacement,
jir,
langridge,
leahy,
llj,
phark,
position:absolute,
review,
sprites
Review of CSS image replacement techniques as of 2009. I’ve discussed what I think are the 6 most common CSS techniques for image replacement along with their pros and cons. Some history and links for demos are given too along with code and example sites.
So you’ve just loaded up Wordpress, Textile, Blogger or whatever, grabbed a default template and now you want to mark the site as your own … add some funky backgrounds.
Comments Off on creating backgrounds for websites