Micro Niche Builder
Closed Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Mousehover effect on Hyperlink

  1. #1

    Default Mousehover effect on Hyperlink

    Hello

    I want to set mouse hover effect on the hyperlink so that when someone move mouse over a hyperlink color should be changed and I want to do it using css. Is it possible?


  2. #2

    Default

    You can easily do it using css

    PHP Code:
    a:link {color#FF0000};
    a:hover {color#FF00FF} ; 
    If any problem let me know

  3. The Following User Says Thank You to techkid For This Useful Post:

    decipher (01-05-2009)

  4. #3

    Default

    You should remember the order of link behavior

    LoVeHAte

    L : link
    V: visisted
    H : hover
    A : active

  5. #4

    Default

    yes it is possible to change the color during mouse over event. hust go to INTERNET EXPLORER PROPERTIES, Go to Hover color event and chage the color that you wish

  6. #5
    Mr. BindasS ankur0412 is on a distinguished road ankur0412's Avatar
    Join Date
    Feb 2009
    Location
    India
    Posts
    717
    Thanks
    24
    Thanked 55 Times in 42 Posts
    Blog Entries
    2

    Default

    Yes, it is possible using CSS. Use the code techkid gave and implement it properly in your files.

  7. #6

    Default

    Hello

    I want to set mouse hover effect on the hyperlink so that when someone move mouse over a hyperlink color should be changed and I want to do it using css. Is it possible?
    its very useful for users.
    you can use the spry menu when youre using a dreamweaver in doing it.

  8. #7

    Default

    my answer is same as the code given by tech kid.
    make the css & include it in html

  9. #8

    Default

    Is it possible to set mouse move effect on the button? I dont want on hyperlink I want on button

  10. #9

    Default

    thanks for you to provide me this info its really good and u can get the details through tutorial also

  11. #10

    Arrow

    Quote Originally Posted by renny View Post
    Is it possible to set mouse move effect on the button? I dont want on hyperlink I want on button
    hey i understand it little but not perfectly.........!!
    actually which type of effect you want to do...?
    can you tell me some more about it..???

Closed Thread
Page 1 of 2 1 2 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts