different background image for menu tabs

Discussion in 'HTML & Website Design' started by mic_ball, Nov 21, 2008.

  1. #1
    hi..i want to create a menu. the main feature is that i want a different gradient for each tab when someones hovers the mouse over....thanks
     
    mic_ball, Nov 21, 2008 IP
  2. Dee2007

    Dee2007 Active Member

    Messages:
    1,185
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    88
    #2
    If you're looking for menu software which enables you to do that, you may want to check out Sothink DHTML, it comes with a selection of backgrounds installed, but if you don't want to use them, you can simple create your own and use them instead.

    Just an option, they also offer a 30 day free trial :)

    Dee
     
    Dee2007, Nov 21, 2008 IP
  3. justinlorder

    justinlorder Peon

    Messages:
    4,160
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It is not hard to make such menus. what is detailed requirements , vertical menu or horizontal menus ?
     
    justinlorder, Nov 21, 2008 IP
  4. mic_ball

    mic_ball Active Member

    Messages:
    520
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #4
    horizontal one..thanks
     
    mic_ball, Nov 22, 2008 IP
  5. myst729

    myst729 Peon

    Messages:
    289
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    a{
        background: url(img1.png);
    }
    
    a:hover{
        background: url(img2.png);
    }
    Code (markup):
     
    myst729, Nov 22, 2008 IP