robert_gsfame Posted November 19, 2009 Share Posted November 19, 2009 If i have this code <a href="#"><img src="image1.JPG" width=200 height="200" border="0"></a> Then when it is clicked, there will be a border surrounded the image...can i remove the border using CSS?? thx in advance Link to comment https://forums.phpfreaks.com/topic/182105-but-not-blocked-once-clicked/ Share on other sites More sharing options...
vinpkl Posted November 19, 2009 Share Posted November 19, 2009 r u seeing a black doted border or blue border. vineet Link to comment https://forums.phpfreaks.com/topic/182105-but-not-blocked-once-clicked/#findComment-960711 Share on other sites More sharing options...
robert_gsfame Posted November 19, 2009 Author Share Posted November 19, 2009 black dots... Link to comment https://forums.phpfreaks.com/topic/182105-but-not-blocked-once-clicked/#findComment-960720 Share on other sites More sharing options...
vinpkl Posted November 19, 2009 Share Posted November 19, 2009 thats browser default behavior. cant be removed. vineet black dots... Link to comment https://forums.phpfreaks.com/topic/182105-but-not-blocked-once-clicked/#findComment-960742 Share on other sites More sharing options...
haku Posted November 19, 2009 Share Posted November 19, 2009 It can be removed, but it shouldn't be as it's used for accessibility for people using keyboards. It sucks trying to navigate a page when someone has removed the border. Link to comment https://forums.phpfreaks.com/topic/182105-but-not-blocked-once-clicked/#findComment-960948 Share on other sites More sharing options...
robert_gsfame Posted November 19, 2009 Author Share Posted November 19, 2009 when you click on one of menu on Phpfreaks forum menu bar, you will not get any border once clicked..That's what i'm looking for Link to comment https://forums.phpfreaks.com/topic/182105-but-not-blocked-once-clicked/#findComment-960964 Share on other sites More sharing options...
isedeasy Posted November 19, 2009 Share Posted November 19, 2009 I would listen to haku but if you really want to do it then this should work... a:focus { outline:none; } Although I would not suggest doing it for every link on your page. Link to comment https://forums.phpfreaks.com/topic/182105-but-not-blocked-once-clicked/#findComment-960965 Share on other sites More sharing options...
robert_gsfame Posted November 19, 2009 Author Share Posted November 19, 2009 thx everyone Link to comment https://forums.phpfreaks.com/topic/182105-but-not-blocked-once-clicked/#findComment-960970 Share on other sites More sharing options...
haku Posted November 19, 2009 Share Posted November 19, 2009 when you click on one of menu on Phpfreaks forum menu bar, you will not get any border once clicked. I hate that about this site! I can't use it without a mouse. Link to comment https://forums.phpfreaks.com/topic/182105-but-not-blocked-once-clicked/#findComment-960987 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.