Monday, October 29, 2012

How to overcome " float:right" issue in IE7 ( css issue )

This Issue is common that ," float : right " will not work in IE7 ,to overcome that we can use as follows

Example :
.css :

.float-right  {
     float : right;

}

.ie7 .float-right {
    position : absolute;
   right : 15px;
}




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. ...