Results 1 to 2 of 2

Thread: Access hover of navigation

  1. #1

    Thread Starter
    Addicted Member Mr.Joker's Avatar
    Join Date
    Apr 2012
    Posts
    140

    Access hover of navigation

    Is it possible to gain access of :
    Code:
    #nav li:hover
    I tried many thing but none of them work. I want to change css property of nav li:hover .

  2. #2
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Access hover of navigation

    http://api.jquery.com/hover/

    Use "#nav li" as the selector.

    Any particular reason you need jQuery for this?

    CSS Code:
    1. #nav li:hover {
    2.     /* set css here? */
    3. }
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

Posting Permissions

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



Click Here to Expand Forum to Full Width