css help?

Discussion in 'CSS' started by jaguar-archie2006, Oct 30, 2006.

  1. #1
    hi there,

    can you give me a css, where i can do effects on buttons, like on my mouse over.


    thanks:)
     
    jaguar-archie2006, Oct 30, 2006 IP
  2. Lpspider

    Lpspider Well-Known Member

    Messages:
    2,216
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    160
    #2
    You mean like for links, css hovering or with images?
     
    Lpspider, Oct 30, 2006 IP
  3. Lpspider

    Lpspider Well-Known Member

    Messages:
    2,216
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    160
    #3

    here
    is a basic CSS hover effect often used for menu type things.

    For hover over links it'd be this basic code:

    
    a
    {
    color: #333333;
    }
    
    a:hover
    {
    color: #FF00FF;
    }
    Code (markup):
     
    Lpspider, Oct 30, 2006 IP
  4. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
  5. sabian1982

    sabian1982 Notable Member

    Messages:
    2,028
    Likes Received:
    161
    Best Answers:
    0
    Trophy Points:
    210