Results 1 to 3 of 3

Thread: how can I get this to work?

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

    Default how can I get this to work?

    Hi Guys
    I downloaded a slide out menu
    http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm

    and it says that the bartext (Site Menu) in this case can be replaced with an image.

    Only problem is how? I have tried all <img> tags and it just shows up has text in replacing the words Site Menu

    thanks for any help, cause I gave in.

    Last edited by BigKevster; 01-05-2006 at 12:20 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

    This is what it says in ssmItems.js:

    Code:
    barText="SIDE MENU"; // <IMG> tag supported. Put exact html for an image to show.
    I know it is a bit cryptic but, it means that you need to use an image tag with IMG in caps, ex:

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

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

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

    Default

    Hi
    Thanks very much, you are right a bit cryptic< I would have never got it.

    it works fine.

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
  •