Generally input elements can use the title attribute to prompt some information, such as incorrect input verification information.
I want to make this information more eye-catching. Is there any way to change the color of the title?
Thank you CSDN everyone. Colleagues
It cannot be changed, it should be something in the browser.
Build a div yourself. When the mouse moves over the corresponding element, get the coordinates of the mouse and tell which coordinate the div should be moved to. Try
I don’t understand.
is the prompt effect. Well, this...if you don't understand, there's nothing you can do about it.
No way, just make your own message reminder! Search jquery tip
title is not supported under ie6, so make your own div for versatility! Very simple code.
This is determined by the browser. Can be simulated.
A pop-up window appears when there is an error, this is the most obvious