InterviewSolution
Saved Bookmarks
| 1. |
Which of the following technique is also known as Fahrner Image Replacement?(a) CSS ON/Images ON(b) CSS ON/Images OFF(c) CSS OFF/Images ON(d) CSS OFF/Images OFFI had been asked this question in an interview.Question is from Suppressing Element Display & Visibility, Image Replacement in portion Layout & Images of CSS |
|
Answer» CORRECT answer is (a) CSS ON/Images ON To explain I would say: CSS ON/Images On technique is also known as FIR or “Fahrner Image Replacement”. The premise here is to USE a span to wrap the TEXT inside the header and use that span to hide the text. It WORKS but we have to use display:none. |
|