Results 1 to 2 of 2

Thread: Desperate help needed (please).

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

    Default Desperate help needed (please).

    I was up until 4am last night trying to do this now I've woekn up I've spent another 3 or so hours on it and I just can't get it to work (in IE6, it works in everything else). What I'm talking about it these drop downs I have going in this website I am doing. here is an example of just that page.

    http://www.sitesled.com/members/rand...e-products.htm

    Yeah I know IE6 doesn't like the whole hover pseudo element(css) on anything but an anchor tag so i already know that. But the javascript to make it do so only works if I give the ul an ID of "nav". Which is fine right? Not when you have 8 seperate lists. You can only give an ID to one. And even when it is added to just one the drop down stays out and doesn't go away when you hover out of it. I just can't seem to get it to work what-so-ever. So I was thinking mabye I'll just have to go for a javascript soltuion. I only know the very basics of javascript though and don't know how to get one lightwieght enough for my needs.

    Could anyone help me with a solution to my problem? This is for a job I'm doing so I must get it done. Your help would make all the difference to me... thanks.

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Have a look at this script:

    http://www.dynamicdrive.com/dynamici...omboviewer.htm

    When you edit it you can put html codes (ie a href=, etc) in the body section, thus making your "tooltips" into links.

    Might work for you there.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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
  •