On 11:06 PM 5/30/01 Bryan Harris <[EMAIL PROTECTED]> wrote:

> > But now I can tab to the links, but have no visual feedback as to
> > what link I am on.  That seems almost as bad as not being able to
> > tab to them in the first place.  The outline may be "ugly" but it
> > serves as an important piece of feedback.  If you remove it, the
> > feature becomes worthless to me.  Please don't remove it.  If I
> > wanted it off, I would have turned it off.  If you must remove it,
> > please give the a:focus style some other visual designation that
> > the item has focus.  (I know I can probably override this with an
> > important rule in my own style sheet, but the average web user
> > won't - just wonder why tabbing is broken on a particular page.)
> 
> 
> I see where you're coming from, Jim.  The problem is that everyone
> thinks those outlines are a flaw in the site, poorly created "down"
> images.  Even the customer thought that.  In fact, nobody *didn't*
> comment on them.

People need to know how to configure their tools then if it bothers them
:-).  Just like people who complain that the default font is ugly, but
never change it.

> Thanks for the CSS tip, though.  I've never used CSS styles before
> (I'm not a full-time developer... yet), does anyone have a clip of
> code, or any tips on how I could get started on them?

you can inline them in a style block in the <head>

<style type="text/css">
    stuff goes here
</style>

or put the style sheet in an external file and link to it

<link rel="stylesheet" href="styles.css">

If you remove the outline, please provide some alternate means to
identify which anchor has tab focus.

-- 
Jim Correia                                Bare Bones Software, Inc.
[EMAIL PROTECTED]                     <http://web.barebones.com>

To unsubscribe send mail to [EMAIL PROTECTED]
To search the archives: 
          <http://www.mail-archive.com/macie-talk%40lists.boingo.com/>

Reply via email to