What is this called and how on earth do I make one?

Discussion in 'HTML & Website Design' started by janebedford, Nov 3, 2008.

  1. #1
    Ok, it's a little ambitions given I'm still quite a newbie at this, but I want to create a site that has one of these rollover main images (www.cnet.com or entrepreneur.com). Does anyone know what they are called and if there is code anywhere for creating one automatically and just uploading new pages through a template or some such?
    I've typed in a million things and cannot for the life of me figure out what they are called...

    many thanks, JB
     
    janebedford, Nov 3, 2008 IP
  2. BoYgAB90

    BoYgAB90 Active Member

    Messages:
    78
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #2
    BoYgAB90, Nov 3, 2008 IP
  3. ElseAndrew

    ElseAndrew Peon

    Messages:
    77
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you just want standard text rollover then its simple CSS

    </style>

    And to make image rollovers you could give each tag a class say your home for instant, if you was using tables you could make it like this

    <td class="menuHolder"><a href="#">Home</a></td>

    Then edit it with your CSS

     
    ElseAndrew, Nov 3, 2008 IP