Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Image w/description tooltip problem

  1. #11
    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

    Quote Originally Posted by ddadmin View Post
    Nope but at least now the enlarged image will properly orient itself relative to the viewpoint of the user's window and not disappear on you in some cases. What's described is another issue with the script, and looking at the code, I'm tempted to just rewrite it once I have time to bring it out of the days of NS4.
    Well, it is an image tool tip script after all. It really wasn't intended as an image viewer like the way inkgodess is using it. The tool tip images were intended to be small images that illustrated accompanying text tips, text tips that are context sensitive to their triggers. That is where her problems began, I think.
    - John
    ________________________

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

  2. #12
    Join Date
    Feb 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks! I've switched it to the Image Thumbnail Viewer. It's working great!
    Thank you again, all, for all your help with this.
    Your time is very much appreciated.
    Have a great day!
    InkGoddess

  3. #13
    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

    Looking good inkgoddess! Now if I could only get you to use actual thumbnail images and to optimize all of your images . . .

    It would be a good idea, even on my broadband cable (just clocked at 1170.7 kbps) connection the page takes a little while to load. I'd hate to see it on dial up.
    - John
    ________________________

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

  4. #14
    Join Date
    Jul 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    Thread: Image w/description tooltip
    I am very new to dynamic script.

    When I try to test this script IE restrict this page for showing pop up and I need to allow blocked content. But I try to open you page and it does not restrict. What should I change in this script.
    But this does not happen in Firefox.

    Thanks,
    Crystal

  5. #15
    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

    Quote Originally Posted by crystal View Post
    Hi,

    Thread: Image w/description tooltip
    I am very new to dynamic script.

    When I try to test this script IE restrict this page for showing pop up and I need to allow blocked content. But I try to open you page and it does not restrict. What should I change in this script.
    But this does not happen in Firefox.

    Thanks,
    Crystal
    Unless a user's security is really tight, that only happens locally, as a security measure. As far as IE is concerned, javascript is ActiveX. Click on the bar and click on allow and click on yes. Once your page is live, this will not happen. You can also give your page 'the mark of the web'. That way (in most cases) it will not display the security bar locally either. Put this right after your <html> tag like so:

    Code:
    <html>
    <!-- saved from url=(0014)about:internet -->
    <!-- this and above comment should be removed for live, non-demo use -->
    <head>
    But, navigating away from the page to another local page, or including another local page on it via a frame or an iframe can be problematical if said page does not also have 'the mark of the web' on it.
    - John
    ________________________

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

  6. #16
    Join Date
    Jul 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It works fine. I really appreciate it.

    regards,
    Crystal

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
  •