I am using Firefox. When I move my mouse arrow up to the reload current page button, a yellow rectangle displays next to my mouse arrow that says reload current page. What is this yellow message thing called? Can I do this to my web pages with CSS? Thanks.
That is "Link Title Attributes". Setting the attribute on a link allows user agents (visual and non-visual) to tell users about the nature of the linked resource. NO, you need to add this in your anchor tag within your html. For example, <a href=â€some link†title=â€More posts by Mitchellâ€>Mitchell</a> I have highlighted with bold. Hope this helps.