View Full Version : Remove FireFox Outline on image links
Justec
06-06-2007, 05:09 PM
Not groundbreaking here, but I never fixed this issue until recently and did some google'n and found this fix which works.
In FireFox when you click a link it outlines it which isn't a big deal, but it does it for image links (buttons) too which is kinda annoying (at least to me :) )
Anyway just adding this to the CSS file seemed to fix the problem for me.
a {
outline: none;
}
CordM
11-09-2007, 07:13 PM
Hm... it's really fun to mess around with. Thanks.
vetwebhosting
01-07-2008, 10:42 PM
Old post, but if you set the border of the image to zero it will remove the outline of the link.
Justec
09-08-2008, 08:53 AM
Would you like to play a game? Bot or Not?
JLeuze
09-08-2008, 09:00 AM
LOL, yeah it is getting pretty bad! And to think that vBulletin is commercial software...
I think when Steadfast switched their blog, they should have upgraded the forum software too.
Kevin
09-08-2008, 03:45 PM
I did upgrade our software recently. It has this nifty new "delete as spam" function which will remove all the posts of a user and ban them optionally. The previous software we used was phpBB2 and was much worse with respect to spam problems. It's a real annoying problem.
JLeuze
09-09-2008, 09:02 AM
Yeah, I had a forum running on phpBB2, and the spam was getting really bad at times. But phpBB3 is a lot better, they made signification improvements, and I haven't had any issues with spam since, but of course, I am a much smaller target!
I still don't like phpBB's slow development cycles, and MODs and styles are still not as convenient as some other apps, but phphBB is no longer as bad as the reputation that they were starting to get.
But as CMSes like Drupal become more popular, and WordPress matures and hopefully rolls bbPress into it; stand-alone forums will probably become pretty rare.
Doesn't vBulletin have CAPTCHA? Or is it just not helping?
Kevin
09-09-2008, 01:45 PM
It does have a captcha, but I believe spammers we get are actually real people that are paid to log into forums and spam manually. Their messages are too on-topic to be bots.
JLeuze
09-09-2008, 05:35 PM
Yeah nowadays, bots are getting so sophisticated, and human beings so cheap, that it is hard to tell the difference sometimes...
But at least CAPTCHA slows them down, making it less economical to be dirty lil spammers :)
Celestemmcknight
06-06-2009, 02:56 AM
Great tutorial - saves me from writing one I did mean to, but havent had time
the only thing I would change is adding outline:none; to the following:
#navigation li a:link, #navigation li a:visited
border: none;
width: 80px; / width of the button in active state /
height: 30px; / height of the button in active state /
display: block;
position: absolute;
top: 0;
text-indent: -7000px; / Removes li text from the screen /
outline:none;
as this remove the annoying dotted outline you get around links - as youve indented the text by -7000px the dotted line goes right across the screen and I think it looks ugly - so I always use the outline:none; to remove this. Not sure if this has a bearing on accessibility though.
Ammiddeon
08-21-2009, 08:21 PM
Hi miro,
Purple is the default visited link colour, but I dont see why its not letting you change it..could you please post some of your code so I can check it out?
Thanks,
- Tim
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.