After implementing Technique #8 from the Nine Techniques for CSS Image Replacement, I am not getting the desired results. Instead of correctly positioned images, the output is not what I anticipated. Here is a link to see for yourself:
I made a modification by replacing all width: 100% and height: 100% values with the actual image sizes. Without this change, the images were not displaying at all. Despite this adjustment, I am still puzzled as to why the technique is not functioning properly. Any suggestions on how to resolve this issue?