Re: CSS: Question: Dotted-Line Removal

2006-09-14 Thread Paul Ihrig
srew it.. i am forcing the browser to do that some bling guy may need. How do i just turn off that setting on my browser On 9/14/06, Paul Ihrig <[EMAIL PROTECTED]> wrote: > > this seems to work > onFocus="if(this.blur)this.blur()" > > > On 9/14/06, Paul Ihrig <[EMAIL PROTECTED]> wrote: > > > > al

Re: CSS: Question: Dotted-Line Removal

2006-09-14 Thread Paul Ihrig
this seems to work onFocus="if(this.blur)this.blur()" On 9/14/06, Paul Ihrig <[EMAIL PROTECTED]> wrote: > > also tried onclick="this.blur();" > > > On 9/14/06, Paul Ihrig <[EMAIL PROTECTED]> wrote: > > > > ok this is driving me batty > > have a normal nav included on several pages. > > every time

Re: CSS: Question: Dotted-Line Removal

2006-09-14 Thread Paul Ihrig
also tried onclick="this.blur();" On 9/14/06, Paul Ihrig <[EMAIL PROTECTED]> wrote: > > ok this is driving me batty > have a normal nav included on several pages. > every time you click a image link or one of our custom tags for a tab we > get that little dotted-line thing surrounding the elemnent

CSS: Question: Dotted-Line Removal

2006-09-14 Thread Paul Ihrig
ok this is driving me batty have a normal nav included on several pages. every time you click a image link or one of our custom tags for a tab we get that little dotted-line thing surrounding the elemnent i have tried: /*trying to kill focus outline*/ a:active{outline:0;} a:focus {width:0; height