Results 1 to 5 of 5

Thread: AnyLink Drop Down Menu

  1. #1
    Join Date
    Oct 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down Menu

    Im having a few intersting issues with this script

    1. I have split up the code, putting the javascript in a JS file and the CSS in a CSS file. However, it doesnt work like it should, the drop downs appear at the top of the page. This isnt the case if i leave the CSS in the <HEAD> tags of the page i want it in

    2. I am using Typo3 on another site, and for the life of me i cant get the bugger to work. I have done as above, split it up into two files, but the bugger wont even work badly as above (show the drop down at the top of the page).

    see the script not working here: http://faolain.net/index2.php

    Anyone got any suggestions?
    Last edited by drazhar; 10-28-2005 at 11:36 AM.

  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

    In the case of #1 above, it works fine in FF. You have changed the external style sheet to use fixed positioning instead of absolute. Fixed positioning is not well supported in IE, try changing back to absolute.

    As for #2, without seeing the page there is nothing for me to go on. Also, is Typo3 a DD script?
    - John
    ________________________

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

  3. #3
    Join Date
    Oct 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Actually, i got it to work on that test site thing

    Typo3 is an open source CMS. It has its own drop down menus but the functions are a bit awkward, thought i could integrate this one into the site without too much hassle.

  4. #4
    Join Date
    Oct 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ok, here is the page that doesnt work:

    http://blacknight.ie/index.php?id=175

    I have put the javascript in a file called dropdown.js

    the CSS portion is included in our main css file

    the error i keep getting in IE is Line 267, char 2, Object Expected

  5. #5
    Join Date
    Oct 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ignore it all. It seems to be working fine.

    May I suggest some testing on splitting up the javascript and CSS into seperate files, and using them in addition to other scripts.

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
  •