Flasher Archive

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


Subject: RE: <OT>Re: FLASH: Getting rid of selection box in IE (slightly OT)
From: Damien Morton
Date: Tue, 5 Sep 2000 07:41:51 +0100

Hmm, you might want to delve into CSS a little (www.richinstyle.com). I
think you may be looking for the :visited pseudo selector, which allows you
to set the style for displaying visited links, and the :link selector, whcih
allows you to control the style of link objects.

Im not an expert in CSS, you you might want to try this:

<style>
img:link {
border-style: none;
}

img:visited {
border-style: none;
}
</style>

> -----Original Message-----
> From: Bob Shuster [BobatprotonMEDIA [dot] com (mailto:BobatprotonMEDIA [dot] com)]
> Sent: Monday, September 04, 2000 7:01 PM
> To: flasheratchinwag [dot] com
> Subject: Re: <OT>Re: FLASH: Getting rid of selection box in
> IE (slightly
> OT)
>
>
> >>Has anyone noticed that Internet Explorer puts outlines around
> >>graphic links (in HTML)? It's really annoying and destroys the
> >>look of some sites, particularly for navigation bars. I thought I
> >>saw some mention of that on this listserv, but can't find it now.
> >>Was there a workaround to this? (Perhaps a javascript command to
> >>turn this "feature" off?) - Bob Shuster
> >
> ><a href=http://www.domain.com> <img src=name.jpg border=0> </a>
> >
> >--Marc Hoffman
>
> That's not it. Even with borders turned off like that, there's an
> outline that appears after clicking on a graphic link. It remains
> there until another link is selected. Doesn't do it in Nutscrape,
> only IE. I've noticed it on a lot of sites. Nothing to do with the
> image tag border command. - Bob Shuster
> --
>
>
> -=< protonMEDIA - the future of web design! >=-
> -=< email: BobatprotonMEDIA [dot] com web: http://protonMEDIA.com >=-
> -=< main phone: 215-721-8798 my office: 215-402-0753 >=-
> -=< FAX: 215-721-8643 FAX2: 215-402-0752 >=-
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> NudeGuru.com is proud to sponsor the Flasher list
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> IT'S THE ART OF MONEY, HONEY!
> Tips and Advice from some of the most popular Flash
> artists + industry power-brokers on how to hold onto
> your rights, negotiate contracts and get full value
> for your work.http://www.nudeguru.com from Franke James
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: <OT>Re: FLASH: Getting rid of select, Paul Franks

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