Click here to Skip to main content
15,888,521 members

Comments by jithesh a (Top 23 by date)

jithesh a 17-Apr-15 5:19am View    
its temporary datatable in my code
jithesh a 1-Apr-15 7:47am View    
yes...I am using CKEditor to create the string
jithesh a 18-Mar-15 6:59am View    
@Vinu paul,,Thanks a lot for your answer.It works fine.......;)
jithesh a 18-Mar-15 6:42am View    
thanks for your reply. .popupStep{
position: absolute;
width: 45%;
height: 63%;
border-width: 0px;
top: 19%;
left: 27%;
background: #FFF;
border-radius: 5px;
box-shadow: 6px 6px 7px #4d4d4d;
border: 1px solid #CCCCCC;
margin: 0 auto;
}
.BGround
{
background-color: rgb(0,0,0);
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
margin-top: 0px;
margin-left: 0px;
opacity: 0.1;
}
jithesh a 18-Mar-15 6:40am View    
Deleted
.popupStep{
position: absolute;
width: 45%;
height: 63%;
border-width: 0px;
top: 19%;
left: 27%;
background: #FFF;
border-radius: 5px;
box-shadow: 6px 6px 7px #4d4d4d;
z-index: 100;
border: 1px solid #CCCCCC;
margin: 0 auto;
}
.BGround
{
background-color: rgb(0,0,0);
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
margin-top: 0px;
margin-left: 0px;
z-index: 0;
opacity: 0.1;
}