Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: OT: IE destroys website design
From: Helen Triolo
Date: Fri, 21 Jul 2000 17:03:32 +0100

James Cutts wrote:
>
> Anyone know how to disable IE 5's annoying/offensive preset
> of putting a blue box around every clicked on link, graphic or text.
>
James,

Not sure if the thing referred to below as a marquee is what you mean,
but if so, here are some suggestions from Karen (last name unknown) that
I pulled out of the database in my sig file:

If the suggestions you've been given don't work, (IE will generally
still use a marquee even for if border=0 is set, especially for pages
within frames), there are a couple of JavaScript solutions you could
try.
---------
1. Use something like this in the <head> section:
<.SCRIPT LANGUAGE="JavaScript">
function killdots(x)
{ if (navigator.appName == 'Microsoft Internet Explorer') x.blur(); }
</script>
and then include this in your <a ...> tag:
onClick="killdots(this)"
---------
2. Use just the following in your <a ...> tag:
<.A HREF="javascript:void(0)" onFocus="this.blur()"><IMG
SRC="image1.gif" WIDTH="100" HEIGHT="100" BORDER="0"></A>
---------
3. As an aside, to kill the dotted line around a hot spot on an image
map, when the hot spot is clicked see:
http://developer.irt.org/script/1028.htm

-- end of Karen's post

---------------------------------------------------
Helen Triolo � http://i-Technica.com � 301-424-6037
Flash Q&A archive � http://i-technica.com/flashlist

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: OT: IE destroys website design, James Cutts

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]