Results 1 to 5 of 5

Thread: images in omni slide menu listing

  1. #1
    Join Date
    Jul 2007
    Location
    Plymouth England
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default images in omni slide menu listing

    1) Script: Omni Slide Menu
    2) Ref: http://www.dynamicdrive.com/dynamici...lide/index.htm

    3) I have inserted an image in the menu for a genealogy site (this item not uploaded for use on site), but the image of the tree when shown in the menu has a blue box around it, which turns to purple when visited.

    Is there any way that the box can be removed? Have tried playing around with the border command and other items to no avail. The image is a clear GIF with no surround. First image (done in elements)which is required, second is actual, but box spoils it.

    Any help would be appreciated.

    Example: ["James & Sarah <img src=gentree.gif>", "page4.htm", "_self"],




  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

    Code:
    ["James & Sarah <img class='omni_img' src=gentree.gif>", "page4.htm", "_self"],
    Then in your stylesheet:

    Code:
    .omni_img {
    border:none;
    }
    - John
    ________________________

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

  3. #3
    Join Date
    Jul 2007
    Location
    Plymouth England
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hello John,

    Thank you for your very prompt reply.

    It works when viewed in the style page as it should do, but as soon as it is loaded into a web page, it remains the same. I have uploaded the items to www.jimgratton.co.uk/omni/ where all the basic items can be seen. and have left out all the other css styles, but it does not appear to make any difference (page1htm).

    I apologise for taking up your time, and the reason is probably an error by myself, but what I do not know. Will remove the items when you have looked and replied.

    Again, many thanks,

    Jim.




  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

    You have to put the style on, or link it to the page with the menu.
    - John
    ________________________

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

  5. #5
    Join Date
    Jul 2007
    Location
    Plymouth England
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John you are a **STAR** Thank you for all your help, it works a treat. Have certainly learned something today, and also thankyou for your great Omni script.

    Best Wishes. Jim.

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
  •