Results 1 to 5 of 5

Thread: Help help help oh help somebody

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

    Exclamation Help help help oh help somebody

    I am SO confused. I downloaded and edited the menu named Dynamic-FX Slide-In Menu. It's working great but in the ssmItems.js file it says that an image can be supported on the menu bar. But how?? I've tried every way I can think of to get it to work so thusfar it hasn't. Can anyone please help?

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    First, you need to lay out your question properly with a link to the script, in this case Dynamic-FX Slide-In Menu, and also make the thread title a lot more descriptive, not just hellllllllp.

    In ssmitems.js, find the following lines:

    ssmItems[1]=["Dynamic Drive", "http://www.dynamicdrive.com", ""]

    and change them to

    ssmItems[1]=["<img src='www.example.com/example.gif'>", "http://www.dynamicdrive.com", ""]


    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Jun 2005
    Location
    UK
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Another image question.

    Thanks for that explanation, it cleared up the problem I was having. I misunderstood the instructions on the additional <IMG> tag and assumed it was possible to add an image to the menu "barText" item as the tag was mentioned next to that command:-

    barText="Navigation"; // <IMG> tag supported. Put exact html for an image to show.

    Is it possible to use an image tag instead of just a text option?

    Thats is what I was trying to achieve when I found your explanation of what the optional IMG tag was actually for.

    Thanks in advance and sorry for bumping an old thread.

    WD



    Quote Originally Posted by cr3ative
    First, you need to lay out your question properly with a link to the script, in this case Dynamic-FX Slide-In Menu, and also make the thread title a lot more descriptive, not just hellllllllp.

    In ssmitems.js, find the following lines:

    ssmItems[1]=["Dynamic Drive", "http://www.dynamicdrive.com", ""]

    and change them to

    ssmItems[1]=["<img src='www.example.com/example.gif'>", "http://www.dynamicdrive.com", ""]


    cr3ative

  4. #4
    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

    I remember this one, you have to use IMG in caps, as the case matters when the rest of the script interprets it later, ex:

    barText="<IMG src='some.gif'>";
    - John
    ________________________

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

  5. #5
    Join Date
    Jun 2005
    Location
    UK
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    Many thanks for that. I tried this before, but didnt use caps...
    Appreciate all the help!

    WD

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
  •