To make sure your videos & mp3s will work in firefox, add the following lines in your .htaccess file: AddType audio/mpeg mp3 AddType audio/mp4 m4a AddType audio/ogg ogg AddType audio/ogg oga AddType audio/webm webma AddType audio/wav wav AddType video/mp4 mp4 … Find out more
Easiest way to make ie8 use rounded corners is to place the following code in the <head></head> part of your document: <meta http-equiv=”X-UA-Compatible” content=”IE=edge” /> After that you will be able to use border-radius
I’ve recently had some issues with wordpress search and custom pagination. Google helped me to find a nice WordPress function that displays the pagination without a plugin. So using the function from that page gave me few headaches but I … Find out more