|
-
Nov 23rd, 2000, 11:04 AM
#1
Thread Starter
Member
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.
-
Nov 27th, 2000, 03:01 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|