Results 1 to 3 of 3

Thread: Anylink CSS Menu

  1. #1
    Join Date
    Jul 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Anylink CSS Menu

    I'm using the Anylink CSS Menu script for my site, but the menu drops a pixel to the right of alignment. I tried changing
    Code:
    var edgeoffset=0
    to
    HTML Code:
    var edgeoffset=1
    and it aligns it right, but also lifts the whole menu up a pixel, making it overlap the link. It's nothing major but doesn't look too professional. Any help? The script is at http://www.dynamicdrive.com/dynamicindex1/anylink.js

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    If you want that to apply only to the right edge, try:
    Code:
    function clearbrowseredge(obj, whichedge){
    var edgeoffset=0
    if (whichedge=="rightedge"){
    var edgeoffset=1
    snip . . .
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Cheers

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
  •