What's this thing called? Mouse pointer displays little yellow box with text inside.

Discussion in 'CSS' started by Mitchell, Aug 15, 2010.

  1. #1
    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.
     
    Mitchell, Aug 15, 2010 IP
  2. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #2
    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.
     
    radiant_luv, Aug 16, 2010 IP
  3. Mitchell

    Mitchell Peon

    Messages:
    204
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks.

    I guess it only works on links.
     
    Mitchell, Aug 16, 2010 IP