Monday, October 29, 2012

Removing Dotted line to Anchore Tag or <a> in IE

This is one of the Big Issue ,that IE browser will display the "Dotted Line " ,when you "hover","visited" and "active".

 .css

a , a:hover , a:visited , a:active {
         border:none;
         outline:none;
}

No comments:

Liferay DXP JNDI Data Source Cofiguration

 This Blog will help us to learn about the JNDI Data Source Configuration in Liferay DXP. We have tested this with Liferay 7.3 with Tomcat. ...