> On Sep 28, 2017, at 7:24 PM, Angela French <afre...@sbctc.edu> wrote:
> 
> Hello,
> 
> Is it possible to use CSS to make the focus indicator more apparent on image 
> maps?  Here is the one I am trying to improve on to make it a better 
> experience for keyboard users.
> 
> https://www.sbctc.edu/our-colleges/explore-colleges/default.aspx
> 
> Since the dots are so little, I'd like to put a black border around them on 
> focus rather than the default.  I've tried this:
> 
> div.MapBox1 area {outline: 2px solid black;}
> 
> 
> div.MapBox1 area {border: 2px solid black;}
> 
> div.MapBox1 area:focus {outline: 2px solid black;}
> 
> nothing has any effect.
> 
> Thank you
> 
> 
> Angela French
> 

Look at this.

http://webbytedd.com/bbb/map/

It’s basic image replacement. A more simple example is:

http://webbytedd.com/bb/replace-image1/

That will do what you want, but it’s not the way you are trying to do.

Cheers,

tedd
_______________
tedd sperling
t...@sperling.com





______________________________________________________________________
css-discuss [css-d@css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to