Replace link with two links on hover

Discussion in 'CSS' started by steinrammtill, Feb 12, 2010.

  1. #1
    Hello,

    how can I in css replace on link (or just text) with two different links?

    Example:

    <a href="#">Something</a>

    to be replaced on hover with:

    <a href="#">Something 2</a> | <a href="#">Something 3</a>
     
    steinrammtill, Feb 12, 2010 IP
  2. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #2
    You want replace <a href="#">Something</a> to <a href="#">Something 2</a> | <a href="#">Something 3</a> when cursor is over <a href="#">Something</a>? It is not possible with CSS, and you can do it by JavaScript.
     
    s_ruben, Feb 13, 2010 IP