Results 1 to 3 of 3

Thread: Dynamic-FX Slide-In Menu (v 6.5)

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

    Unhappy Dynamic-FX Slide-In Menu (v 6.5)

    Dynamic-FX Slide-In Menu (v 6.5)
    http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm


    Alright This is probably something really simple but it is driving me insaine! In the ssmItems file when I edit it at the bottom where it says barText= and you enter the title to your menu, next to it it says you can enter <IMG> as long as you do the exact code, I've tried all of the following and still can't get the img to work:
    <img src="file.png">
    <img>file.png</img>
    [img]file.png[/img]\

    can someone help me? Also I noticed when I put the html code in the head like I am suppose to a lot of my image codes dissapear as well as my hit counter, does anyone know why? Please help before I loose all my hair thanks.

  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

    This is not well documented in the file ssmItems.js it says:

    Code:
    barText="SIDE MENU"; // <IMG> tag supported. Put exact html for an image to show.
    What it means is that you must use IMG not img:

    Code:
    barText="<IMG src='some.gif'>"; // <IMG> tag supported. Put exact html for an image to show.
    or:

    Code:
    barText='<IMG src="some.gif">'; // <IMG> tag supported. Put exact html for an image to show.
    The other important point being that different type quotes need to be used within the IMG tag than are used to delimit it as a string variable.
    - John
    ________________________

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

  3. #3
    Join Date
    Mar 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you, that worked. Idon't know why I didn't do that originally, I think it was prolly too many hours infront of the computer screen (like 15 at least) an I got easily fusturated. But thanks again

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
  •