Results 1 to 3 of 3

Thread: anylink css menu

  1. #1
    Join Date
    Dec 2007
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default anylink css menu

    1) Script Title: Anylink Css Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...anylinkcss.htm

    3) Describe problem:
    i have two questions.... first one should be relatively simple, but i think it involves offsets, and those x's and y's sound too much like algebra for me to wrap my brain around.

    i have the script working here: http://freedomfoursquare.com/working/template.html but i'd like to off-set the menu a little bit so that when you hover over it, the little hand isn't covering up the menu items. i'm assuming this would be in the position setting of the .css file, but i don't know how to format it. any help would be GREATLY appreciated!

    second question may be one of those things i'm gonna have to live without... but i'd love to be able to add a little image that hovers in place of the hand, kinda like what i have here: http://grapevinefellowship.org where the dove appears over the links. that's also using a script from here, i forget which one off the top of my head. is it possible to combine the two scripts? (i'm chicken to experiment with it until someone says it will work!)

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Add the highlighted in your anylinkcss class
    Code:
    .anylinkcss
    {position:absolute;
    visibility: hidden;
    border:1px dotted #7e0000;
    border-bottom-width: 0;
    font:normal 10px Verdana;
    line-height: 14px;
    z-index: 100;
    background-color: #ffffff;
    width: 120px;
    margin-top:10px; /* Adjust the top margin of the drop down */
    }
    The second problem is a code from Bullet Link Script

    If it's not a mandatory, try not to mix it, it will pull out all your hair.

    See if it helps
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Dec 2007
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank you! and ok, i won't mix the two... it's not necessary, i just thought it would be cool. but pulling my hair out is definitely UNcool LOL.

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
  •