Results 1 to 2 of 2

Thread: How can I hide an image mask when link is active?

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Croatia
    Posts
    52
    How can I hide an image mask when link is active?

    My page has 2 frames. First is menu and it has image links. When I click on image link white dashed border appears.

  2. #2
    Guest
    Try this inside your IMG tag:

    onClick="this.blur()"

    It'll cause the image to lose the focus. You might see a 'flash' when the image is clicked. This:

    onFocus="this.blur()"

    seems to work even better (no flash).

    Paul

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width