User Interface Designer Question:
Download Job Interview Questions and Answers PDF
How to eliminate the blue border around linked images on web page?
Answer:
This can be done by specifying the border property for linked images in your CSS as none:
For e.g.
a img { border: none ; }
However, this makes it difficult for the users to differentiate between the clickable and non-clickable images.
For e.g.
a img { border: none ; }
However, this makes it difficult for the users to differentiate between the clickable and non-clickable images.
Download UI Designer Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Event Handling? | Explain difference between DHTML and HTML? |