Results 1 to 2 of 2

Thread: Want to modify a Dynamic Drive Menu

  1. #1
    Join Date
    Feb 2009
    Posts
    159
    Thanks
    60
    Thanked 3 Times in 3 Posts

    Question Want to modify a Dynamic Drive Menu

    After a long hard decishion I have decided to skip my first idea for a menu and go with one on this site but the only thing is I would like to make it so that I can use a image for the background of the top row of buttons instead of just using color.
    The menu is:
    http://www.dynamicdrive.com/style/cs...el_css_menu_2/

    I would like to be able to modify it so that I can have two images, one for when you have not touched it and the other for when you are hovering over it.

    Any help anyone can offer would be greatly apreshiated.

    Thanks.

    P.S. Sorry if this was not the right place to post it, I did not know witch catagory to use for this question.
    Last edited by robin9000; 02-04-2009 at 01:06 AM. Reason: just needed to add one thing

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Is your thread resolved or what?

    Change the .jqueryslidemenu ul li a to:
    Code:
    /*Top level menu link items style*/
    .jqueryslidemenu ul li a{
    display: block;
    background: url('http://www.beta.unlinkthis.net/style/images/footer.png') #414141; /*background of tabs (default state)*/
    color: white;
    padding: 8px 10px;
    border-right: 1px solid #778;
    color: #2d2b2b;
    text-decoration: none;
    }
    (Change the highlighted to the location of your image).
    Jeremy | jfein.net

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

    robin9000 (02-04-2009)

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
  •