GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   TIP: How to remove dotted outlines from your webpage (ie when u click on something) (https://gfy.com/showthread.php?t=826759)

BOSS1 05-06-2008 12:25 PM

TIP: How to remove dotted outlines from your webpage (ie when u click on something)
 
Add this to your CSS style sheet (which is the part of the template between the <head>and </head> elements that contain a lot of these { }) :

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

No more dotted borders!

GrouchyAdmin 05-06-2008 12:27 PM

Awesome. Now it's both counter-intuitive AND difficult to eyeball-navigate.

BOSS1 05-06-2008 12:28 PM

eyeball-navigate ?

MichaelP 05-06-2008 12:32 PM

Nice ! txs for sharing :thumbsup

GrouchyAdmin 05-06-2008 12:59 PM

Quote:

Originally Posted by BOSS1 (Post 14156182)
eyeball-navigate ?

You know, ocular navigation. It's totally web 2.0. You look at something, see if it does anything, then you click it.

mryellow 05-06-2008 07:16 PM

What dotted lines??

Not some more FireFox crap to deal with?

-Ben

Socks 05-06-2008 07:17 PM

He means around an image after it's been clicked.. Or links.. Click "reply" and watch the button

payd2purv 05-06-2008 07:33 PM

I could have sworn I was taught this in second grade.

CurrentlySober 05-06-2008 07:46 PM

i clicked reply and saw it...

Matt 26z 05-06-2008 07:55 PM

What about people to use the tab button to navigate links. Will the dots still appear?

mrkris 05-06-2008 07:59 PM

Quote:

Originally Posted by GrouchyAdmin (Post 14156338)
You know, ocular navigation. It's totally web 2.0. You look at something, see if it does anything, then you click it.

:1orglaugh:1orglaugh:1orglaugh

Jarmusch 05-06-2008 08:01 PM

Quote:

Originally Posted by GrouchyAdmin (Post 14156338)
You know, ocular navigation. It's totally web 2.0. You look at something, see if it does anything, then you click it.

But you can't see the dotted line unless you click it, so how do you know if it does anything?

GrouchyAdmin 05-06-2008 08:28 PM

Quote:

Originally Posted by Jarmusch (Post 14157845)
But you can't see the dotted line unless you click it, so how do you know if it does anything?

That's why you hover the pointer over it. Sheesh! How did you find your way here?

Jarmusch 05-06-2008 08:37 PM

Quote:

Originally Posted by GrouchyAdmin (Post 14157928)
That's why you hover the pointer over it. Sheesh! How did you find your way here?

Ok, you either don't have a fucking clue what this thread is about or you have a browser that shows the dotted line just by hovering the pointer over the links. I'm not sure which one is it.

GrouchyAdmin 05-06-2008 08:40 PM

Does this one highlight for you?

aico 05-06-2008 08:48 PM

Quote:

Originally Posted by Jarmusch (Post 14157956)
Ok, you either don't have a fucking clue what this thread is about or you have a browser that shows the dotted line just by hovering the pointer over the links. I'm not sure which one is it.

go with A :thumbsup

you can also put this in your <a href> tag: onFocus="if(this.blur)this.blur()"

Dime Piece 05-06-2008 09:15 PM

Thanks for the tip! bump for ya!


All times are GMT -7. The time now is 03:29 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123