Results 1 to 2 of 2

Thread: omni slide menu question

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

    Unhappy omni slide menu question

    hello, i have successfully created an omni slide menu....but i can't figure out how to add images to the slide menu ..can someone please help me out? would be greatly appretiated!!!
    http://www.dynamicdrive.com/dynamici...lide/index.htm


    thank you

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Have you tried replacing the text to img element:
    Code:
    ["Dynamic Drive", "http://www.dynamicdrive.com", ""],
    ["What's New", "http://www.dynamicdrive.com/new.htm",""],
    ["What's Hot", "http://www.dynamicdrive.com/hot.htm", ""],
    ...into:
    Code:
    ["<img src='image1.jpg' alt='myimage'>", "http://www.dynamicdrive.com", ""],
    ["<img src='image2.jpg' alt='myimage'>", "http://www.dynamicdrive.com/new.htm",""],
    ["<img src='image3.jpg' alt='myimage'>", "http://www.dynamicdrive.com/hot.htm", ""],
    Hope that helps.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

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
  •