Please enable javascript functionality in your browser for a full and complete web experience
» Title: CSS removing the outline on links
» Posted: August 16th, 2009
» Author: Dinulescu Alexandru Adrian
» Filed Under: XHTML/CSS.
» There are no responses.
» Read comments, respond or follow responses via RSS.
» Trackback this entry.
Hosted Provided by LifelineDesign
Hello, this is a short post
the property is a { outline: 0px none;} however you need to have all the pseudo classes under this rule, a:focus, a:hover, a:active, a:visited { outline: 0px none;}
a { outline: 0px none;}
a:focus, a:hover, a:active, a:visited { outline: 0px none;}
Tags: CSS
Categories: XHTML/CSS
Posted By: Dinulescu Alexandru Adrian
Last Edit: 07 Jan 2010 @ 11:41 PM
Email • Permalink
You must be logged in to post a comment.
Comment Meta:
RSS Feed for comments
TrackBack URI
Recent Comments