Forgive the novice typesetter, for a possibly stupid question, but I ask for help. How can I make a certain link state (now no matter what) with some non-standard settings via css? Well, that is, so that it becomes highlighted not just in color or underlining, but in order for it to appear some kind of picture or something.

    1 answer 1

    too vague wording of the question in my opinion, because, removing the underlining, or changing the color, you already make a non-standard link)) Well, about the image when you hover, just change the background image - a:hover {background: url(images/image1.png) top left no-repeat;} . something like this.